Information about plays

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

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

{
    "id": 3571883,
    "uri": "https://api.kexp.org/v2/plays/3571883/?format=api",
    "airdate": "2025-10-30T15:56:15-07:00",
    "show": 64976,
    "show_uri": "https://api.kexp.org/v2/shows/64976/?format=api",
    "image_uri": "https://coverartarchive.org/release/1810b5b3-4568-46ab-9620-bcb0ca747b6d/35204667076-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1810b5b3-4568-46ab-9620-bcb0ca747b6d/35204667076-250.jpg",
    "song": "Off the Glass",
    "track_id": null,
    "recording_id": "478fb2ae-a01c-4044-ad41-0ea29fa7c24f",
    "artist": "Kool Keith & Real Bad Man",
    "artist_ids": [
        "4939695e-1f38-496f-978f-4ebf9ef13e9d",
        "d7aee312-1a30-4012-bda8-763f8e809136"
    ],
    "album": "Serpent",
    "release_id": null,
    "release_group_id": "90b27746-cb97-4dcb-8cd0-1af0cf843a31",
    "labels": [
        "Real Bad Man Records"
    ],
    "label_ids": [
        "3a973849-7ae7-4d74-bc12-5692090d1d7c"
    ],
    "release_date": "2023-03-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Off the Glass' was written by Kool Keith and Adam Weissman. -- Keith likens his style to the glory days of the Seattle Supersonics!\n--\nSee almost an hour of Kool Keith in concert in 2009: https://www.youtube.com/watch?v=GTCWWv2MogY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}