Information about plays

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

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

{
    "id": 3634928,
    "uri": "https://api.kexp.org/v2/plays/3634928/?format=api",
    "airdate": "2026-03-29T00:38:51-07:00",
    "show": 66308,
    "show_uri": "https://api.kexp.org/v2/shows/66308/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Desolate Divine",
    "track_id": null,
    "recording_id": "4cb70847-2e2b-41c9-aac5-48993c95fc29",
    "artist": "Proscription",
    "artist_ids": [
        "4b87530f-9afb-4937-a178-4f4476e511b8"
    ],
    "album": "Desolate Divine",
    "release_id": null,
    "release_group_id": "97779bc3-9667-4c5b-9333-9e2877ab87e4",
    "labels": [
        "Dark Descent"
    ],
    "label_ids": [
        "62a84932-c6c3-4cac-88f5-e41460e2fa13"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hailing from Finland, Proscription features a unique \"Finno-American\" connection, fronted by the prolific ChristButcher. https://darkdescentrecords.bandcamp.com/album/desolate-divine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}