Information about plays

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

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

{
    "id": 3565861,
    "uri": "https://api.kexp.org/v2/plays/3565861/?format=api",
    "airdate": "2025-10-16T12:41:48-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WDID",
    "track_id": null,
    "recording_id": null,
    "artist": "Sylvan Esso",
    "artist_ids": [
        "c4593b34-2a94-4e44-ae10-4a0f4c0b4da8"
    ],
    "album": "WDID",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-30",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You're listening to the latest single from Sylvan Esso on KEXP, but you won't be able to find it on Spotify as the band is one of the latest to pull their music from the streaming service. One of the many benefits of listener supported KEXP!!\n\nhttps://www.rollingstone.com/music/music-news/sylvan-esso-wdid-pull-music-spotify-1235438443/\n\nhttps://sylvanesso.bandcamp.com/album/wdid-b-w-keep-on",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}