Information about plays

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

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

{
    "id": 3640170,
    "uri": "https://api.kexp.org/v2/plays/3640170/?format=api",
    "airdate": "2026-04-10T05:01:12-07:00",
    "show": 66413,
    "show_uri": "https://api.kexp.org/v2/shows/66413/?format=api",
    "image_uri": "https://dn721709.ca.archive.org/0/items/mbid-03b2e85f-2043-4df5-87ec-f0a18f5b5a80/mbid-03b2e85f-2043-4df5-87ec-f0a18f5b5a80-19198399035_thumb500.jpg",
    "thumbnail_uri": "https://dn721709.ca.archive.org/0/items/mbid-03b2e85f-2043-4df5-87ec-f0a18f5b5a80/mbid-03b2e85f-2043-4df5-87ec-f0a18f5b5a80-19198399035_thumb250.jpg",
    "song": "Pacific Ocean",
    "track_id": "2c73139b-b524-48f6-be3e-c3ae372d13d4",
    "recording_id": "84769051-92c5-4a6d-895f-9cd2ab9061ff",
    "artist": "Dirty Beaches",
    "artist_ids": [
        "ff9fe073-0ccc-481e-bcd5-bc26ce15897c"
    ],
    "album": "Stateless",
    "release_id": "03b2e85f-2043-4df5-87ec-f0a18f5b5a80",
    "release_group_id": "6869a013-3309-4a30-b4e6-b1f246b74251",
    "labels": [
        "ZOO Records"
    ],
    "label_ids": [
        "7d10b754-1f92-4f4e-8b58-bb9058cadd7e"
    ],
    "release_date": "2014-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A late‑era Stateless cut that finds Alex Zhang Hungtai stretching his noir‑drift aesthetic into something wider and more desolate, with the title doing a lot of the work—more horizon, less rockabilly. It’s a 2014 track from the album’s reflective second half, and the song feels like a coastline after the party has already washed out to sea.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}