Information about plays

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

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

{
    "id": 3599117,
    "uri": "https://api.kexp.org/v2/plays/3599117/?format=api",
    "airdate": "2026-01-02T06:18:18-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "https://ia800100.us.archive.org/4/items/mbid-35b12194-76eb-4562-afd9-93c36d366291/mbid-35b12194-76eb-4562-afd9-93c36d366291-17143152285_thumb500.jpg",
    "thumbnail_uri": "https://ia800100.us.archive.org/4/items/mbid-35b12194-76eb-4562-afd9-93c36d366291/mbid-35b12194-76eb-4562-afd9-93c36d366291-17143152285_thumb250.jpg",
    "song": "Mourning Sound",
    "track_id": "fea380e0-1158-4210-8ff4-01bd5134e79e",
    "recording_id": "e8b723cb-823a-429b-a252-174cecedd7aa",
    "artist": "Grizzly Bear",
    "artist_ids": [
        "59a7fbcb-ff74-494d-abd0-9c82359040c9"
    ],
    "album": "Painted Ruins",
    "release_id": "35b12194-76eb-4562-afd9-93c36d366291",
    "release_group_id": "3c04d855-7213-48e6-bead-f617c779f0d0",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2017-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grizzly Bear have reformed after a six-year hiatus and are on tour!\nhttps://www.grizzly-bear.net/tour-dates\n\nSee Ed Droste and Daniel Rossen singing \"Mourning Sound\" in the Electric Lady \nstudio in 2017: https://www.youtube.com/watch?v=k8xhpA0veKg\n--\nHere's a an article on Droste's decision to leave Grizzly Bear and begin a career as a therapist: https://www.gq.com/story/ed-droste-grizzly-bear-therapist-interview-2023",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}