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:
Attribute | Type | Description |
---|---|---|
id | string | Unique id for artist |
name | string | Artist's name |
href | string | Known spotify URLs for this artist. |
Artist Example:
{
"id": "c7b330b5-a62e-420c-bf02-943ca6bb8746",
"name": "Taylor Swift",
"href": "https://open.spotify.com/artist/06HL4z0CvFAxyc27GXpf02"
}