Information about plays

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

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

{
    "id": 3607099,
    "uri": "https://api.kexp.org/v2/plays/3607099/?format=api",
    "airdate": "2026-01-21T05:50:36-08:00",
    "show": 65713,
    "show_uri": "https://api.kexp.org/v2/shows/65713/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-bfcf2ca6-e730-44aa-bd73-49e0ff770b7f/mbid-bfcf2ca6-e730-44aa-bd73-49e0ff770b7f-29187271592_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-bfcf2ca6-e730-44aa-bd73-49e0ff770b7f/mbid-bfcf2ca6-e730-44aa-bd73-49e0ff770b7f-29187271592_thumb250.jpg",
    "song": "No Fucking War",
    "track_id": "7f3f5107-6581-3da1-be9d-44d25c81df09",
    "recording_id": "02e31885-c057-49ee-bd7b-3e3a434399b2",
    "artist": "7 Year Bitch",
    "artist_ids": [
        "91d06612-5c1e-4278-b40b-b6ce22dc9bb4"
    ],
    "album": "Sick 'Em",
    "release_id": "bfcf2ca6-e730-44aa-bd73-49e0ff770b7f",
    "release_group_id": "c8a331ea-6761-3aca-aad8-3efa9ca2d945",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "7 Year Bitch was formed in 1990 by vocalist Selene Vigil, guitarist Stefanie Sargent, bassist Elizabeth Davis and drummer Valerie Agnew. Vigil, Sargent, and Agnew had been playing together in the Seattle band Barbie's Dream Car when their bassist left for Europe. They subsequently recruited Davis and renamed their band after the movie The Seven Year Itch, based on a suggestion by their friend Ben London, a member of the fellow Seattle band Alcohol Funnycar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}