Information about plays

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

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

{
    "id": 3622669,
    "uri": "https://api.kexp.org/v2/plays/3622669/?format=api",
    "airdate": "2026-02-26T18:11:23-08:00",
    "show": 66037,
    "show_uri": "https://api.kexp.org/v2/shows/66037/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "džemper",
    "track_id": null,
    "recording_id": null,
    "artist": "modrozelena",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tralala"
    ],
    "label_ids": [
        "e2d9c616-f99e-44b0-b637-e1883a78e897"
    ],
    "release_date": "2026-02-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "džemper is the first single from modrozelena. \n\nmodrozelena is the solo project of a musician known for her work with the band ŽEN.\nBuilt on slow, textural layers and subtle electronics, it navigates the space between intimacy and noise. These songs grow out of a need for silence, repetition, and quiet internal movement.  \nhttps://modrozelena.bandcamp.com/track/d-emper",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}