Information about plays

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

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

{
    "id": 3525185,
    "uri": "https://api.kexp.org/v2/plays/3525185/?format=api",
    "airdate": "2025-07-10T14:08:00-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "https://ia801308.us.archive.org/13/items/mbid-54d4e470-8954-3bf1-99ea-da5f34171031/mbid-54d4e470-8954-3bf1-99ea-da5f34171031-2390343039_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/13/items/mbid-54d4e470-8954-3bf1-99ea-da5f34171031/mbid-54d4e470-8954-3bf1-99ea-da5f34171031-2390343039_thumb250.jpg",
    "song": "The Sicilian Clan",
    "track_id": "e8557d0b-bb6d-3f5a-bc2e-608ad1bdd248",
    "recording_id": "b9935938-9a99-4d31-aa23-7d1dff0ddf75",
    "artist": "John Zorn",
    "artist_ids": [
        "7ec4a553-73e5-4c0d-a071-a82b83a309e6"
    ],
    "album": "Naked City",
    "release_id": "54d4e470-8954-3bf1-99ea-da5f34171031",
    "release_group_id": "c643e23d-3e35-355a-b8ba-0dbe1291b126",
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [
        "c69cac59-f512-4edc-ab2c-d04c22dbce20"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Sicilian Clan\" is a cover of \"Tema Italiano\" by Ennio Morricone. \n--\nDid you know that Khruangbin also covered this song in 2014?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}