Information about plays

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

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

{
    "id": 3593776,
    "uri": "https://api.kexp.org/v2/plays/3593776/?format=api",
    "airdate": "2025-12-21T02:19:39-08:00",
    "show": 65436,
    "show_uri": "https://api.kexp.org/v2/shows/65436/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Trauma Bonds",
    "track_id": null,
    "recording_id": "b5c17173-92d5-4562-bc4c-98ba1b2c8209",
    "artist": "High Vis",
    "artist_ids": [
        "29acd2bb-7e67-4722-97ed-472e365ae860"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2025-09-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": true,
    "comment": "Singer Graham Sayle :\n“Trauma Bonds” was written after the news of another tragic suicide of one of our friends during lockdown. It forced us to reflect on how the death of young people had become so normalized within our group of friends that we had become numb to it. Friendships became Trauma Bonds and the gravity of these situations suppressed through toxic coping mechanisms. The song is a hopeful exploration into these feelings in an attempt to support each other through better communication and collective empathy.\nhttps://www.stereogum.com/2195605/high-vis-trauma-bonds/music/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}