Information about plays

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

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

{
    "id": 3662407,
    "uri": "https://api.kexp.org/v2/plays/3662407/?format=api",
    "airdate": "2026-06-01T13:50:48-07:00",
    "show": 66877,
    "show_uri": "https://api.kexp.org/v2/shows/66877/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f-33419350946_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f/mbid-2a6d8f7c-8cca-4fb1-9f8c-0de137837f0f-33419350946_thumb250.jpg",
    "song": "Shit Luck",
    "track_id": "71bcd8a3-5ebd-35f3-b15b-9ba88f46ab94",
    "recording_id": "8fea0bf9-7c54-49ae-a19e-f8b1cd9b31ca",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}