Information about plays

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

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

{
    "id": 3629045,
    "uri": "https://api.kexp.org/v2/plays/3629045/?format=api",
    "airdate": "2026-03-15T00:00:34-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Curse of the Undead",
    "track_id": null,
    "recording_id": null,
    "artist": "Demon Spell",
    "artist_ids": [
        "bfca542f-fcb0-4e67-8253-274e4b534821"
    ],
    "album": "Blessed Be the Dark",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dying Victims Productions"
    ],
    "label_ids": [
        "6781d2cb-7d91-49be-829b-b9e22fe695f7"
    ],
    "release_date": "2026-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming debut album from this Sicilian band featuring former members of Noble Savage and Warcryer.\n\nhttps://dyingvictimsproductions.bandcamp.com/album/blessed-be-the-dark\nhttps://www.facebook.com/demonspellband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}