Information about plays

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

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

{
    "id": 3546001,
    "uri": "https://api.kexp.org/v2/plays/3546001/?format=api",
    "airdate": "2025-08-28T19:55:17-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heart Shape Mole",
    "track_id": null,
    "recording_id": null,
    "artist": "Cola Ren",
    "artist_ids": [],
    "album": "Hailu",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AMWAV"
    ],
    "label_ids": [],
    "release_date": "2023-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "COLA REN is a music producer and DJ based in Guangzhou, China. Her sound is inspired by her inner reflections and experiences traveling the globe.\n\nHer debut EP ‘Hailu’ is an allegory of the human experience, a story of society and its development up to present day. Blending traditional Asian and African instruments with modern electronics, field recordings, and graceful vocals, this transporting extended play is comprised of five tracks that delve into the origins of consciousness, spirituality, love and time.\n\nhttps://colaren.bandcamp.com/album/hailu",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}