Information about plays

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

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

{
    "id": 3600196,
    "uri": "https://api.kexp.org/v2/plays/3600196/?format=api",
    "airdate": "2026-01-04T15:24:37-08:00",
    "show": 65563,
    "show_uri": "https://api.kexp.org/v2/shows/65563/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chain Reaction",
    "track_id": "9ff86f81-186f-3d86-85d9-1f2304b39af7",
    "recording_id": "338e326c-dc33-4cf2-921c-b65c928bf672",
    "artist": "Cloud Cult",
    "artist_ids": [
        "a33a9cd6-8c03-4047-b62d-59f76f494c20"
    ],
    "album": "The Meaning of 8",
    "release_id": "e8e2a5eb-dd78-428f-bce9-78ce600dc171",
    "release_group_id": "a7c86390-8c37-382b-8fd7-cfa4f052c2ce",
    "labels": [
        "Earthology Records"
    ],
    "label_ids": [
        "9266837c-7609-415c-9ecc-f833382a636c"
    ],
    "release_date": "2007-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minnesota band Cloud Cult, led by Craig Minowa. During college, he agonized over the choice to focus on environmental science or music composition, but believed that focusing on the environment could do more to make the world a better place -- he formed Earthology Records on his organic farm, powering it with geothermal energy, using recycled materials, and donating all profits to environmental charities Cloud Cult have played Live in the KEXP Studio multiple times, with a 2011 set including this track: https://youtu.be/ef0_1y7UF3o \n\nAlso in 2024: https://tinyurl.com/yc59dbv7",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}