Information about plays

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

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

{
    "id": 3522567,
    "uri": "https://api.kexp.org/v2/plays/3522567/?format=api",
    "airdate": "2025-07-04T13:57:46-07:00",
    "show": 63917,
    "show_uri": "https://api.kexp.org/v2/shows/63917/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Revolution Will Not Be Televised",
    "track_id": "34638600-fd60-4859-b893-4d2b0b144f89",
    "recording_id": "7db46ede-99af-4975-8f1f-259054607154",
    "artist": "Gil Scott-Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "Flying Groove",
    "release_id": "27c74f49-9610-4fd6-8f67-9329779af752",
    "release_group_id": "082fb77d-a69d-3b3e-b53a-36c848c6654b",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "2003-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gil Scott-Heron wrote this poem and song when he was 21 years old. The original, spoken word version of \"The Revolution Will Not Be Televised\" was released in 1970 on his debut album \"Small Talk at 125th and Lenox,\" on which he recited the lyrics, accompanied by congas and bongo drums.\n\nIn 1971 Gil Scott-Heron and musical partner Brian Jackson re-arranged the song. Jackson jammed on the flute while warm, jazzy rhythms added depth to the previously sparse track. These elements, when added to Scott-Heron's calm and intelligent vocal delivery, earned the song radio airplay across the US.\n\nhttps://gilscottherononline.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}