Information about plays

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

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

{
    "id": 3576926,
    "uri": "https://api.kexp.org/v2/plays/3576926/?format=api",
    "airdate": "2025-11-11T18:16:13-08:00",
    "show": 65083,
    "show_uri": "https://api.kexp.org/v2/shows/65083/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-621b308e-ef79-4c7a-aa87-1f47885a709b/mbid-621b308e-ef79-4c7a-aa87-1f47885a709b-9312152547_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-621b308e-ef79-4c7a-aa87-1f47885a709b/mbid-621b308e-ef79-4c7a-aa87-1f47885a709b-9312152547_thumb250.jpg",
    "song": "Life During Wartime",
    "track_id": "04a142f5-3f97-33f1-be6f-41c05e2a4b2a",
    "recording_id": "e2209423-291a-46ea-b3e9-935be1a5b41f",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Fear of Music",
    "release_id": "621b308e-ef79-4c7a-aa87-1f47885a709b",
    "release_group_id": "f378dcb1-841b-3be1-9d96-779036562de1",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Nicole, seeing David Byrne tonight!\n___\n\"Life During Wartime\" was built around a bass riff Tina Weymouth came up with when they spent an otherwise unproductive day in New Orleans recording at Allen Toussaint's Sea-Saint Studios. Watch Talking Heads perform it live at their induction into the Rock Hall of Fame: https://www.youtube.com/watch?v=bBr0FJsDk1g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}