Information about plays

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

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

{
    "id": 3553483,
    "uri": "https://api.kexp.org/v2/plays/3553483/?format=api",
    "airdate": "2025-09-15T19:25:15-07:00",
    "show": 64573,
    "show_uri": "https://api.kexp.org/v2/shows/64573/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Control",
    "track_id": null,
    "recording_id": null,
    "artist": "Lorelle Meets the Obsolete",
    "artist_ids": [
        "0e826d93-0b1c-46c9-b1ce-d3b5a8e567ca"
    ],
    "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": "“Control” is a hypnotic psych-kraut groove that dissolves boundaries between noise and melody. A motorik bassline drives the track, while fuzzed-out guitars create dense textures that swirl endlessly. Vocals repeat like mantras, blending into the instrumentation rather than standing apart. The song ebbs and flows in intensity, building layers of distortion until they nearly collapse, only to return steadier than before. It’s immersive and overwhelming, music that swallows the listener whole. A definitive cut from Mexico’s psych scene, marrying raw grit with hypnotic precision.\u2028Listen: https://lorellemeetstheobsolete.bandcamp.com/track/control",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}