Information about plays

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

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

{
    "id": 3552080,
    "uri": "https://api.kexp.org/v2/plays/3552080/?format=api",
    "airdate": "2025-09-12T11:47:26-07:00",
    "show": 64541,
    "show_uri": "https://api.kexp.org/v2/shows/64541/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "comment": "Vote for your top 20 favorite albums of all time NOW!\n\nThe deadline to vote is next Friday, Sept. 19. We'll start counting down your picks on Saturday, Oct. 4 -- the start of KEXP's Fall Fundraising Drive! \n\nhttps://www.kexp.org/countdowns/2025-all-time-albums/",
    "location": 1,
    "location_name": "Default",
    "play_type": "airbreak"
}