Information about plays

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

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

{
    "id": 3621909,
    "uri": "https://api.kexp.org/v2/plays/3621909/?format=api",
    "airdate": "2026-02-25T00:54:50-08:00",
    "show": 66023,
    "show_uri": "https://api.kexp.org/v2/shows/66023/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d2787f1-f584-4a76-8a97-7926e96fd73e/5236643887-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d2787f1-f584-4a76-8a97-7926e96fd73e/5236643887-250.jpg",
    "song": "Miss World",
    "track_id": null,
    "recording_id": "5a15850c-1292-45b9-818a-f9cc8f4196e1",
    "artist": "Hole",
    "artist_ids": [
        "1dcc8968-f2cd-441c-beda-6270f70f2863"
    ],
    "album": "Live Through This",
    "release_id": null,
    "release_group_id": "fe676d05-f97c-303a-890b-da53c69e5d42",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Miss World\" is a song released in 1994 by the American alternative rock band Hole, fronted by Courtney Love, featured on their album Live Through This. The song and its music video—which depicts a chaotic, Carrie-influenced beauty pageant—explore themes of teenage angst, vanity, and the pressure of being a \"miss\" in the public eye.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}