Information about plays

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

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

{
    "id": 3587083,
    "uri": "https://api.kexp.org/v2/plays/3587083/?format=api",
    "airdate": "2025-12-05T09:05:34-08:00",
    "show": 65293,
    "show_uri": "https://api.kexp.org/v2/shows/65293/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light of a Clear Blue Morning",
    "track_id": "326d6a32-48cb-4f1a-8ac6-d599ee0450f9",
    "recording_id": "e8e6f8ca-a4e0-4bfd-bc15-d1eeb7c8b528",
    "artist": "Dolly Parton",
    "artist_ids": [
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "New Harvest ... First Gathering",
    "release_id": "2a12737b-fdfe-4fc7-acbe-886a9b652623",
    "release_group_id": "1ac61cd9-4c06-3b12-84be-e386a47162ed",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1977-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dolly's struggle for independence from her partnership with Porter Wagoner inspired this tune. \"'Light Of A Clear Blue Morning' was my song of deliverance,\" she explained in her 2020 book, Songteller. \"I felt like I was trapped in a situation and needed to be free, because God was calling me, life was calling me, to something bigger. But I felt like my feet were nailed to the floor.\" (She wrote \"I Will Always Love You\" for Wagoner).\n--\nSee her perform the song live on Regis and Kelly: https://www.youtube.com/watch?v=LTm3Fgdu2dM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}