Information about plays

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

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

{
    "id": 3539515,
    "uri": "https://api.kexp.org/v2/plays/3539515/?format=api",
    "airdate": "2025-08-13T07:59:00-07:00",
    "show": 64277,
    "show_uri": "https://api.kexp.org/v2/shows/64277/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wires",
    "track_id": "160c7888-ca85-39cf-9e9e-c3f333ac060f",
    "recording_id": "4c86c74a-9214-4440-905b-e56a2a9258e5",
    "artist": "Voyager One",
    "artist_ids": [
        "2b8cfa10-cc42-4ae4-b0d3-5937e03dd239"
    ],
    "album": "Monster Zero",
    "release_id": "a70ffccc-800a-413f-b4a9-96ff49ab3841",
    "release_group_id": "776a6cb7-3878-3407-bd1e-a44fee6ea826",
    "labels": [
        "Loveless Records"
    ],
    "label_ids": [
        "04ea137c-7a6c-40f4-bebf-6c2638d14127"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"This band of four persons from the Seattle area is doing stuff that very few of the other artists in the city are: This is pseudo-shoegazer electro-pop at its finest. Utilizing a stunning array of post-guitar rock instruments -- including drum loops, samples, keyboards, trumpet, and sequences -- Voyager One has really hit its stride on 'Monster Zero'.\": https://bit.ly/2UFjiRO\n\nhttps://voyagerone.bandcamp.com/album/monster-zero",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}