Information about plays

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

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

{
    "id": 3569043,
    "uri": "https://api.kexp.org/v2/plays/3569043/?format=api",
    "airdate": "2025-10-23T19:03:05-07:00",
    "show": 64914,
    "show_uri": "https://api.kexp.org/v2/shows/64914/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc1166c7-79e3-45cd-ba1c-6a9eb4007124/30373566684-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc1166c7-79e3-45cd-ba1c-6a9eb4007124/30373566684-250.jpg",
    "song": "Let’s Sing Let’s Dance",
    "track_id": null,
    "recording_id": "0eba532b-564c-4824-b773-1c28343a753b",
    "artist": "박혜진 Park Hye Jin",
    "artist_ids": [
        "cc26d3e4-7c22-45da-8d70-111e2b7f517b"
    ],
    "album": "Before I Die",
    "release_id": null,
    "release_group_id": "3551aef2-81af-436f-93a5-60970a6662f5",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2021-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In the past three years,박혜진 Park Hye Jin has moved from Seoul to Melbourne to London to Los Angeles. \"Before I Die,\" her first full-length, which she made entirely during the pandemic, excavates the feelings of isolation and vulnerability triggered by those transitions: the injustice of feeling wronged, the ache of familial longing, the loss of her sense of self.:\n\nhttps://www.youtube.com/watch?v=wuGg-jHXkps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}