Information about plays

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

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

{
    "id": 3606723,
    "uri": "https://api.kexp.org/v2/plays/3606723/?format=api",
    "airdate": "2026-01-20T08:25:54-08:00",
    "show": 65706,
    "show_uri": "https://api.kexp.org/v2/shows/65706/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-f7c8f60e-ffc9-41bd-8953-a64da4e612bd/mbid-f7c8f60e-ffc9-41bd-8953-a64da4e612bd-29539581417_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-f7c8f60e-ffc9-41bd-8953-a64da4e612bd/mbid-f7c8f60e-ffc9-41bd-8953-a64da4e612bd-29539581417_thumb250.jpg",
    "song": "The Ecstasy of Gold",
    "track_id": "18d837ac-b2d6-3ec8-bf74-a568b0907c9f",
    "recording_id": "30fc1bf7-67d1-49ed-b5df-387215031665",
    "artist": "Ennio Morricone",
    "artist_ids": [
        "a16e47f5-aa54-47fe-87e4-bb8af91a9fdd"
    ],
    "album": "The Good, the Bad & the Ugly",
    "release_id": "f7c8f60e-ffc9-41bd-8953-a64da4e612bd",
    "release_group_id": "791853f8-6054-377f-983f-22b299fabee7",
    "labels": [
        "United Artists"
    ],
    "label_ids": [
        "f1477534-482c-41bd-8219-870a199728ee"
    ],
    "release_date": "1968-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The piece has become one of Morricone's most iconic works, representing the pinnacle of his contributions to film music. It is often associated with the climactic scenes of the movie, where it underscores the tension and drama of the characters' final showdown. The music features a blend of orchestral elements, including strings and choral arrangements, creating a haunting yet exhilarating atmosphere.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}