Information about plays

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

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

{
    "id": 3579368,
    "uri": "https://api.kexp.org/v2/plays/3579368/?format=api",
    "airdate": "2025-11-17T10:52:04-08:00",
    "show": 65136,
    "show_uri": "https://api.kexp.org/v2/shows/65136/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1/mbid-a0e0a03b-55ac-3c13-b2cd-28ada90a2cf1-31950645479_thumb250.jpg",
    "song": "Houses in Motion",
    "track_id": "c643b67c-df5b-3c58-b7a5-451c4c2d30af",
    "recording_id": "6fb50f0f-fd5d-4a34-ac59-0b43b9cf2ded",
    "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": "Remain in Light is the fourth studio album by Talking Heads, released on October 8, 1980 by Sire Records. It was recorded at Compass Point Studios in the Bahamas and Sigma Sound Studios in Philadelphia between July and August 1980 and was the final Talking Heads album produced by Brian Eno.\n\nhttps://store.talkingheadsofficial.com/\nhttps://whoisthesky.davidbyrne.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}