Information about plays

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

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

{
    "id": 3580857,
    "uri": "https://api.kexp.org/v2/plays/3580857/?format=api",
    "airdate": "2025-11-21T02:05:12-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://coverartarchive.org/release/31068b81-203c-4786-9b66-72769969c3aa/32342460933-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/31068b81-203c-4786-9b66-72769969c3aa/32342460933-250.jpg",
    "song": "Crust",
    "track_id": null,
    "recording_id": "05f99e36-9e1c-4ad2-8740-4143b265d267",
    "artist": "Flying Lotus",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "Yasuke",
    "release_id": null,
    "release_group_id": "823413ee-798a-44af-b33c-fd41a899d227",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2021-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Yasuke\" is an anime series about an African man who becomes a samurai in 16th-century Japan -- and its soundtrack by Flying Lotus is on Evie's Top 10 of 2021!\n\nBorn Stephen Ellison in 1983, Flying Lotus’ first mark on the world was his debut album, fittingly titled ‘1983’. He is the nephew of John and Alice Coltrane.: https://www.songkick.com/artists/404765-flying-lotus\n\nhttps://flyinglotus.bandcamp.com/album/yasuke",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}