Information about plays

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

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

{
    "id": 3667612,
    "uri": "https://api.kexp.org/v2/plays/3667612/?format=api",
    "airdate": "2026-06-14T00:00:46-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/46cadf58-cb5b-4f9a-adcc-014efe93ac1b/45003990746-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/46cadf58-cb5b-4f9a-adcc-014efe93ac1b/45003990746-250.jpg",
    "song": "The Black Dragons of Iswylm",
    "track_id": null,
    "recording_id": "6d8345ea-3b42-4066-8acf-64c23c588261",
    "artist": "Stormkeep",
    "artist_ids": [
        "9e87faad-bcfd-493d-bc82-053c25300e97"
    ],
    "album": "The Nocturnes of Iswylm",
    "release_id": null,
    "release_group_id": "0e865789-b0e4-442d-81b5-f1cecfc2289f",
    "labels": [
        "Vesperian"
    ],
    "label_ids": [
        "bebeceab-6495-4aff-8c64-a4d1854791e8"
    ],
    "release_date": "2026-06-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new second full-length from this Denver based band featuring members of Wayfarer and Blood Incantation.\n\nhttps://stormkeep-odl.bandcamp.com/album/the-nocturnes-of-iswylm-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}