Information about plays

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

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

{
    "id": 3552065,
    "uri": "https://api.kexp.org/v2/plays/3552065/?format=api",
    "airdate": "2025-09-12T10:49:19-07:00",
    "show": 64541,
    "show_uri": "https://api.kexp.org/v2/shows/64541/?format=api",
    "image_uri": "https://ia801206.us.archive.org/11/items/mbid-2470fbb7-51e9-4986-a17e-4f168fcd5d17/mbid-2470fbb7-51e9-4986-a17e-4f168fcd5d17-19480467441_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/11/items/mbid-2470fbb7-51e9-4986-a17e-4f168fcd5d17/mbid-2470fbb7-51e9-4986-a17e-4f168fcd5d17-19480467441_thumb250.jpg",
    "song": "Beware of Darkness",
    "track_id": "3a3b02d7-430a-3389-94de-b7a6dde76e3e",
    "recording_id": "2a936707-d877-4280-86e1-5e137915044b",
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass",
    "release_id": "2470fbb7-51e9-4986-a17e-4f168fcd5d17",
    "release_group_id": "d4b0f3e2-e3eb-3531-b305-ed8105cb5be4",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1970-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The personnel list for this song is  impressive: \nGeorge Harrison: vocals, guitar\nEric Clapton: electric guitar\nDave Mason: acoustic guitar\nCarl Radle: bass guitar\nBobby Whitlock: piano\nGary Wright: organ\nRingo Starr: drums\n\n--\n\nThis song was featured in the new horror film 'Weapons.' Read an article about the song's part in the movie here: https://www.clashmusic.com/news/this-george-harrison-song-opens-new-horror-film-weapons/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}