Information about plays

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

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

{
    "id": 3642360,
    "uri": "https://api.kexp.org/v2/plays/3642360/?format=api",
    "airdate": "2026-04-15T10:46:28-07:00",
    "show": 66460,
    "show_uri": "https://api.kexp.org/v2/shows/66460/?format=api",
    "image_uri": "https://dn721804.ca.archive.org/0/items/mbid-49cc05be-a26f-4dcf-8559-af2bfe7ec93b/mbid-49cc05be-a26f-4dcf-8559-af2bfe7ec93b-4922642007_thumb500.jpg",
    "thumbnail_uri": "https://dn721804.ca.archive.org/0/items/mbid-49cc05be-a26f-4dcf-8559-af2bfe7ec93b/mbid-49cc05be-a26f-4dcf-8559-af2bfe7ec93b-4922642007_thumb250.jpg",
    "song": "Reservoir Park",
    "track_id": "02100479-c68d-353a-bed0-6671ec95a3f2",
    "recording_id": "a24cd255-66d9-4cf3-9bbb-ad43820da2fc",
    "artist": "The Dutchess and The Duke",
    "artist_ids": [
        "0b9ce391-ea64-4317-b879-776d297735ab"
    ],
    "album": "She's the Dutchess, He's the Duke",
    "release_id": "49cc05be-a26f-4dcf-8559-af2bfe7ec93b",
    "release_group_id": "792f87f9-5dbc-3061-9b7d-6cbaba841abe",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2008-07-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Dutchess and the Duke was a folk band formed in Seattle, Washington, by singer-songwriters Jesse Lortz and Kimberly Morrison.  \nCheck out this KEXP in-studio performance from The Dutchess and The Duke recorded back in December 2014:\nhttps://www.youtube.com/watch?v=DV8nOl6yzlU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}