Artists are attached to songs, and provide information about the artist, including an image URL.
Attributes
Attribute | Type | Description |
---|---|---|
image | string | Image URL. The w and h parameters (both 100px by default) can be updated to change the width and height of the image, respectively. Removing these parameters will return the full-resolution image. |
name | string | Artist name |
Example
{
"id": "1",
"type": "artists",
"attributes": {
"image": "https://soundstripe.example.com/ICCP.png?w=100&h=100",
"name": "Ice Cold Cayenne Poppers"
}
}