Information about plays

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

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

{
    "id": 3600045,
    "uri": "https://api.kexp.org/v2/plays/3600045/?format=api",
    "airdate": "2026-01-04T07:22:19-08:00",
    "show": 65560,
    "show_uri": "https://api.kexp.org/v2/shows/65560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Days Go By",
    "track_id": null,
    "recording_id": null,
    "artist": "james K",
    "artist_ids": [],
    "album": "Friend",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AD 93"
    ],
    "label_ids": [],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Opening track off the standout, expansive chillout album 'Friend' by NYC's james K ~ https://jameskmusic.bandcamp.com/album/friend :: \nCheck out james K's recent guest DJ mix for KEXP's 'Midnight in a Perfect World' series here: https://www.kexp.org/read/2025/9/11/midnight-in-a-perfect-world-james-k",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}