Information about plays

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

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

{
    "id": 3634256,
    "uri": "https://api.kexp.org/v2/plays/3634256/?format=api",
    "airdate": "2026-03-27T12:08:45-07:00",
    "show": 66292,
    "show_uri": "https://api.kexp.org/v2/shows/66292/?format=api",
    "image_uri": "https://coverartarchive.org/release/9ca377f6-9137-4d1f-aa17-370de32423b9/13798418639-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9ca377f6-9137-4d1f-aa17-370de32423b9/13798418639-250.jpg",
    "song": "Street Player",
    "track_id": null,
    "recording_id": "3107778d-15b8-4595-a88c-7a11ad711be5",
    "artist": "Chicago",
    "artist_ids": [
        "3f5be744-e867-42fb-8913-5fd69e4099b5"
    ],
    "album": "Chicago 13",
    "release_id": null,
    "release_group_id": "c01173e4-f64b-3f3b-a6da-8ff95f984092",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1979-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heavily sampled for the Bucketheads' 1995 club hit \"The Bomb! (These Sounds Fall Into My Mind)\".\n\nRufus & Chaka Khan recorded this tune a year earlier as the title track for their album 'Street Player.'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}