Information about plays

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

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

{
    "id": 3562709,
    "uri": "https://api.kexp.org/v2/plays/3562709/?format=api",
    "airdate": "2025-10-08T14:12:59-07:00",
    "show": 64780,
    "show_uri": "https://api.kexp.org/v2/shows/64780/?format=api",
    "image_uri": "https://ia601604.us.archive.org/3/items/mbid-621b308e-ef79-4c7a-aa87-1f47885a709b/mbid-621b308e-ef79-4c7a-aa87-1f47885a709b-9312152547_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/3/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": "#296 in the KEXP countdown of listener favorite albums...\n---\n \"Fear of Music\" is the Talking Heads' third studio album and it was produced by Brian Eno and Talking Heads.\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"
}