Information about plays

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

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

{
    "id": 3527718,
    "uri": "https://api.kexp.org/v2/plays/3527718/?format=api",
    "airdate": "2025-07-16T11:30:14-07:00",
    "show": 64029,
    "show_uri": "https://api.kexp.org/v2/shows/64029/?format=api",
    "image_uri": "https://ia801408.us.archive.org/6/items/mbid-75312054-5d15-459a-99aa-ef97018e1dda/mbid-75312054-5d15-459a-99aa-ef97018e1dda-40935427801_thumb500.jpg",
    "thumbnail_uri": "https://dn721307.ca.archive.org/0/items/mbid-75312054-5d15-459a-99aa-ef97018e1dda/mbid-75312054-5d15-459a-99aa-ef97018e1dda-40935427801_thumb250.jpg",
    "song": "Seagulls",
    "track_id": "6bd25cea-c0cc-4184-be75-76671e974ea3",
    "recording_id": "b3a7b6d1-37e1-4725-92ca-7a4841073750",
    "artist": "Butcher Brown",
    "artist_ids": [
        "c0937ba4-6869-456b-afd0-10335ae50245"
    ],
    "album": "Letters From The Atlantic",
    "release_id": "75312054-5d15-459a-99aa-ef97018e1dda",
    "release_group_id": "80436c4e-4ac8-476a-af60-e69203217269",
    "labels": [
        "Concord Jazz"
    ],
    "label_ids": [
        "8ec4f16d-a43f-4e80-b3b0-935dbdbb598a"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Intro from this excellent new album\n\nhttps://butcherbrownmusic.bandcamp.com/album/letters-from-the-atlantic\n\nWatch the band's 2024 KEXP performance (hosted by Mike Ramos) here: https://www.youtube.com/watch?v=291_o3foLZo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}