Information about plays

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

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

{
    "id": 3656834,
    "uri": "https://api.kexp.org/v2/plays/3656834/?format=api",
    "airdate": "2026-05-19T13:09:13-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://dn710302.ca.archive.org/0/items/mbid-83afaba2-c706-4a43-b1c0-f4fa0225dfe8/mbid-83afaba2-c706-4a43-b1c0-f4fa0225dfe8-22719996511_thumb500.jpg",
    "thumbnail_uri": "https://dn710302.ca.archive.org/0/items/mbid-83afaba2-c706-4a43-b1c0-f4fa0225dfe8/mbid-83afaba2-c706-4a43-b1c0-f4fa0225dfe8-22719996511_thumb250.jpg",
    "song": "I Can See for Miles",
    "track_id": "6f0bc96a-1578-3d88-958c-e9e355d2b1b3",
    "recording_id": "7812bd56-f4ce-4783-8a61-545a3ee40cfe",
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "Meaty Beaty Big and Bouncy",
    "release_id": "83afaba2-c706-4a43-b1c0-f4fa0225dfe8",
    "release_group_id": "83dbefb5-920d-38bb-b614-3ba0311fbd79",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heppy Birthday Pete Townsend!\n---\nOff the Who's iconic 1971 compilation album, \"Meaty Beaty Big and Bouncy\" stands for the four band members' physical traits and on-stage personas-\n\nMeaty: refers to Roger Daltrey for his muscular physique.\n\nBeaty: refers to Keith Moon for his manic, aggressive drum style.\n\nBig: refers to John Entwistle (aka \"The Ox\"), who was the tall, stoic bassist.\n\nBouncy: refers to Pete Townshend, who was famous for his energetic stage presence",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}