Information about plays

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

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

{
    "id": 3545305,
    "uri": "https://api.kexp.org/v2/plays/3545305/?format=api",
    "airdate": "2025-08-27T01:44:36-07:00",
    "show": 64398,
    "show_uri": "https://api.kexp.org/v2/shows/64398/?format=api",
    "image_uri": "https://coverartarchive.org/release/ccadd3a4-ecfd-4ed2-b362-5c15f03be401/39837906260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ccadd3a4-ecfd-4ed2-b362-5c15f03be401/39837906260-250.jpg",
    "song": "Fate (Super Disco Club Rework)",
    "track_id": null,
    "recording_id": null,
    "artist": "Chaka Khan",
    "artist_ids": [
        "900e9144-019d-4043-86cb-ec0e127c39d0"
    ],
    "album": "Fate",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2009-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bootleg for the dancefloor https://superdiscoclub.bandcamp.com/track/fate-super-disco-club-rework-chaka-khan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}