Information about plays

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

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

{
    "id": 3548111,
    "uri": "https://api.kexp.org/v2/plays/3548111/?format=api",
    "airdate": "2025-09-02T19:19:26-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Long Stay Safe",
    "track_id": null,
    "recording_id": null,
    "artist": "Kutiman",
    "artist_ids": [
        "48e18c9b-371f-42e6-878d-633e25fa01fd"
    ],
    "album": "Dreams Of Aspamia",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Siyal"
    ],
    "label_ids": [
        "cd5427dc-d813-47c9-a3e3-b2294fe73ad8"
    ],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kutiman crafts a hypnotic journey here: jazzy guitars, double bass, analogue keys, and otherworldly manipulated vocals flow through lush, panoramic arrangements that recall Khruangbin, El Michels Affair, SAULT, and BADBADNOTGOOD.\n\nhttps://kutiman.bandcamp.com/album/kutiman-dreams-in-aspamia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}