Information about plays

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

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

{
    "id": 3554475,
    "uri": "https://api.kexp.org/v2/plays/3554475/?format=api",
    "airdate": "2025-09-18T05:17:54-07:00",
    "show": 64592,
    "show_uri": "https://api.kexp.org/v2/shows/64592/?format=api",
    "image_uri": "https://ia800106.us.archive.org/10/items/mbid-06c97185-65df-4c2b-b803-428c710bedc0/mbid-06c97185-65df-4c2b-b803-428c710bedc0-2153324479_thumb500.jpg",
    "thumbnail_uri": "https://ia800106.us.archive.org/10/items/mbid-06c97185-65df-4c2b-b803-428c710bedc0/mbid-06c97185-65df-4c2b-b803-428c710bedc0-2153324479_thumb250.jpg",
    "song": "A Passage in Time",
    "track_id": "40ba1243-b7d0-38cf-a6ce-3e50911d1a11",
    "recording_id": "717b20ba-cd18-4b19-bf25-930f174bf550",
    "artist": "Dead Can Dance",
    "artist_ids": [
        "ccda046a-2674-4f7d-97e6-f23d6c156432"
    ],
    "album": "Dead Can Dance / Garden of the Arcane Delights",
    "release_id": "06c97185-65df-4c2b-b803-428c710bedc0",
    "release_group_id": "53a1670f-ec24-3d8d-a73a-2bd40225dcdf",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off of Dead Can Dance's 1984 self titled debut album. \n\nThe band shared a little about why they chose \"Dead Can Dance\" as their band name: \n\n\"To understand why we chose the name, think of the transformation of inanimacy to animacy. Think of the processes concerning life from death and death into life. So many people missed the inherent symbolic intention of the work, and assumed that we must be \"morbid gothic types\".\" https://bit.ly/3Rpew2D",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}