Information about plays

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

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

{
    "id": 3628431,
    "uri": "https://api.kexp.org/v2/plays/3628431/?format=api",
    "airdate": "2026-03-13T14:06:55-07:00",
    "show": 66170,
    "show_uri": "https://api.kexp.org/v2/shows/66170/?format=api",
    "image_uri": "https://coverartarchive.org/release/c5555d72-2713-434d-a26e-584c465a5f99/11267191059-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c5555d72-2713-434d-a26e-584c465a5f99/11267191059-250.jpg",
    "song": "Song 2",
    "track_id": null,
    "recording_id": "b39b7227-c271-4ab8-912b-cb1fe2fc0e5e",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Blur",
    "release_id": null,
    "release_group_id": "fdd6c833-3c96-33cb-9917-72e15bcd34bc",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1997-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "WOO HOO!\n\nIt was guitarist Graham Cozon who sped this iconic Blur tune up, said Damon Albarn in an Isle of Noises interview: \"It's definitely better the way it ended up. As soon as I hear myself doing anything I've done before I just do something else. I go the other way or I just go below or above. I can't bear repeating myself. As soon as I've finished something I think, 'That's terrible. Right, I better start again.\" \n\nhttps://www.songfacts.com/facts/blur/song-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}