Information about plays

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

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

{
    "id": 3549968,
    "uri": "https://api.kexp.org/v2/plays/3549968/?format=api",
    "airdate": "2025-09-07T08:38:43-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "https://coverartarchive.org/release/f55f5883-f2a6-4d38-89fb-2356d0278820/33810627057-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f55f5883-f2a6-4d38-89fb-2356d0278820/33810627057-250.jpg",
    "song": "Gentle Decoder",
    "track_id": null,
    "recording_id": "7b393846-4f28-4932-bdb2-1b5cf16fc2ac",
    "artist": "Dummy",
    "artist_ids": [
        "20485631-5c2a-4cec-918a-1c7df650c072"
    ],
    "album": "Dumb EPs",
    "release_id": null,
    "release_group_id": "dd6dd444-dd4d-4f17-8113-4726fbac6c82",
    "labels": [
        "perennialdeath"
    ],
    "label_ids": [
        "d3cf07ef-103a-4a34-b804-6cce099cd820"
    ],
    "release_date": "2022-09-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Closing track to a newly released collection of older EPs from the inventive LA band Dummy ~ https://notdummy.bandcamp.com/album/dumb-eps-2 :: \nCheck out Dummy's Live on KEXP session here: \nhttps://www.youtube.com/watch?v=zDb-G9DSlAg&ab_channel=KEXP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}