Information about plays

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

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

{
    "id": 3617648,
    "uri": "https://api.kexp.org/v2/plays/3617648/?format=api",
    "airdate": "2026-02-15T00:49:50-08:00",
    "show": 65937,
    "show_uri": "https://api.kexp.org/v2/shows/65937/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disentombed and Reassembled by the Ages",
    "track_id": null,
    "recording_id": null,
    "artist": "Fossilization",
    "artist_ids": [
        "feea4abd-c825-4276-9131-354ac3873470"
    ],
    "album": "Advent of Wounds",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Everlasting Spew Records"
    ],
    "label_ids": [
        "15049d0a-44a1-43ef-9f64-7bc36071e0c7"
    ],
    "release_date": "2026-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new sophomore full-length from this Brazilian project featuring members of Jupiterian and Blackning.  Those in the US can order physical copies from Nightshift Merch.\n\nhttps://www.nightshiftmerch.com/products/fossilization-advent-of-wounds-cd\nhttps://everlastingspew.bandcamp.com/album/advent-of-wounds\nhttps://www.facebook.com/fossilization/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}