Information about plays

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

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

{
    "id": 3571278,
    "uri": "https://api.kexp.org/v2/plays/3571278/?format=api",
    "airdate": "2025-10-29T04:11:45-07:00",
    "show": 64962,
    "show_uri": "https://api.kexp.org/v2/shows/64962/?format=api",
    "image_uri": "https://ia800605.us.archive.org/32/items/mbid-debd74af-34b1-40ac-b2a0-d914b559e459/mbid-debd74af-34b1-40ac-b2a0-d914b559e459-6756571629_thumb500.jpg",
    "thumbnail_uri": "https://ia600605.us.archive.org/32/items/mbid-debd74af-34b1-40ac-b2a0-d914b559e459/mbid-debd74af-34b1-40ac-b2a0-d914b559e459-6756571629_thumb250.jpg",
    "song": "Beware of Darkness",
    "track_id": "a1fec930-2d46-36f4-8be1-263f651953ae",
    "recording_id": "2a936707-d877-4280-86e1-5e137915044b",
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass",
    "release_id": "debd74af-34b1-40ac-b2a0-d914b559e459",
    "release_group_id": "d4b0f3e2-e3eb-3531-b305-ed8105cb5be4",
    "labels": [
        "gn records",
        "Capitol Records"
    ],
    "label_ids": [
        "394fbbe3-7dd1-42e2-8327-541c38a38d28",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2001-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "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"
}