Information about plays

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

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

{
    "id": 3585782,
    "uri": "https://api.kexp.org/v2/plays/3585782/?format=api",
    "airdate": "2025-12-02T09:04:00-08:00",
    "show": 65269,
    "show_uri": "https://api.kexp.org/v2/shows/65269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queen Bitch",
    "track_id": null,
    "recording_id": "131c5027-2037-4ee4-a284-7521ea362f27",
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Hunky Dory",
    "release_id": null,
    "release_group_id": "743b0b2e-a23a-3182-950e-232f8cb0dfb7",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1971-12-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The pop-punk song was inspired by American rock band The Velvet Underground, but more particularly the lead singer Lou Reed. “Queen Bitch” acts as a tribute to the band from Bowie, who was a huge fan of the group and their music. The lyric “trying hard to pull sister Flo”, is a direct reference to The Velvet Underground’s track “Sister Ray” and sonically, many music critics have compared the song’s main riff to The Velvet Underground’s “Sweet Jane“.\n--\n Lou Reed performed this with Bowie at his 50th birthday party in New York in January 1997.: https://www.youtube.com/watch?v=Q-NX1DJUAI8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}