Information about plays

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

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

{
    "id": 3552878,
    "uri": "https://api.kexp.org/v2/plays/3552878/?format=api",
    "airdate": "2025-09-14T07:56:08-07:00",
    "show": 64559,
    "show_uri": "https://api.kexp.org/v2/shows/64559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Collapse (falling forward blissfully all the time)",
    "track_id": null,
    "recording_id": null,
    "artist": "James K",
    "artist_ids": [
        "1b1ecf77-6435-4c3f-9570-9ae941112ade"
    ],
    "album": "Friend",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "AD 93"
    ],
    "label_ids": [
        "92463c32-4730-459f-ba31-b8b61f4194b1"
    ],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a standout, expansive chillout album by NYC's james K ~ \nhttps://jameskmusic.bandcamp.com/album/friend \n:: Check out james K's recent guest DJ mix for KEXP's 'Midnight in a Perfect World' series here: \nhttps://www.kexp.org/read/2025/9/11/midnight-in-a-perfect-world-james-k \n:: james K will be performing at Substation in Seattle on October 15th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}