Information about plays

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

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

{
    "id": 3629187,
    "uri": "https://api.kexp.org/v2/plays/3629187/?format=api",
    "airdate": "2026-03-15T08:29:21-07:00",
    "show": 66186,
    "show_uri": "https://api.kexp.org/v2/shows/66186/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "cerulean eternal",
    "track_id": null,
    "recording_id": null,
    "artist": "weareforests & Six Missing",
    "artist_ids": [],
    "album": "pigment of the form",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "We All Speak in Poems"
    ],
    "label_ids": [],
    "release_date": "2026-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The latest single to emerge off the forthcoming collaborative album by Colorado-based artist weareforests (aka Cor Wright) and Texas-based artist Six Missing (aka TJ Dumser) ~ https://weareforestsmusic.bandcamp.com :: \nhttps://sixmissing.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}