Information about plays

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

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

{
    "id": 3578026,
    "uri": "https://api.kexp.org/v2/plays/3578026/?format=api",
    "airdate": "2025-11-14T10:03:25-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "https://ia800209.us.archive.org/22/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb500.jpg",
    "thumbnail_uri": "https://ia800209.us.archive.org/22/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb250.jpg",
    "song": "Slippery People",
    "track_id": "4dddef84-f19e-306a-9a09-8adfd2b900d4",
    "recording_id": "bd17f13f-1f3c-4ddd-8aef-fb37ea2b7e3d",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Once in a Lifetime",
    "release_id": "a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1",
    "release_group_id": "4115ff42-4d79-3a95-a745-a07e66ff3c42",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-11-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Byrne will be in San Francisco at Bill Graham Civic Auditorium this coming week: November 16th, 17th, and 18th!\n\nhttps://whoisthesky.davidbyrne.com/tour/\n\nEnjoy video of the live version of \"Slippery People\" from the 1984 Stop Making Sense concert film: https://www.youtube.com/watch?v=paSczHpWC3I",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}