Information about plays

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

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

{
    "id": 3641470,
    "uri": "https://api.kexp.org/v2/plays/3641470/?format=api",
    "airdate": "2026-04-13T07:08:35-07:00",
    "show": 66442,
    "show_uri": "https://api.kexp.org/v2/shows/66442/?format=api",
    "image_uri": "https://dn721907.ca.archive.org/0/items/mbid-83e06e35-44a8-42f9-8b62-972b772880f5/mbid-83e06e35-44a8-42f9-8b62-972b772880f5-28767260392_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-83e06e35-44a8-42f9-8b62-972b772880f5/mbid-83e06e35-44a8-42f9-8b62-972b772880f5-28767260392_thumb250.jpg",
    "song": "Made Up in Blue",
    "track_id": "ef756075-38a8-4ef3-adfb-f35217d52b10",
    "recording_id": "b72c2c94-45a2-4736-a48a-f6df1785dc82",
    "artist": "The Bats",
    "artist_ids": [
        "ab12633b-696e-461a-ac43-f68a26355fa5"
    ],
    "album": "Daddy's Highway",
    "release_id": "83e06e35-44a8-42f9-8b62-972b772880f5",
    "release_group_id": "647168b5-1993-34f4-9f2c-0a811be86ed3",
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daddy's Highway is The Bats' most highly regarded album, and has been named one of the best New Zealand albums of the 1980s. \n\nhttps://thebats.bandcamp.com/album/daddys-highway\n\nCheck out their Live on KEXP Performance from 2013: https://www.youtube.com/watch?v=MmlJtVRS0JM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}