GET
/
artistsongs
{
  "artist": "<string>",
  "image_url": "<string>",
  "top_tracks": [
    {
      "title": "<string>",
      "cover": "<string>"
    }
  ]
}

Query Parameters

query
string
required

The name of the artist.

alredy_played_song
string
required

A song title to exclude from the results.

Response

200 - application/json

Successful response with the artist's top tracks.

The response is of type object.