Information about plays

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

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

{
    "id": 3604791,
    "uri": "https://api.kexp.org/v2/plays/3604791/?format=api",
    "airdate": "2026-01-15T19:41:05-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Go To Sleep",
    "track_id": null,
    "recording_id": null,
    "artist": "Susumu Yokota",
    "artist_ids": [
        "7b05d6fe-91e8-4cb9-a401-2a13b1578716"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Lo Recordings"
    ],
    "label_ids": [],
    "release_date": "2006-07-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A prolific, prodigiously talented artist, Susumu Yokota was responsible for over thirty albums between 1993 and 2012, exploring the worlds of acid techno, trance, ambient, downtempo and beyond.\n--\nhttps://susumuyokota.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}