Information about plays

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

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

{
    "id": 3525188,
    "uri": "https://api.kexp.org/v2/plays/3525188/?format=api",
    "airdate": "2025-07-10T14:17:00-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "https://coverartarchive.org/release/0a9e4b13-c5c8-4c4a-84de-5b8346920930/29130078199-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0a9e4b13-c5c8-4c4a-84de-5b8346920930/29130078199-250.jpg",
    "song": "Dialogo Nº 1",
    "track_id": null,
    "recording_id": "6c670d7d-4171-40d0-8365-9ee853ec7430",
    "artist": "Ennio Morricone",
    "artist_ids": [
        "a16e47f5-aa54-47fe-87e4-bb8af91a9fdd"
    ],
    "album": "Il clan dei siciliani",
    "release_id": null,
    "release_group_id": "e14374c5-5f4c-3b11-8a26-ce6ab326d00b",
    "labels": [
        "Quartet Records"
    ],
    "label_ids": [
        "7281cf5e-8b46-4efa-a3a4-ae3b42cbd4ae"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"We also have an absolutely magnificent soundtrack here courtesy of the Italian master composer Ennio Morricone which perfectly matches the mood and look of the film.\"\n\nHere are user reviews of The Sicilian Clan\": https://www.imdb.com/title/tt0064169/reviews/?featured=rw0106722&ref_=tt_ururv_c_5",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}