Information about plays

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

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

{
    "id": 3500501,
    "uri": "https://api.kexp.org/v2/plays/3500501/?format=api",
    "airdate": "2025-05-12T17:44:31-07:00",
    "show": 63444,
    "show_uri": "https://api.kexp.org/v2/shows/63444/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1038e3a-93ff-46d3-be52-ac9ff30f4119/40944297226-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1038e3a-93ff-46d3-be52-ac9ff30f4119/40944297226-250.jpg",
    "song": "Winter Is Not Dead",
    "track_id": null,
    "recording_id": "5ca1da2b-c1f1-4767-968c-b7d75caffbb7",
    "artist": "Yukimi",
    "artist_ids": [
        "e6deafd2-163c-46f3-b290-3c3c1944cffb"
    ],
    "album": "For You",
    "release_id": null,
    "release_group_id": "16c365e4-5c8d-4884-a3e7-3bd2e618dc60",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2025-03-28",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yukimi's distinct and graceful voice has drawn fans to her since co-founding Little Dragon. The success of the band found her performing on some of the world's biggest stages.\n\nHer upcoming solo work sees a stunning new perspective from the Yukimi fans know and love as she blends pop-R&B and alternative soul with a more vulnerable lyrical focus.\n--\nhttps://yukimi-music.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}