Information about plays

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

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

{
    "id": 3583367,
    "uri": "https://api.kexp.org/v2/plays/3583367/?format=api",
    "airdate": "2025-11-26T19:52:54-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Speak to the Wind",
    "track_id": null,
    "recording_id": "21bd75fc-f128-4ed3-b9a8-f4ec6c40e0bd",
    "artist": "Spindrift",
    "artist_ids": [
        "a216fad2-9c4f-4cdc-850e-0f4e27a487e9"
    ],
    "album": "The Legend of God's Gun",
    "release_id": null,
    "release_group_id": "cf0eac0f-8962-3559-9a3e-4e6900ca54bb",
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2009-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"With Spindrift's penchant for creating epic cinematic soundtracks, it comes as no surprise that they've embarked on a vision quest of their own, with the creation of the feature film, The Legend Of God's Gun. Both haunting and hallucinogenic, this soundtrack is a cosmic journey through the desert as a preacher-turned-gunslinger sets out for vengeance. Spindrift resurrect the spirits of Ennio Morricone and Bruno Nicolai and combine them with the ghosts of Velvet Underground and Jim Morrison, weaving a dusty backdrop to a story of sin and salvation in the wild west.\"\nhttps://teepeerecords.com/products/spindrift-the-legend-of-gods-gun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}