Information about plays

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

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

{
    "id": 3597476,
    "uri": "https://api.kexp.org/v2/plays/3597476/?format=api",
    "airdate": "2025-12-29T05:17:08-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Me Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Natascha Polké",
    "artist_ids": [
        "886f8068-3c48-4e31-bb60-aa77a77d0e81"
    ],
    "album": "Take Me Down",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-12-04",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a live version of Take Me Down, \"an intense, emotional journey blending indie and melodic house with analog synths, siren-like leads and raw vocals. The track thrives on contrast, driven by the desire of being reckless and giving into passion even when it risks everything. Natascha Polké leans into her chest voice for a stronger, rawer performance that matches the track's dynamic intensity.\"\n\nhttps://www.youtube.com/watch?v=EIK8ti_AaLQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}