Information about plays

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

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

{
    "id": 3633042,
    "uri": "https://api.kexp.org/v2/plays/3633042/?format=api",
    "airdate": "2026-03-24T08:08:23-07:00",
    "show": 66267,
    "show_uri": "https://api.kexp.org/v2/shows/66267/?format=api",
    "image_uri": "https://dn710808.ca.archive.org/0/items/mbid-80c66e61-a052-4437-853e-094a24ec7ed3/mbid-80c66e61-a052-4437-853e-094a24ec7ed3-15305265527_thumb500.jpg",
    "thumbnail_uri": "https://dn710808.ca.archive.org/0/items/mbid-80c66e61-a052-4437-853e-094a24ec7ed3/mbid-80c66e61-a052-4437-853e-094a24ec7ed3-15305265527_thumb250.jpg",
    "song": "Summer Madness",
    "track_id": "9dec9de4-ec13-3955-ac4a-efe2a554fbf9",
    "recording_id": "07478cfd-bf32-40c1-9328-8aa673fd9a94",
    "artist": "Kool & The Gang",
    "artist_ids": [
        "2469950a-f0ca-425a-bfbc-baf55ea3afde"
    ],
    "album": "Light of Worlds",
    "release_id": "80c66e61-a052-4437-853e-094a24ec7ed3",
    "release_group_id": "8ced95df-cff7-313e-92ea-73d4a8f08387",
    "labels": [
        "De-Lite Records"
    ],
    "label_ids": [
        "bfc7a464-c27f-4abd-af5a-35f17f557168"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song by Kool & The Gang was sampled by DJ Jazzy Jeff & The Fresh Prince in \"Summertime\".\n\nEngineered by Bob Clearmountain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}