Information about plays

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

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

{
    "id": 3633160,
    "uri": "https://api.kexp.org/v2/plays/3633160/?format=api",
    "airdate": "2026-03-24T15:34:53-07:00",
    "show": 66269,
    "show_uri": "https://api.kexp.org/v2/shows/66269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Beast",
    "track_id": "b0f58704-1b43-3c50-948c-4b939f68e962",
    "recording_id": "2c365083-014b-46b1-9978-92a1c6d504c8",
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": "01882f08-0c82-4ecb-8a3f-471e2f61ef52",
    "release_group_id": "dd2203dd-a149-316b-ad7f-a303dc4fc459",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is about the police and how they tend to treat Black Americans.\n\nRest in Peace, Tyre Nichols, avid skateboarder and photographer. https://thiscaliforniakid2.wixsite.com/tnicholsphotography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}