Information about plays

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

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

{
    "id": 3553773,
    "uri": "https://api.kexp.org/v2/plays/3553773/?format=api",
    "airdate": "2025-09-16T12:51:31-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://ia600906.us.archive.org/16/items/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f-33419350946_thumb500.jpg",
    "thumbnail_uri": "https://ia800906.us.archive.org/16/items/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f-33419350946_thumb250.jpg",
    "song": "Bankrupt on Selling",
    "track_id": "ae866b2a-75ae-397c-a71b-880b0c009888",
    "recording_id": "79f23bab-0ce9-4c18-8e81-1f549c1a462b",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "The Lonesome Crowded West",
    "release_id": "2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f",
    "release_group_id": "041884b1-1ac5-3c8b-93cc-ac928c78c4a0",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "1997-11-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Well all the Apostles, they're sitting in swings\nSaying, \"I'd sell off my Savior for a set of new rings\nAnd some sandals with the style of straps\nThat cling best to the era\"... Here are the lyrics: https://genius.com/Modest-mouse-bankrupt-on-selling-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}