Information about plays

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

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

{
    "id": 3601834,
    "uri": "https://api.kexp.org/v2/plays/3601834/?format=api",
    "airdate": "2026-01-08T13:09:46-08:00",
    "show": 65596,
    "show_uri": "https://api.kexp.org/v2/shows/65596/?format=api",
    "image_uri": "https://ia902900.us.archive.org/5/items/mbid-52b07f80-3239-4652-85da-0ead84e432fb/mbid-52b07f80-3239-4652-85da-0ead84e432fb-30900029283_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/5/items/mbid-52b07f80-3239-4652-85da-0ead84e432fb/mbid-52b07f80-3239-4652-85da-0ead84e432fb-30900029283_thumb250.jpg",
    "song": "Superstar",
    "track_id": "0a4947f9-9790-4b55-b434-baa1bde40c6f",
    "recording_id": "5d66ab14-1ed0-423c-b4b2-892f3c1885e0",
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Once Twice Melody",
    "release_id": "52b07f80-3239-4652-85da-0ead84e432fb",
    "release_group_id": "0609eab3-6dc1-4cd7-b1c3-d5c87a5c2133",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2022-02-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The New York Times says of the song, “Beach House’s music contains many gifts, but it’s the group’s ability to magnify life’s small dramas into sky-sized emotions that glitters.”\n--\nBeach House is a dream-pop duo of lead singer Victoria Legrand and multi-instrumentalist Alex Scally, originating from Maryland. 2022's \"Once Twice Melody\" is the first album produced entirely by the band. https://beachhouse.bandcamp.com/album/once-twice-melody\n--\nWatch them perform this song on the Colbert Show: https://www.youtube.com/watch?v=mPWSxZ02xK8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}