Information about plays

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

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

{
    "id": 3633369,
    "uri": "https://api.kexp.org/v2/plays/3633369/?format=api",
    "airdate": "2026-03-25T04:32:38-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://coverartarchive.org/release/1c027f73-9dfe-42d4-82e2-6716d91685e3/23920553261-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1c027f73-9dfe-42d4-82e2-6716d91685e3/23920553261-250.jpg",
    "song": "Situation (Richard X remix)",
    "track_id": null,
    "recording_id": "1b28cec2-f5a5-48f7-a721-7910d39e856a",
    "artist": "Yazoo",
    "artist_ids": [
        "42922db2-2e80-44b8-9cdf-0b3a6634c124"
    ],
    "album": "Four Pieces",
    "release_id": null,
    "release_group_id": "33464f70-4121-455d-9d4d-3d1d6ba1d98c",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2018-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The X-Mix of Wham's track samples Yaz's Situation! Richard X produced a acclaimed 2018 remix of Yazoo's classic synth-pop track \"Situation,\" enhancing its electronic elements for a modern dancefloor sound. The remix was featured on the 2018 'Four Pieces'/'Three Pieces' box set and has been re-released",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}