Information about plays

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

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

{
    "id": 3601482,
    "uri": "https://api.kexp.org/v2/plays/3601482/?format=api",
    "airdate": "2026-01-07T17:00:48-08:00",
    "show": 65589,
    "show_uri": "https://api.kexp.org/v2/shows/65589/?format=api",
    "image_uri": "https://ia802902.us.archive.org/31/items/mbid-0d390fea-3c2d-487d-a40c-19e166148203/mbid-0d390fea-3c2d-487d-a40c-19e166148203-16165823415_thumb500.jpg",
    "thumbnail_uri": "https://ia902902.us.archive.org/31/items/mbid-0d390fea-3c2d-487d-a40c-19e166148203/mbid-0d390fea-3c2d-487d-a40c-19e166148203-16165823415_thumb250.jpg",
    "song": "24 Hour Party People",
    "track_id": "ccf94d7f-1011-3ac8-8bda-7ead10088d44",
    "recording_id": "b542bd41-2236-4d89-a492-a0497f2386bf",
    "artist": "Happy Mondays",
    "artist_ids": [
        "01f4fb92-6bf0-4de5-83dc-3fe194e763bf"
    ],
    "album": "Left of the Dial: Dispatches From the 80s Underground",
    "release_id": "0d390fea-3c2d-487d-a40c-19e166148203",
    "release_group_id": "912cbf3f-77f5-3290-b8ce-d2611feb7f20",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2004-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Title track from the movie of the same name. \n\n24 Hour Party People is a 2002 British biographical comedy drama film about Manchester's popular music community from 1976 to 1992, and specifically about Factory Records.\n\nhttp://www.happymondaysofficial.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}