Information about plays

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

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

{
    "id": 3577668,
    "uri": "https://api.kexp.org/v2/plays/3577668/?format=api",
    "airdate": "2025-11-13T12:39:08-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Apple Orchard",
    "track_id": "6fdf618c-4317-4c2f-b2d4-a6ebf319f704",
    "recording_id": "6895d42d-2601-4482-a65c-f416f312c641",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Beach House",
    "release_id": "b8624a77-d7c9-4d25-949f-0dfd1fa6d7e2",
    "release_group_id": "7d806d67-e9b0-3e35-8a4a-1aa5863ed45d",
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2006-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From an anonymous friend:\n\nWe chose the end of this song for me to walk down the aisle to,  unaware that our time together was about be cut short. “Warm your heart, love, cause you're by my side“ I’ve taken this line quite literally as I try to find warmth in your presence everywhere. Even when you cannot be by my side, I will forever look for you everywhere I go. My sheltering tree. The love of my life and the loss of my life. I am splintered without you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}