Information about plays

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

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

{
    "id": 3645864,
    "uri": "https://api.kexp.org/v2/plays/3645864/?format=api",
    "airdate": "2026-04-23T19:04:40-07:00",
    "show": 66533,
    "show_uri": "https://api.kexp.org/v2/shows/66533/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walkin' Tune",
    "track_id": null,
    "recording_id": null,
    "artist": "Island Futurism",
    "artist_ids": [],
    "album": "AIslanders",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "2899218 Records DK"
    ],
    "label_ids": [],
    "release_date": "2020-12-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Island Futurism is a Taiwanese Afrobeat inspired band. Led by DJ @llenblow, former bassist of Dub/Reggae bands Hang In The Air & Taimaica Soundsystem. Their music infuses Funk, Psychedelic, Jazz into traditional and island music to create their unique sounds of the future, emphasis grooves and improvisations.\n\nhttps://islandfuturism.bandcamp.com/album/aislanders-full-version",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}