Information about plays

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

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

{
    "id": 3613649,
    "uri": "https://api.kexp.org/v2/plays/3613649/?format=api",
    "airdate": "2026-02-05T19:04:09-08:00",
    "show": 65849,
    "show_uri": "https://api.kexp.org/v2/shows/65849/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ke Masa Lalu",
    "track_id": null,
    "recording_id": null,
    "artist": "Nusantara Beat",
    "artist_ids": [
        "f7fbd3f4-d47b-4d49-a09f-a9273b0a9c86"
    ],
    "album": "Nusantara Beat",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nusantara means all the islands that make up Indonesia. It’s an old word from when the kings wanted to unite the whole archipelago. Today, it still means unity, many cultures coming together as one. So, when we say Nusantara Beat, we mean the rhythm and music from the Indonesian archipelago, mixed into one sound.\n\nhttps://nusantarabeat.bandcamp.com/album/nusantara-beat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}