Information about plays

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

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

{
    "id": 3569297,
    "uri": "https://api.kexp.org/v2/plays/3569297/?format=api",
    "airdate": "2025-10-24T09:10:48-07:00",
    "show": 64918,
    "show_uri": "https://api.kexp.org/v2/shows/64918/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e1e09b6-a240-46b0-968a-e3ddf91b9f0a/4732304208-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e1e09b6-a240-46b0-968a-e3ddf91b9f0a/4732304208-250.jpg",
    "song": "Fashion",
    "track_id": null,
    "recording_id": "186e22b8-2165-479b-8cac-b51156eba88d",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Fashion",
    "release_id": null,
    "release_group_id": "54100793-f2b8-4fc2-8bf0-a6943932ea01",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1980-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi John,\nI picked my son up from first grade the other day, and he had created this comic—it’s you, David Bowie, and Dolores O’Riordan from the Cranberries. Just wanted to say thanks for being awesome and helping to inspire a love of music in our son. If you can play a song by David Bowie and dedicate it to Brooks, that would be truly amazing.\nBest, Justin\n--\nWhat better song than this anniversary tune?  On October 24th,  1980, David Bowie released the single \"Fashion\" from his 1980 album \"Scary Monsters (and Super Creeps).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}