Spotify Web API v0.1.0 Spotify.Artists.ArtistSimple View Source

A Simplified artist object

KeyValue Description
external_urlsKnown external URLs for this artist.
hrefA link to the Web API endpoint providing full details of the artist.
idThe Spotify ID for the artist.
nameThe name of the artist
typeThe object type: “artist”
uriThe Spotify URI for the artist.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Spotify.Artists.ArtistSimple{external_urls: Spotify.ExternalUrls.t(), href: String.t(), id: String.t(), name: String.t(), type: String.t(), uri: String.t()}