Information about plays

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

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

{
    "id": 3570902,
    "uri": "https://api.kexp.org/v2/plays/3570902/?format=api",
    "airdate": "2025-10-28T06:03:31-07:00",
    "show": 64955,
    "show_uri": "https://api.kexp.org/v2/shows/64955/?format=api",
    "image_uri": "https://ia801302.us.archive.org/11/items/mbid-8015026c-9be9-4cda-8bdf-e0506d07e9e8/mbid-8015026c-9be9-4cda-8bdf-e0506d07e9e8-43357183705_thumb500.jpg",
    "thumbnail_uri": "https://ia801302.us.archive.org/11/items/mbid-8015026c-9be9-4cda-8bdf-e0506d07e9e8/mbid-8015026c-9be9-4cda-8bdf-e0506d07e9e8-43357183705_thumb250.jpg",
    "song": "Same Sun",
    "track_id": "b65e7e6b-61b5-47ed-a38e-f251403cd19a",
    "recording_id": "a2d3373d-6e36-4bf5-b9c9-bd06673c4aa6",
    "artist": "Still Blank",
    "artist_ids": [
        "0a7734c0-a5ae-4fb5-8c3a-5ac66cd05ac8"
    ],
    "album": "Same Sun",
    "release_id": "8015026c-9be9-4cda-8bdf-e0506d07e9e8",
    "release_group_id": "76258c35-2aa5-4799-aa09-1a2fba758994",
    "labels": [
        "Capitol Records",
        "Distant Relative Recordings"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73",
        "994858c6-ac8a-4694-a9e4-c2bb1b43022c"
    ],
    "release_date": "2025-10-10",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut album from Still Blank... they are a duo comprised of Jordy Fleming from Kauai, Hawaii, and Ben Kirkland from Manchester, UK. They met in Liverpool, but began working together while living on opposite sides of the planet. The track was produced by Joel Pott, the former frontman of the indie band Athlete, and Flood, a legendary producer known for his work with artists like U2, Depeche Mode, and Nine Inch Nails.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}