Information about plays

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

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

{
    "id": 3604805,
    "uri": "https://api.kexp.org/v2/plays/3604805/?format=api",
    "airdate": "2026-01-15T20:28:42-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saturday Afternoon",
    "track_id": null,
    "recording_id": "332caffb-025b-4f21-b08d-92812d7ed145",
    "artist": "Chestnut Bakery",
    "artist_ids": [
        "79670f9c-5832-49eb-aca6-f49b64266e5f"
    ],
    "album": "Diaries",
    "release_id": null,
    "release_group_id": "2ae03718-474a-42f7-8cfc-8a9dc0fe96ba",
    "labels": [
        "Boring Productions"
    ],
    "label_ids": [
        "17025c96-8df4-403b-8c38-82ad224c7cef"
    ],
    "release_date": "2015-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chestnut bakery are Chinese shoegaze band composed of members Sango (drum), Levy (lead guitar) and Rye (guitar and vocal). What started as jam session in their dusty band room next to the university campus between 2011 and 2014 has turned into something people called dream-pop and shoegaze.\n--\nhttps://sangorecords.bandcamp.com/album/diaries",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}