Information about plays

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

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

{
    "id": 3568376,
    "uri": "https://api.kexp.org/v2/plays/3568376/?format=api",
    "airdate": "2025-10-22T05:04:59-07:00",
    "show": 64901,
    "show_uri": "https://api.kexp.org/v2/shows/64901/?format=api",
    "image_uri": "https://ia800201.us.archive.org/13/items/mbid-8c7448c8-3511-4ae0-afc6-dd276c89f273/mbid-8c7448c8-3511-4ae0-afc6-dd276c89f273-21886999740_thumb500.jpg",
    "thumbnail_uri": "https://ia800201.us.archive.org/13/items/mbid-8c7448c8-3511-4ae0-afc6-dd276c89f273/mbid-8c7448c8-3511-4ae0-afc6-dd276c89f273-21886999740_thumb250.jpg",
    "song": "Higher Hell",
    "track_id": "408cf633-9a37-3047-a1b6-d4c95128c650",
    "recording_id": "6d14b2c9-7322-4b2b-8e7f-30224726a007",
    "artist": "Echo & The Bunnymen",
    "artist_ids": [
        "ccd4879c-5e88-4385-b131-bf65296bf245"
    ],
    "album": "Porcupine",
    "release_id": "8c7448c8-3511-4ae0-afc6-dd276c89f273",
    "release_group_id": "931e971f-eb34-369f-b6a4-f5ef7c6a1c9e",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1983-02-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Higher Hell\" comes from Echo & The Bunnymen's sophomore album Porcupine. \n\nSongwriter and lead singer Ian McCulloch said of the album's songs, \"I think Porcupine was a classic autobiographical album, the most honest thing that I'd ever written or sung...I found the material from it really heavy to play--like, really oppressive. That's the only reason why I didn't like the album. The songs were great but it didn't make me happy...A lot of songs are about coming to terms with the opposites in me.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}