Information about plays

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

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

{
    "id": 3595215,
    "uri": "https://api.kexp.org/v2/plays/3595215/?format=api",
    "airdate": "2025-12-24T05:22:15-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Winter Now",
    "track_id": "ee10a319-5ac5-3a40-a62d-0ff589d5cfd0",
    "recording_id": "a3dedda8-ab13-4c9a-bd49-66eab257870b",
    "artist": "Broadcast",
    "artist_ids": [
        "aaae25bf-c794-45d7-bab7-cdc7c655bfa6"
    ],
    "album": "Haha Sound",
    "release_id": "1216e686-0799-4615-9e41-82473842ce07",
    "release_group_id": "38a3b1fa-90dc-3dae-9984-af0e0c616226",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2003-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out a vintage performance from Broadcast at KEXP in October 2005: https://www.youtube.com/watch?v=769qTMLiVrY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}