Information about plays

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

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

{
    "id": 3626698,
    "uri": "https://api.kexp.org/v2/plays/3626698/?format=api",
    "airdate": "2026-03-08T08:30:09-07:00",
    "show": 66125,
    "show_uri": "https://api.kexp.org/v2/shows/66125/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy Light",
    "track_id": null,
    "recording_id": null,
    "artist": "Molly Raben",
    "artist_ids": [
        "e0edd2d2-fe5d-4aa1-ade3-595c8bcbfdc8"
    ],
    "album": "In the Kingdom of Flowers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A longtime church organist, perfect for the Church of Chill! - https://mollyraben.bandcamp.com/album/in-the-kingdom-of-flowers",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}