Information about plays

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

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

{
    "id": 3597065,
    "uri": "https://api.kexp.org/v2/plays/3597065/?format=api",
    "airdate": "2025-12-28T06:06:12-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Water Candles",
    "track_id": null,
    "recording_id": "6b1af665-85b0-4c2e-a1df-c38092740a4f",
    "artist": "Kalaido",
    "artist_ids": [
        "6442075b-a91d-423b-9e56-afd8298382d9"
    ],
    "album": "In Praise of Shadows",
    "release_id": null,
    "release_group_id": "89b4912b-320c-4c59-8ef1-251ead4c66dd",
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": "2025-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the Portland-based producer's stellar chillout album ~ https://kalaido.bandcamp.com/album/in-praise-of-shadows \n:: Hat tip to 'Pacific Notions' listener Alex from Minneapolis for the tip!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}