Skip to main content

Artist

Artist Resource

Represents a musical artist, can be single artist or multiple artist collaboration.

info
  • Can have multiple albums.
  • Can have multiple tracks.

Attributes:

AttributeTypeDescription
idstringUnique id for artist
namestringArtist's name
hrefstringKnown spotify URLs for this artist.

Artist Example:

{
"id": "c7b330b5-a62e-420c-bf02-943ca6bb8746",
"name": "Taylor Swift",
"href": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
}