Information about plays

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

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

{
    "id": 3546960,
    "uri": "https://api.kexp.org/v2/plays/3546960/?format=api",
    "airdate": "2025-08-31T00:04:57-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gleam of the Morningstar",
    "track_id": null,
    "recording_id": null,
    "artist": "Proscription",
    "artist_ids": [
        "4b87530f-9afb-4937-a178-4f4476e511b8"
    ],
    "album": "Desolate Divine",
    "release_id": null,
    "release_group_id": null,
    "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": "Brand-new sophomore release from this Finnish band who have added members of Maveth and Lantern to their line-up.\n\nhttps://darkdescentrecords.bandcamp.com/album/desolate-divine\nhttps://www.facebook.com/ProscriptionHorde/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}