Information about plays

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

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

{
    "id": 3632011,
    "uri": "https://api.kexp.org/v2/plays/3632011/?format=api",
    "airdate": "2026-03-21T17:39:52-07:00",
    "show": 66243,
    "show_uri": "https://api.kexp.org/v2/shows/66243/?format=api",
    "image_uri": "https://dn721603.ca.archive.org/0/items/mbid-5a47d66c-819c-46e3-865d-1ace592f9639/mbid-5a47d66c-819c-46e3-865d-1ace592f9639-27881657823_thumb500.jpg",
    "thumbnail_uri": "https://dn721603.ca.archive.org/0/items/mbid-5a47d66c-819c-46e3-865d-1ace592f9639/mbid-5a47d66c-819c-46e3-865d-1ace592f9639-27881657823_thumb250.jpg",
    "song": "President Gas",
    "track_id": "5d7dc21d-e4e3-3201-b652-5efe7dbc37a3",
    "recording_id": "686cd827-9c80-427c-ad6f-9fa4abff8e3d",
    "artist": "The Psychedelic Furs",
    "artist_ids": [
        "9f930ddf-be2f-4de5-a39f-7ae47305752e"
    ],
    "album": "Forever Now",
    "release_id": "a7038cde-3ac9-49ff-95c0-a70791e1d6fb",
    "release_group_id": "3e57a062-8b5f-33b2-9ea5-694976da9d7d",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1982-09-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees: Produced by Todd Rundgren.\n--\nStand up, there's a head count\nPresident gas on everything but roller skates\nIt's sick the price of medicine\nStand up, we'll put you on your feet again\nOpen up your eyes\nJust to check that you're asleep again\nPresident gas is president gas again",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}