Information about plays

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

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

{
    "id": 3578046,
    "uri": "https://api.kexp.org/v2/plays/3578046/?format=api",
    "airdate": "2025-11-14T11:20:50-08:00",
    "show": 65106,
    "show_uri": "https://api.kexp.org/v2/shows/65106/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Same But Different Now",
    "track_id": null,
    "recording_id": null,
    "artist": "Greet Death",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Naturally, Greet Death's version of optimism entails songs about being battered and bruised by love ('Die In Love'), faking smiles to hide the suffering ('Motherfucker'), and reflecting on 'the terror of losing the people we care about,' [Harper] Boyharti explains of 'Emptiness Is Everywhere.' Still, the dire fatalism of their previous material has been tempered by a newfound existential tranquility. Sure, death is imminent, but if we have the opportunity to feel love and connection during our slow trudge toward oblivion, then maybe life's worth it after all?\" \n\nhttps://tinyurl.com/2pmee732",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}