Information about plays

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

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

{
    "id": 3634045,
    "uri": "https://api.kexp.org/v2/plays/3634045/?format=api",
    "airdate": "2026-03-26T21:55:28-07:00",
    "show": 66287,
    "show_uri": "https://api.kexp.org/v2/shows/66287/?format=api",
    "image_uri": "https://ia600305.us.archive.org/13/items/mbid-03d58937-b05f-47c0-bd38-7abd57540d96/mbid-03d58937-b05f-47c0-bd38-7abd57540d96-38715319074_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-03d58937-b05f-47c0-bd38-7abd57540d96/mbid-03d58937-b05f-47c0-bd38-7abd57540d96-38715319074_thumb250.jpg",
    "song": "Sleepless Night",
    "track_id": "31cd6144-e1e9-4563-bb53-dce3c9f1826b",
    "recording_id": "7e6c1a90-0c39-463c-9303-93c4157f85b3",
    "artist": "John Lennon & Yoko Ono",
    "artist_ids": [
        "b0b33754-a664-43b7-ba00-be0dc4ec2396",
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "Milk And Honey",
    "release_id": "03d58937-b05f-47c0-bd38-7abd57540d96",
    "release_group_id": "9e51160b-c309-334a-84f9-80feb0112a8f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2001-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The famous parents of Sean Lennon (Cibo Matto).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}