Information about plays

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

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

{
    "id": 3622704,
    "uri": "https://api.kexp.org/v2/plays/3622704/?format=api",
    "airdate": "2026-02-26T19:37:15-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mary Jane",
    "track_id": null,
    "recording_id": null,
    "artist": "Morbid Monke",
    "artist_ids": [],
    "album": "Feel Alive",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Made Krisna Dwipayana"
    ],
    "label_ids": [],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Morbid Monke is a quirky, nerdy, awkward, punk Band based in Denpasar, Bali. The lyrics of this band's song mostly tell stories of life's journey, expressed through various approaches.\n--\nhttps://morbidmonke.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}