Information about plays

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

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

{
    "id": 3591445,
    "uri": "https://api.kexp.org/v2/plays/3591445/?format=api",
    "airdate": "2025-12-15T13:22:18-08:00",
    "show": 65387,
    "show_uri": "https://api.kexp.org/v2/shows/65387/?format=api",
    "image_uri": "https://ia801304.us.archive.org/11/items/mbid-1802b43b-7a59-4bb1-bd53-4f032fcb8b16/mbid-1802b43b-7a59-4bb1-bd53-4f032fcb8b16-13353929066_thumb500.jpg",
    "thumbnail_uri": "https://ia601304.us.archive.org/11/items/mbid-1802b43b-7a59-4bb1-bd53-4f032fcb8b16/mbid-1802b43b-7a59-4bb1-bd53-4f032fcb8b16-13353929066_thumb250.jpg",
    "song": "Teeth Like God’s Shoeshine",
    "track_id": "b9c69a3f-b60b-418f-9582-c2dbfcb3882c",
    "recording_id": "203174a0-8173-4a5f-bc6a-40cb11af85ec",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "The Lonesome Crowded West",
    "release_id": "1802b43b-7a59-4bb1-bd53-4f032fcb8b16",
    "release_group_id": "041884b1-1ac5-3c8b-93cc-ac928c78c4a0",
    "labels": [
        "Glacial Pace"
    ],
    "label_ids": [
        "44de23ff-a745-4f5b-9c7a-74f35b5d308e"
    ],
    "release_date": "2014-04-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Teeth Like God's Shoeshine,\" the iconic opener for Modest Mouse's The Lonesome Crowded West, kicks off a concept album about America's sprawling, lonely West.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}