Information about plays

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

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

{
    "id": 3636812,
    "uri": "https://api.kexp.org/v2/plays/3636812/?format=api",
    "airdate": "2026-04-02T09:07:13-07:00",
    "show": 66344,
    "show_uri": "https://api.kexp.org/v2/shows/66344/?format=api",
    "image_uri": "https://dn710806.ca.archive.org/0/items/mbid-7a1f0454-885e-4b5f-9d2c-6af01f487c36/mbid-7a1f0454-885e-4b5f-9d2c-6af01f487c36-3357465328_thumb500.jpg",
    "thumbnail_uri": "https://dn710806.ca.archive.org/0/items/mbid-7a1f0454-885e-4b5f-9d2c-6af01f487c36/mbid-7a1f0454-885e-4b5f-9d2c-6af01f487c36-3357465328_thumb250.jpg",
    "song": "Chicken Payback",
    "track_id": "37e34484-fc5b-4973-9d01-99c9c7c3b17b",
    "recording_id": "00db667e-32de-4c14-8bee-75101339d13f",
    "artist": "The Bees",
    "artist_ids": [
        "276cfa71-caa8-4bf4-b522-39a8086e7c6b"
    ],
    "album": "Free the Bees",
    "release_id": "6ff8b5cf-4bfe-4af0-b167-fdbb4819acd0",
    "release_group_id": "3c4a80da-a5df-3de4-b388-7522abaccacc",
    "labels": [
        "Virgin America",
        "Astralwerks",
        "EMI"
    ],
    "label_ids": [
        "47b84b3b-889e-4c66-80f0-afd58a1d304b",
        "60f3af98-d6ca-4995-a9b5-b93924e2405f",
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in the summer of 2004 on the Virgin imprint, the album got rave reviews in England and earned notice in the United States as well, working its way into better stores and eliciting positive reviews from critics who normally would never have known about it. The group's work has been variously compared to that of the Small Faces (and the Faces), the Beatles, the Byrds, Donovan, the Kinks, the Temptations, and early Pink Floyd, with some other interesting permutations.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}