Artists are attached to songs, and provide information about the artist, including an image URL.

Attributes

AttributeTypeDescription
imagestringImage 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.
namestringArtist name

Example

{
  "id": "1",
  "type": "artists",
  "attributes": {
    "image": "https://soundstripe.example.com/ICCP.png?w=100&h=100",
    "name": "Ice Cold Cayenne Poppers"
  }
}