Information about plays

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

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

{
    "id": 3667051,
    "uri": "https://api.kexp.org/v2/plays/3667051/?format=api",
    "airdate": "2026-06-12T19:30:24-07:00",
    "show": 66971,
    "show_uri": "https://api.kexp.org/v2/shows/66971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Izospana",
    "track_id": null,
    "recording_id": null,
    "artist": "Sam Deep Ft Thatohatsi & Zuma",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sam Deep (real name Samukelo Rorisang Mavuso) is a prominent South African Amapiano DJ and producer from Soweto. Known for hits like \"Shela\" and \"Thandaza,\" he bridges underground dance floors and mainstream streaming with a sound defined by bravado and late-night energy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}