Information about plays

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

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

{
    "id": 3547703,
    "uri": "https://api.kexp.org/v2/plays/3547703/?format=api",
    "airdate": "2025-09-01T20:41:39-07:00",
    "show": 64449,
    "show_uri": "https://api.kexp.org/v2/shows/64449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Cumbé – Slow Version",
    "track_id": null,
    "recording_id": null,
    "artist": "Amantes del futuro",
    "artist_ids": [
        "7f74b684-b7a5-40d1-a0f8-bcb1e7edd64c"
    ],
    "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": "This slow version of “El Cumbé” stretches the traditional Afro-Colombian rhythm into a hypnotic, meditative journey. Amantes del Futuro use heavy reverb, deep bass, and airy synths to transform the danceable structure into a cosmic trance. Vocals drift like chants, adding ritualistic energy to the psychedelic arrangement. It’s experimental but rooted in heritage, a piece that bridges ancestral rhythm with futuristic sound.\u2028Listen: https://amantesdelfuturo.bandcamp.com/track/el-cumbe-slow-version",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}