Information about plays

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

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

{
    "id": 3634364,
    "uri": "https://api.kexp.org/v2/plays/3634364/?format=api",
    "airdate": "2026-03-27T19:28:59-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sufi Woman",
    "track_id": null,
    "recording_id": "1c646bab-3305-4259-8bdc-367bc3a939ae",
    "artist": "Jidenna",
    "artist_ids": [
        "2bb9df33-7510-437f-8868-801ce21d6a69"
    ],
    "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": "In “Sufi Woman,” Jidenna references real world mysticism from across cultures to illustrate his hazy-eyed and doting devotion to women; a love letter to loving them, and the hold they have on him. The Spanish guitar riffs blend with the soca drum pattern to induce a sleek and sultry sensation–ripe for making all sorts of dangerous decisions.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}