Information about plays

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

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

{
    "id": 3576973,
    "uri": "https://api.kexp.org/v2/plays/3576973/?format=api",
    "airdate": "2025-11-11T21:29:35-08:00",
    "show": 65084,
    "show_uri": "https://api.kexp.org/v2/shows/65084/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ceibo",
    "track_id": null,
    "recording_id": null,
    "artist": "Auntie Flo",
    "artist_ids": [],
    "album": "Birds of Paradise",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "A State Of Flo"
    ],
    "label_ids": [
        "c71b38c9-6452-43c3-b9d6-627bb0732a16"
    ],
    "release_date": "2025-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ceibo was influenced by the writings of David George Haskell, who writes about the Amazonian Ceibo tree in his book ‘The Songs of the Trees’, Auntie Flo brings special attention to the sounds of nature, one of the core ambitions of his new label A State Of Flo.  Tune into the sounds of a rainforest with chirping birds and running water, droning behind this track.\n\nhttps://auntieflo.bandcamp.com/album/ceibo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}