Information about plays

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

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

{
    "id": 3555433,
    "uri": "https://api.kexp.org/v2/plays/3555433/?format=api",
    "airdate": "2025-09-20T12:44:27-07:00",
    "show": 64613,
    "show_uri": "https://api.kexp.org/v2/shows/64613/?format=api",
    "image_uri": "https://ia801707.us.archive.org/1/items/mbid-6d94141a-4b90-4ab3-92ca-6097657763df/mbid-6d94141a-4b90-4ab3-92ca-6097657763df-41729918253_thumb500.jpg",
    "thumbnail_uri": "https://dn721509.ca.archive.org/0/items/mbid-6d94141a-4b90-4ab3-92ca-6097657763df/mbid-6d94141a-4b90-4ab3-92ca-6097657763df-41729918253_thumb250.jpg",
    "song": "Dog",
    "track_id": "11cf5775-4641-44ce-9ae7-fe00057f03dc",
    "recording_id": "6383aede-e849-461b-8e19-e9b6a7995e5b",
    "artist": "Robin Kester",
    "artist_ids": [
        "d8fd22b8-42a0-4b07-a9d0-4ff76c0b8899"
    ],
    "album": "Dark Sky Reserve",
    "release_id": "6d94141a-4b90-4ab3-92ca-6097657763df",
    "release_group_id": "c97da445-eb3d-4853-a453-404dc361ddcb",
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2025-07-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New,music from The Netherland's Robin Kester.\n---\n\"Drifting between chamber pop, electronic music and psychedelic rock, Kester’s experimental pop exudes a hazy euphoria and dark tension.\"\n\nhttps://robinkester.bandcamp.com/album/dark-sky-reserve\n\nrobinkester.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}