Information about plays

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

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

{
    "id": 3624921,
    "uri": "https://api.kexp.org/v2/plays/3624921/?format=api",
    "airdate": "2026-03-03T19:02:26-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Body Flows",
    "track_id": null,
    "recording_id": null,
    "artist": "Nubiyan Twist, Eniola",
    "artist_ids": [
        "4fdddb48-b8a0-470d-9db4-e5fc77230d59",
        "b0b94f1c-94fb-4ba2-b5da-6bb2b755c0b9"
    ],
    "album": "Body Flows",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Strut"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2026-02-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nubiyan Twist has evolved into one of the UK’s most forward-thinking and electrifying ensembles, pulling a variety of genres into the orbit of jazz music. On their latest release \"Body Flows\" with eniola, Afrobeat shines through the rhythm section as it's adorned with colorful percussive embellishments and fascinating grooves that'll have you dancing from start to finish.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}