Information about plays

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

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

{
    "id": 3667563,
    "uri": "https://api.kexp.org/v2/plays/3667563/?format=api",
    "airdate": "2026-06-13T21:58:27-07:00",
    "show": 66982,
    "show_uri": "https://api.kexp.org/v2/shows/66982/?format=api",
    "image_uri": "https://coverartarchive.org/release/b12d76ea-8e00-4d14-a9c6-57833ba84067/15302770615-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b12d76ea-8e00-4d14-a9c6-57833ba84067/15302770615-250.jpg",
    "song": "Teenage Beer Drinkin' Party",
    "track_id": null,
    "recording_id": "be88554d-4f6c-44b5-9f94-d13ca954abac",
    "artist": "Teenage Head",
    "artist_ids": [
        "b861073d-0bf1-49c7-875f-c884a26cc9bf"
    ],
    "album": "Some Kinda Fun",
    "release_id": null,
    "release_group_id": "baff5907-3278-3726-b7ac-745eff254193",
    "labels": [
        "Attic"
    ],
    "label_ids": [
        "8b136849-43fc-4b4b-bc63-b494d01851dc"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In collaboration with Clifford Brewing Co, Teenage Head released a lager called \"Teenage Beer Drinkin' Party\" for the band's 50th anniversary last year.  The beer originally debuted with a limited-edition silkscreen can art run and is frequently restocked for anniversary events and band tours. It is widely celebrated in the Canadian punk and craft beer scene.\n\nhttps://cliffordbrewing.com/product/teenage-head-beer-drinkin-party-beer/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}