Information about plays

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

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

{
    "id": 3632163,
    "uri": "https://api.kexp.org/v2/plays/3632163/?format=api",
    "airdate": "2026-03-21T23:11:27-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "https://dn710207.ca.archive.org/0/items/mbid-72843115-cc3f-4bb6-acc4-5e7584fb0901/mbid-72843115-cc3f-4bb6-acc4-5e7584fb0901-25990942052_thumb500.jpg",
    "thumbnail_uri": "https://dn710207.ca.archive.org/0/items/mbid-72843115-cc3f-4bb6-acc4-5e7584fb0901/mbid-72843115-cc3f-4bb6-acc4-5e7584fb0901-25990942052_thumb250.jpg",
    "song": "Holidays in the Sun",
    "track_id": "b00efe44-8703-4f19-a6d6-26762f1e0411",
    "recording_id": "eba6fb32-8fe7-4fa8-9c6d-b05ecae5fe27",
    "artist": "Sex Pistols",
    "artist_ids": [
        "e5db18cb-4b1f-496d-a308-548b611090d3"
    ],
    "album": "Never Mind the Bollocks Here’s the Sex Pistols",
    "release_id": "72843115-cc3f-4bb6-acc4-5e7584fb0901",
    "release_group_id": "e959a4b3-6306-3c45-9df6-e7241dae9ea3",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Siouxsie and the Banshees are closely tied to the early Sex Pistols scene, with Sid Vicious playing drums at their first gig—connecting to “Holiday in the Sun.” Likewise, the Sex Pistols will be performing at the Showbox SoDo in Seattle on October 12th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}