Information about plays

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

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

{
    "id": 3595514,
    "uri": "https://api.kexp.org/v2/plays/3595514/?format=api",
    "airdate": "2025-12-24T20:12:27-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Borondong Garing",
    "track_id": null,
    "recording_id": "ede1bf2e-04d6-4d7a-8c93-65d5b6845486",
    "artist": "Nusantara Beat",
    "artist_ids": [
        "f7fbd3f4-d47b-4d49-a09f-a9273b0a9c86"
    ],
    "album": "Djanger / Borondong Garing",
    "release_id": null,
    "release_group_id": "671e6f5b-187d-42d9-ba68-121b58d4f5fb",
    "labels": [
        "Bongo Joe"
    ],
    "label_ids": [
        "333df535-433c-482b-9d61-87cb70979a5d"
    ],
    "release_date": "2023-05-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sextet out of Amsterdam fusing a unique blend of traditional Indonesian songs from the 20th century with their own style and creativity.\n\nhttps://nusantarabeat.bandcamp.com/album/djanger-borondong-garing",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}