Information about plays

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

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

{
    "id": 3605777,
    "uri": "https://api.kexp.org/v2/plays/3605777/?format=api",
    "airdate": "2026-01-18T00:22:42-08:00",
    "show": 65680,
    "show_uri": "https://api.kexp.org/v2/shows/65680/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blighted Deity",
    "track_id": null,
    "recording_id": null,
    "artist": "Exxûl",
    "artist_ids": [],
    "album": "Sealed Into None",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Productions TSO"
    ],
    "label_ids": [
        "f9a73acd-eb69-49c5-8a88-880da6b95580"
    ],
    "release_date": "2026-01-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album by the Dark Power Doom band EXXÛL, which is part of the TSO (The Stygian Oath) Collective comprised of members of Chthe'ilist, Zeicrydeus, and Worm.  Member Philippe Tougas also runs Productions TSO.\n\nhttps://productionstso.bandcamp.com/album/sealed-into-none",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}