Artists are attached to songs, and provide information about the artist, including an image URL.
Attributes
Attribute | Type | Description |
---|---|---|
image |
| Image URL. The |
name |
| Artist name |
Example
{
"id": "1",
"type": "artists",
"attributes": {
"image": "https://soundstripe.example.com/ICCP.png?w=100&h=100",
"name": "Ice Cold Cayenne Poppers"
}
}