Information about plays

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

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

{
    "id": 3581876,
    "uri": "https://api.kexp.org/v2/plays/3581876/?format=api",
    "airdate": "2025-11-23T10:38:55-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Original Stack O' Lee Blues",
    "track_id": null,
    "recording_id": "790ae36f-07a9-4424-b5b6-3412f8798b91",
    "artist": "Long “Cleve” Reed, Little Harvey Hull, & The Down Home Boys",
    "artist_ids": [
        "a66c9e85-1f64-459d-b8e9-27a61df5147f",
        "3d7a1148-9e36-4489-91e5-05f74d3451fe",
        "1efd70ec-f6b6-4fec-a016-527979400452"
    ],
    "album": "The Down Home Boys Original",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Yazoo"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first known recording of the Stagger Lee \"Stack O'Lee\" tale, recorded in 1927.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}