Information about plays

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

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

{
    "id": 3571010,
    "uri": "https://api.kexp.org/v2/plays/3571010/?format=api",
    "airdate": "2025-10-28T12:30:30-07:00",
    "show": 64957,
    "show_uri": "https://api.kexp.org/v2/shows/64957/?format=api",
    "image_uri": "https://ia600402.us.archive.org/14/items/mbid-637f19cf-bd77-4fd8-8f2f-ac212e0d57ae/mbid-637f19cf-bd77-4fd8-8f2f-ac212e0d57ae-14213079506_thumb500.jpg",
    "thumbnail_uri": "https://ia800402.us.archive.org/14/items/mbid-637f19cf-bd77-4fd8-8f2f-ac212e0d57ae/mbid-637f19cf-bd77-4fd8-8f2f-ac212e0d57ae-14213079506_thumb250.jpg",
    "song": "Where'd All the Time Go?",
    "track_id": "9a194d1c-da5e-3943-83e6-e3044f18c84a",
    "recording_id": "a12408bc-489e-4985-aa66-e5aa4250d6f2",
    "artist": "Dr. Dog",
    "artist_ids": [
        "e9aed5e5-ed35-4244-872e-194862290295"
    ],
    "album": "Shame, Shame",
    "release_id": "637f19cf-bd77-4fd8-8f2f-ac212e0d57ae",
    "release_group_id": "1aa85180-8e09-4873-abd8-066cd40fa3f2",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2010-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dr. Dog is a rock band from West Grove, Pennsylvania. Its lineup consists of Toby Leaman (bass guitar), Scott McMicken (lead guitar), Frank McElroy (rhythm guitar), Zach Miller (keyboard), Eric Slick (drums), and Dimitri Manos [Multi-instrument].\n--\nWatch them perform for KEXP VIP Club members at Seattle's Triple Door in 2015: https://www.youtube.com/watch?v=FjqYfNFAtVI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}