Information about plays

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

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

{
    "id": 3667394,
    "uri": "https://api.kexp.org/v2/plays/3667394/?format=api",
    "airdate": "2026-06-13T15:13:44-07:00",
    "show": 66979,
    "show_uri": "https://api.kexp.org/v2/shows/66979/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-6fa97915-7067-3624-b24f-f9bd03ba534a/mbid-6fa97915-7067-3624-b24f-f9bd03ba534a-20821165408_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-6fa97915-7067-3624-b24f-f9bd03ba534a/mbid-6fa97915-7067-3624-b24f-f9bd03ba534a-20821165408_thumb250.jpg",
    "song": "Hello Operator",
    "track_id": "2612b2e9-ec6f-3de8-a1c3-4ebec5013510",
    "recording_id": "6cab4d13-ace2-41d9-9e4c-dc65ebc7636c",
    "artist": "The White Stripes",
    "artist_ids": [
        "11ae9fbb-f3d7-4a47-936f-4c0a04d3b3b5"
    ],
    "album": "De Stijl",
    "release_id": "6fa97915-7067-3624-b24f-f9bd03ba534a",
    "release_group_id": "17d13708-d267-3e28-9f7a-dc27eaaf2eb1",
    "labels": [
        "Sympathy for the Record Industry"
    ],
    "label_ids": [
        "5080c956-1501-4a2b-ae59-161edab8a4f0"
    ],
    "release_date": "2000-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album is named after the Dutch art movement, translated The Style, that included artists like Mondrian.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}