Information about plays

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

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

{
    "id": 3621995,
    "uri": "https://api.kexp.org/v2/plays/3621995/?format=api",
    "airdate": "2026-02-25T06:08:24-08:00",
    "show": 66025,
    "show_uri": "https://api.kexp.org/v2/shows/66025/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "King’s Lead Hat",
    "track_id": "6fc52665-1832-32dd-b436-6910eb9007bc",
    "recording_id": "76b4f4d7-46dc-4d94-af23-84c14cb1ecca",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Before and After Science",
    "release_id": "cf05654f-5549-3096-8bd6-40449dd3aacc",
    "release_group_id": "6f9e2641-f79b-32f2-a752-f7212e9040e4",
    "labels": [
        "E’G Records"
    ],
    "label_ids": [
        "71ee312d-4081-4699-a332-ba837a54d200"
    ],
    "release_date": "1990-08-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From his 5th studio album originally released in 1977! The title \"King's Lead Hat\" is an anagram for Talking Heads. The album includes guest appearances by many  artists based in U.K and Germany such as Robert Wyatt of Soft Machine,  Phil Manzanera of Roxy Music, Paul Rudolph of Hawkwind, Andy Fraser of Free, Dave Mattacks of Fairport Convention, and more. \n\n'Before and After Science' was Eno's last with a more rock and roll sound, as he moved onto avant-garde and ambient music shortly after. This shift in sound can be heard more in the second half of the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}