Information about plays

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

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

{
    "id": 3627745,
    "uri": "https://api.kexp.org/v2/plays/3627745/?format=api",
    "airdate": "2026-03-11T12:08:00-07:00",
    "show": 66152,
    "show_uri": "https://api.kexp.org/v2/shows/66152/?format=api",
    "image_uri": "https://ia800300.us.archive.org/4/items/mbid-57274a4c-2e8a-405f-b993-e541c35caa25/mbid-57274a4c-2e8a-405f-b993-e541c35caa25-35627213089_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/4/items/mbid-57274a4c-2e8a-405f-b993-e541c35caa25/mbid-57274a4c-2e8a-405f-b993-e541c35caa25-35627213089_thumb250.jpg",
    "song": "Saturday Night",
    "track_id": "d7106ddc-7e9d-3ab8-8b2a-c99dfebd92a0",
    "recording_id": "833d4b55-946a-4180-8fd4-618477ccfd19",
    "artist": "Bay City Rollers",
    "artist_ids": [
        "28cc1f98-add6-49d5-820a-ce973ee2954b"
    ],
    "album": "Super Hits of the '70s: Have a Nice Day, Vol. 15",
    "release_id": "57274a4c-2e8a-405f-b993-e541c35caa25",
    "release_group_id": "e11fc29e-36f1-3a74-bb02-4ecb4129265b",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On September 20, 1975, Scottish band Bay City Rollers performed this song on the premiere of \"Saturday Night live with Howard Cosell.\"\n\n\"Saturday Night\" inspired the Ramones chant \"Hey, Ho... Let's Go\" on their song \"Blitzkrieg Bop.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}