Information about plays

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

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

{
    "id": 3657442,
    "uri": "https://api.kexp.org/v2/plays/3657442/?format=api",
    "airdate": "2026-05-21T00:20:20-07:00",
    "show": 66771,
    "show_uri": "https://api.kexp.org/v2/shows/66771/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bara",
    "track_id": null,
    "recording_id": null,
    "artist": "Odd Okoddo & Ogoya Nengo",
    "artist_ids": [],
    "album": "Palagoma",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "From Cool Waters"
    ],
    "label_ids": [],
    "release_date": "2026-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The inaugural release for Nairobi label From Cool Waters is a feverish amalgam of traditional Kenyan currents and moody, minimalist electronics. Emerging from the confluence of three special talents – Nairobi-based Nyege Nyege collaborator and experimental drummer Sven Kacirek, esteemed 83-year-old folk artist Ogoya Nengo and dodo singer/songwriter and luthier Olith Ratego – PALAGOMA channels an electroacoustic synergy unlike anything you’ve ever heard before.\n\nhttps://oddokoddoogoyanengo.bandcamp.com/album/palagoma",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}