Information about plays

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

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

{
    "id": 3633750,
    "uri": "https://api.kexp.org/v2/plays/3633750/?format=api",
    "airdate": "2026-03-26T04:54:03-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/006728e5-0a54-4c63-937d-777d019a7888/43312177698-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/006728e5-0a54-4c63-937d-777d019a7888/43312177698-250.jpg",
    "song": "Taste Of Chocolate (Remix)",
    "track_id": null,
    "recording_id": "8a604571-274e-4fbb-adf6-8887a555befc",
    "artist": "Big Daddy Kane",
    "artist_ids": [
        "8e75d270-4d53-4a4a-bc14-e3ace37ebd4e"
    ],
    "album": "Raw '91",
    "release_id": null,
    "release_group_id": "57bc2254-ba0d-4417-a8c8-383c2dc2f173",
    "labels": [
        "Cold Chillin’"
    ],
    "label_ids": [
        "85effcdf-76de-4f04-86d2-f8a842350df2"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Antonio “Big Daddy Kane” Hardy released his third album, \"Taste of Chocolate,\" in October, 1990.: https://www.albumism.com/features/big-daddy-kane-taste-of-chocolate-turns-30-anniversary-retrospective -- He sampled Sylvester's 1978 \"Was It Something I Said\" in this intro.: https://albumism.com/features/big-daddy-kane-taste-of-chocolate-turns-30-anniversary-retrospective",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}