Information about plays

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

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

{
    "id": 3634219,
    "uri": "https://api.kexp.org/v2/plays/3634219/?format=api",
    "airdate": "2026-03-27T09:42:13-07:00",
    "show": 66291,
    "show_uri": "https://api.kexp.org/v2/shows/66291/?format=api",
    "image_uri": "https://dn721503.ca.archive.org/0/items/mbid-9c886aef-6616-4959-842d-2b3dd7fbe610/mbid-9c886aef-6616-4959-842d-2b3dd7fbe610-5553943056_thumb500.jpg",
    "thumbnail_uri": "",
    "song": "The Bends",
    "track_id": "c202fce9-67a5-4379-a2bd-9f37895b7e6f",
    "recording_id": "ad922fb0-f2ac-4d47-803f-a61cfa69117e",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "The Bends",
    "release_id": "9c886aef-6616-4959-842d-2b3dd7fbe610",
    "release_group_id": "b8048f24-c026-3398-b23a-b5e50716cbc7",
    "labels": [
        "EMI Music Canada",
        "Parlophone"
    ],
    "label_ids": [
        "095b5fc8-724e-4357-9eab-ee89196afc8e",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1995-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bends marks Radiohead’s first collaboration with Nigel Godrich, who worked under head producer John Leckie. Godrich is widely considered the unofficial sixth member of the band as his presence is so critical to their unmistakable sound. He would go on to co-produce the band’s enormously successful masterpiece, OK Computer, and has been involved in every Radiohead album since.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}