Information about plays

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

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

{
    "id": 3641014,
    "uri": "https://api.kexp.org/v2/plays/3641014/?format=api",
    "airdate": "2026-04-12T02:10:42-07:00",
    "show": 66431,
    "show_uri": "https://api.kexp.org/v2/shows/66431/?format=api",
    "image_uri": "https://dn711207.ca.archive.org/0/items/mbid-ac2bfd76-973a-3f26-bb34-ee743f3298cd/mbid-ac2bfd76-973a-3f26-bb34-ee743f3298cd-4923126567_thumb500.jpg",
    "thumbnail_uri": "https://dn711207.ca.archive.org/0/items/mbid-ac2bfd76-973a-3f26-bb34-ee743f3298cd/mbid-ac2bfd76-973a-3f26-bb34-ee743f3298cd-4923126567_thumb250.jpg",
    "song": "Suck You Dry",
    "track_id": "6a2c0b97-b73a-3d64-9849-e00ad4851346",
    "recording_id": "a4c043be-3b77-41a8-a9d3-da7c137898a3",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Piece of Cake",
    "release_id": "ac2bfd76-973a-3f26-bb34-ee743f3298cd",
    "release_group_id": "37e64f41-de12-30a9-a38a-af30e1958180",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1992-10-30",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Mudhoney frontman Mark Arm is credited with starting one of the first grunge bands ever, which was named Green River of course.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}