Information about plays

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

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

{
    "id": 3586789,
    "uri": "https://api.kexp.org/v2/plays/3586789/?format=api",
    "airdate": "2025-12-04T16:30:23-08:00",
    "show": 65288,
    "show_uri": "https://api.kexp.org/v2/shows/65288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cumberland Blues",
    "track_id": "f13aaca2-2a85-4855-bb74-7e3fc0b138c8",
    "recording_id": "6e35c9b6-3ddb-4a3d-af3d-34ede8a6f870",
    "artist": "Charles Bradley and Menahan Street Band",
    "artist_ids": [
        "dc6d2ba1-012c-47a7-ba3f-d74e76c30d53",
        "93da8c8a-bd13-4418-a00e-2861b8518a8d"
    ],
    "album": "Day of the Dead",
    "release_id": "868385d9-73f1-4689-9ff3-960c320f4ca3",
    "release_group_id": "49664ee2-3a20-4cd7-a26a-51390d252456",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2016-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the late Charles Bradley, the \"Screaming Eagle of Soul,\" covering The Grateful Dead! \n--\nWatch Charles Bradley perform live in the Gathering Space at KEXP in May of 2016 at KEXP's Grand Opening celebration: https://youtu.be/Hbn4tTt9624",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}