Information about plays

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

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

{
    "id": 3639097,
    "uri": "https://api.kexp.org/v2/plays/3639097/?format=api",
    "airdate": "2026-04-07T15:20:49-07:00",
    "show": 66392,
    "show_uri": "https://api.kexp.org/v2/shows/66392/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ride the Fence",
    "track_id": null,
    "recording_id": "0df6c10e-b260-48aa-8f31-3d06d9d91754",
    "artist": "The Coup",
    "artist_ids": [
        "846e89f6-6257-4371-a26d-de960a60bec5"
    ],
    "album": "Party Music",
    "release_id": null,
    "release_group_id": "347a26de-664c-3c55-b8c9-ca296f1b23f1",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2001-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original cover for The Coup's 2001 album Party Music coincidentally depicted band members standing in front of the exploding World Trade Center, created in June 2001 and featuring an electronic tuner meant to look like a detonator. It was scheduled for release right before 9/11 and later changed to a martini-turned-Molotov cocktail.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}