Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3559577/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3559577,
    "uri": "https://api.kexp.org/v2/plays/3559577/?format=api",
    "airdate": "2025-09-30T08:43:39-07:00",
    "show": 64707,
    "show_uri": "https://api.kexp.org/v2/shows/64707/?format=api",
    "image_uri": "https://ia803405.us.archive.org/29/items/mbid-61b54635-a8b0-45df-84f4-286a3056c960/mbid-61b54635-a8b0-45df-84f4-286a3056c960-28467624288_thumb500.jpg",
    "thumbnail_uri": "https://ia903405.us.archive.org/29/items/mbid-61b54635-a8b0-45df-84f4-286a3056c960/mbid-61b54635-a8b0-45df-84f4-286a3056c960-28467624288_thumb250.jpg",
    "song": "Another One Bites the Dust",
    "track_id": "97529622-85ca-43f6-addc-f9138c197b85",
    "recording_id": "6b235773-16bd-4fc5-b57e-c966f9d1db6d",
    "artist": "Queen",
    "artist_ids": [
        "0383dadf-2a4e-4d10-a46a-e9e041da8eb3"
    ],
    "album": "The Game",
    "release_id": "61b54635-a8b0-45df-84f4-286a3056c960",
    "release_group_id": "75702ddf-a46c-3cac-bace-0a466eb3c37c",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1980-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Adam in Memphis for this request!\n--\nQueen bass player John Deacon wrote this song after hearing the Chic song Good Times.\n\nChic bass player Bernard Edwards said: \"'Good Times' came out more than a year before, but it was inconceivable to these people that black musicians could possibly be innovative like that.\"\n--\nQueen recorded a live version of Another One Bites The Dust which can be heard at Another One Bites The Dust (live)\nhttps://www.last.fm/music/Queen/_/Another+One+Bites+the+Dust/+wiki",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}