Information about plays

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

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

{
    "id": 3571147,
    "uri": "https://api.kexp.org/v2/plays/3571147/?format=api",
    "airdate": "2025-10-28T20:54:19-07:00",
    "show": 64960,
    "show_uri": "https://api.kexp.org/v2/shows/64960/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't stop",
    "track_id": null,
    "recording_id": null,
    "artist": "dOP",
    "artist_ids": [
        "3b39063e-45c1-4f6c-b9ca-776c5055fe64"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"We've revisited this classic with as much freedom and boldness as possible.\n\nFor the remixes, we first invited Ukrainian house master Kirik, known for his signature style that blends deep, tech, and powerful grooves designed to ignite the Dancefloor. His music has captivated global audiences, leading to major performances worldwide, and with this remix, he continues to push his sound to new heights.\"\n\nhttps://doplive.bandcamp.com/album/dont-stop",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}