Information about plays

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

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

{
    "id": 3639185,
    "uri": "https://api.kexp.org/v2/plays/3639185/?format=api",
    "airdate": "2026-04-07T20:44:14-07:00",
    "show": 66394,
    "show_uri": "https://api.kexp.org/v2/shows/66394/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peace",
    "track_id": null,
    "recording_id": "2df16a54-8977-4eea-a202-3066ee1b70e2",
    "artist": "Bill Laswell",
    "artist_ids": [
        "8b7a121c-5b50-4912-ab4c-e49a631a2db0"
    ],
    "album": "Lost In Translation",
    "release_id": null,
    "release_group_id": "6cdb1126-c331-486a-ab56-85f480bdcef0",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-06-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bill Laswell’s work exists at the crossroads of global sound and deep cultural exchange. A bassist, producer, and experimental composer whose career spans decades, Laswell has built a vast body of music drawing from jazz, dub, ambient, and world traditions, often colliding sonic worlds by collaborating with artists from Africa to India and beyond. On “Peace,” from the ambient project Lost In Translation, he creates an expansive, meditative soundscape that reflects his ethos of transcultural fusion and shared musical language.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}