Information about plays

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

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

{
    "id": 3638933,
    "uri": "https://api.kexp.org/v2/plays/3638933/?format=api",
    "airdate": "2026-04-07T05:12:16-07:00",
    "show": 66389,
    "show_uri": "https://api.kexp.org/v2/shows/66389/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-160bf15b-9675-40dd-802e-7e0b748e5a1c/mbid-160bf15b-9675-40dd-802e-7e0b748e5a1c-14703989147_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-160bf15b-9675-40dd-802e-7e0b748e5a1c/mbid-160bf15b-9675-40dd-802e-7e0b748e5a1c-14703989147_thumb250.jpg",
    "song": "Hello, I Love You / Touch Me",
    "track_id": "1d9f6130-44a9-3802-9a41-8049da1c1363",
    "recording_id": "ed8c9d3c-d997-47aa-a14f-86afc4d20520",
    "artist": "The Lettermen",
    "artist_ids": [
        "c09d06fc-9867-4516-b382-d37c83f52ab3"
    ],
    "album": "Ultra-Lounge: Rock 'n' Roll Hits on the Rocks, Part 1",
    "release_id": "160bf15b-9675-40dd-802e-7e0b748e5a1c",
    "release_group_id": "00a2d9f7-6525-3675-a271-230367a5dbfa",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1997-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hello, I Love You / Touch Me\" is a medley recorded by the American pop vocal trio The Lettermen. It is a combination of two famous songs originally by The Doors.\n\nhttps://www.thelettermen.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}