Information about plays

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

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

{
    "id": 3624923,
    "uri": "https://api.kexp.org/v2/plays/3624923/?format=api",
    "airdate": "2026-03-03T19:09:16-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ma'insat",
    "track_id": null,
    "recording_id": null,
    "artist": "Ghetto Kumbé",
    "artist_ids": [
        "c336a046-4d90-4ca0-ac37-876a800cf2ba"
    ],
    "album": "Ma'insat",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self released"
    ],
    "label_ids": [],
    "release_date": "2026-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Using musical motifs from Africa and Colombia’s Caribbean coast such as the gaita, call-and-response vocals, and an array of hand drums and rhythms, coupled with the elegant electronic production of Tech/House, Ghetto Kumbé creates an Afro-futurist soundscape with lyrics to motivate, elevate, and inspire. \n\nhttps://ghettokumbe.bandcamp.com/album/ghetto-kumbe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}