Information about plays

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

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

{
    "id": 3660469,
    "uri": "https://api.kexp.org/v2/plays/3660469/?format=api",
    "airdate": "2026-05-28T03:32:34-07:00",
    "show": 66833,
    "show_uri": "https://api.kexp.org/v2/shows/66833/?format=api",
    "image_uri": "https://coverartarchive.org/release/3c0cd50e-36f4-4b46-abf8-3d107689e8ab/10213481758-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3c0cd50e-36f4-4b46-abf8-3d107689e8ab/10213481758-250.jpg",
    "song": "Dreaming",
    "track_id": null,
    "recording_id": "7fc7ca6f-c867-406b-8d6e-04efc7f490de",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Eat to the Beat",
    "release_id": null,
    "release_group_id": "d3d9f1bb-8b4b-3bc0-b544-dd3c8b776fec",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1979-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "What a great beginning to Blondie's fourth album! -- Inspired by ABBA's \"Dancing Queen\" and written by Chris Stein and Debbie Harry -- according to band keyboardist Jimmy Destri, the song was recorded live in the studio! Drummer Clem Burke said: \"The reason why 'Dreaming' came out the way it did is because [producer Mike Chapman] really gave me free rein and it was really a surprise. That take of 'Dreaming' was just me kind of blowing through the song. It's not like I expected that to be the take. I was consciously overplaying just for the sake of it because it was a run-through.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}