Information about plays

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

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

{
    "id": 3627081,
    "uri": "https://api.kexp.org/v2/plays/3627081/?format=api",
    "airdate": "2026-03-09T11:06:54-07:00",
    "show": 66136,
    "show_uri": "https://api.kexp.org/v2/shows/66136/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-31b82de4-8696-4003-a6bb-667a109fcda0/mbid-31b82de4-8696-4003-a6bb-667a109fcda0-12113047273_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-31b82de4-8696-4003-a6bb-667a109fcda0/mbid-31b82de4-8696-4003-a6bb-667a109fcda0-12113047273_thumb250.jpg",
    "song": "Jet",
    "track_id": "0ab4d812-eb89-394a-99cb-103d521741bc",
    "recording_id": "32809cb7-a074-4e6d-92d7-ef5625bc530f",
    "artist": "Paul McCartney & Wings",
    "artist_ids": [
        "d922d727-240a-4432-9a88-05a7cf9bc403"
    ],
    "album": "Band on the Run",
    "release_id": "31b82de4-8696-4003-a6bb-667a109fcda0",
    "release_group_id": "2b678170-1c4e-3e61-b18c-f889fc1537b3",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1973-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The \"Jet\" this song is about was Paul McCartney's Labrador Retriever puppy named \"Jet\"!\n\n'Band on the Run' was recently the Morning Show's Album of the Week. You can go back into the KEXP archive to catch that and other shows that you missed...or just want to hear again.\n\nhttps://kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}