Information about plays

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

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

{
    "id": 3636069,
    "uri": "https://api.kexp.org/v2/plays/3636069/?format=api",
    "airdate": "2026-03-31T15:53:52-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://dn720601.ca.archive.org/0/items/mbid-02895cda-21f4-46af-bea1-612a99ec24c4/mbid-02895cda-21f4-46af-bea1-612a99ec24c4-44607229792_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/6/items/mbid-02895cda-21f4-46af-bea1-612a99ec24c4/mbid-02895cda-21f4-46af-bea1-612a99ec24c4-44607229792_thumb250.jpg",
    "song": "Look How Far...",
    "track_id": "c52e259d-65fd-4a4d-85d2-bde332e56817",
    "recording_id": "a3ab6e1c-8e52-4fd7-8edf-2090df22f4cd",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Look How Far...",
    "release_id": "02895cda-21f4-46af-bea1-612a99ec24c4",
    "release_group_id": "bd6c0995-f456-46c1-bed6-b7bc25c74940",
    "labels": [
        "GP Records"
    ],
    "label_ids": [
        "2fba238d-3062-4d64-a380-87dfbe688bd6"
    ],
    "release_date": "2026-03-10",
    "rotation_status": "Medium",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new music from Modest Mouse. Their first new song in five years!\n\n\"Look How Far...\" features Janet Weiss of Quasi and Sleater Kinney.\n\nModest Mouse will be performing in Spokane May 12th at the Knitting Factory and in San Francisco on August 7th at Outside Lands.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}