Information about plays

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

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

{
    "id": 3602167,
    "uri": "https://api.kexp.org/v2/plays/3602167/?format=api",
    "airdate": "2026-01-09T08:27:31-08:00",
    "show": 65602,
    "show_uri": "https://api.kexp.org/v2/shows/65602/?format=api",
    "image_uri": "https://ia601207.us.archive.org/1/items/mbid-5e4974f7-35d8-4eae-955f-218166f68f8a/mbid-5e4974f7-35d8-4eae-955f-218166f68f8a-37731590962_thumb500.jpg",
    "thumbnail_uri": "https://ia801207.us.archive.org/1/items/mbid-5e4974f7-35d8-4eae-955f-218166f68f8a/mbid-5e4974f7-35d8-4eae-955f-218166f68f8a-37731590962_thumb250.jpg",
    "song": "There She Goes, My Beautiful World",
    "track_id": "f43dbc50-d13f-36bc-901f-b144a9c3415d",
    "recording_id": "18b2b9ab-ac6f-44c1-9eee-b1b35959a95e",
    "artist": "Nick Cave & The Bad Seeds",
    "artist_ids": [
        "172e1f1a-504d-4488-b053-6344ba63e6d0"
    ],
    "album": "Abattoir Blues / The Lyre of Orpheus",
    "release_id": "206c6806-2254-3565-a0c4-6731700d4a12",
    "release_group_id": "f0ffb9ec-fcb5-3e03-9a1b-3f018472d831",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2004-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In \"There She Goes, My Beautiful World,\" Nick Cave's muse is personified as a woman that he's willing to serve eternally in return for inspiration. The desperate edge of each longing verse rises to a triumphant chorus as his devotion pays off and she hits him with poetic illumination again.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}