Information about plays

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

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

{
    "id": 3535465,
    "uri": "https://api.kexp.org/v2/plays/3535465/?format=api",
    "airdate": "2025-08-03T16:08:36-07:00",
    "show": 64191,
    "show_uri": "https://api.kexp.org/v2/shows/64191/?format=api",
    "image_uri": "https://coverartarchive.org/release/62a6903f-de69-4b19-ac28-a077233cf5e7/36769847277-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/62a6903f-de69-4b19-ac28-a077233cf5e7/36769847277-250.jpg",
    "song": "I Can't Wait",
    "track_id": null,
    "recording_id": "b2222093-6241-4800-b309-5e42f49daf38",
    "artist": "Nu Shooz",
    "artist_ids": [
        "5e709ff3-170e-40ff-83ad-ecfb3030ad38"
    ],
    "album": "I Can’t Wait",
    "release_id": null,
    "release_group_id": "a772b390-e828-3a02-8008-f85b257b0560",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Can't Wait\" is a song by American group Nu Shooz, originally recorded in late 1984 and featured on the band's second album Tha's Right the following year. The song was remixed by Dutch DJ and producer Peter Slaghuis: this remixed version is the one that appears on the 1986 album Poolside. In the United States, the remixed version of the song reached No. 1 on Billboard's Hot Dance Club Play chart in late March 1986, remaining atop the chart for two weeks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}