Information about plays

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

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

{
    "id": 3561999,
    "uri": "https://api.kexp.org/v2/plays/3561999/?format=api",
    "airdate": "2025-10-06T11:10:38-07:00",
    "show": 64763,
    "show_uri": "https://api.kexp.org/v2/shows/64763/?format=api",
    "image_uri": "https://ia600303.us.archive.org/32/items/mbid-555c750c-cee6-415f-b747-7876e645a107/mbid-555c750c-cee6-415f-b747-7876e645a107-27040422964_thumb500.jpg",
    "thumbnail_uri": "https://ia800303.us.archive.org/32/items/mbid-555c750c-cee6-415f-b747-7876e645a107/mbid-555c750c-cee6-415f-b747-7876e645a107-27040422964_thumb250.jpg",
    "song": "Everlong",
    "track_id": "0a4ec709-3935-497b-94fa-324bba1dac14",
    "recording_id": "9160e42b-8fae-402d-9cee-d6826c5cce33",
    "artist": "Foo Fighters",
    "artist_ids": [
        "67f66c07-6e61-4026-ade5-7e782fad3a5d"
    ],
    "album": "The Colour and the Shape",
    "release_id": "555c750c-cee6-415f-b747-7876e645a107",
    "release_group_id": "7822977a-984d-358d-823f-426139c0eaba",
    "labels": [
        "RCA",
        "Legacy",
        "Roswell Records"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c",
        "2848fb35-a663-4b2a-8ac5-72cc29b63dec"
    ],
    "release_date": "2007-07-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#574 on KEXP LISTENERS' countdown of the greatest albums of all-time.\n\nReleased on May 20 1997 - the first album recorded by Foo Fighters as a full band.\n\nFoo Fighters Drummer Taylor Hawkins played this as his final live performance (at Lollapalooza Argentina) before his death in March 2022. Read more that you may not have known about the album from Rolling Stone here: https://www.rollingstone.com/feature/foo-fighters-the-colour-and-the-shape-10-things-you-didnt-know-115404/ \n\nhttps://www.foofighters.com/.\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}