Information about plays

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

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

{
    "id": 3592799,
    "uri": "https://api.kexp.org/v2/plays/3592799/?format=api",
    "airdate": "2025-12-18T20:08:58-08:00",
    "show": 65413,
    "show_uri": "https://api.kexp.org/v2/shows/65413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Water",
    "track_id": null,
    "recording_id": null,
    "artist": "Cola Ren",
    "artist_ids": [],
    "album": "Mekong Ballad",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Human Pitch"
    ],
    "label_ids": [],
    "release_date": "2025-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Guangzhou-based Cola Ren was recently signed to NY label Human Pitch. Influenced by the breath of rivers and the weight of tropical air, each piece drifts like reflections on moving water—dissolving, refracting, and returning. Across six ambient compositions, fragments of memory surface: a fallen fruit, a whispering current, the haze of moonlight over an estuary. It is both a meditation on water and a journey into states of weightlessness and belonging.\n\nhttps://colaren.bandcamp.com/album/mekong-ballad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}