Information about plays

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

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

{
    "id": 3635888,
    "uri": "https://api.kexp.org/v2/plays/3635888/?format=api",
    "airdate": "2026-03-31T05:35:32-07:00",
    "show": 66327,
    "show_uri": "https://api.kexp.org/v2/shows/66327/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0760dd1-8667-4b8d-b8e4-8385b21239bb/5768430674-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0760dd1-8667-4b8d-b8e4-8385b21239bb/5768430674-250.jpg",
    "song": "Talkin’ Bout a Revolution",
    "track_id": null,
    "recording_id": "fd3158d6-a604-4726-93aa-5faad140907b",
    "artist": "Tracy Chapman",
    "artist_ids": [
        "1129817c-488a-4096-80c1-77fc1b107c93"
    ],
    "album": "Tracy Chapman",
    "release_id": null,
    "release_group_id": "a738bdf1-f610-30aa-9ae7-9a4f90d6f2d7",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1988-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Poor people gonna rise up \nAnd get their share \nPoor people gonna rise up \nAnd take what's theirs\" \n\nHappy 62nd Birthday to Tracy Chapman! \n\nYou can find \"Talkin' About a Revolution\" on Tracy’s first album, which itself is entitled Tracy Chapman. The tune was written by the singer herself (when she was just 16 years old) and produced by David Kershenbaum. \n\nLearn more about this song here: https://tinyurl.com/vkjw54jc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}