Information about plays

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

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

{
    "id": 3539484,
    "uri": "https://api.kexp.org/v2/plays/3539484/?format=api",
    "airdate": "2025-08-13T06:10:53-07:00",
    "show": 64276,
    "show_uri": "https://api.kexp.org/v2/shows/64276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every Day I Have the Blues",
    "track_id": null,
    "recording_id": null,
    "artist": "B.B. King",
    "artist_ids": [
        "dcb03ce3-67a5-4eb3-b2d1-2a12d93a38f3"
    ],
    "album": "Live in Cook County Jail",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "B.B. King performs \"Every Day I Have the Blues\" in the Cook County Jail in Chicago in 1970. The press following the release of the Live album in 1971, helped lead to reforms for prison conditions inside the Cook County Jail. \n\nLearn more about King's advocacy for prison reform - https://www.theatlantic.com/politics/archive/2015/05/bb-king-advocate-for-prisoners/446439/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}