Information about plays

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

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

{
    "id": 3636414,
    "uri": "https://api.kexp.org/v2/plays/3636414/?format=api",
    "airdate": "2026-04-01T11:07:24-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://dn721904.ca.archive.org/0/items/mbid-bb90f2d6-43e5-406e-b0e0-0486cc9e4b56/mbid-bb90f2d6-43e5-406e-b0e0-0486cc9e4b56-30402007154_thumb500.jpg",
    "thumbnail_uri": "https://dn721904.ca.archive.org/0/items/mbid-bb90f2d6-43e5-406e-b0e0-0486cc9e4b56/mbid-bb90f2d6-43e5-406e-b0e0-0486cc9e4b56-30402007154_thumb250.jpg",
    "song": "Jackie",
    "track_id": "659744c5-66b0-4b6a-9dbe-6e8cf75e6f9c",
    "recording_id": "ae76fb77-9b8e-4ec8-b315-870701562902",
    "artist": "Yves Tumor",
    "artist_ids": [
        "b675f327-4738-4af4-bb83-1adb0003f2d3"
    ],
    "album": "Jackie",
    "release_id": "bb90f2d6-43e5-406e-b0e0-0486cc9e4b56",
    "release_group_id": "18427fb4-33de-454b-88de-8a92d1d3d0b8",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2021-06-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Miami-born, Italy-based artist Yves Tumor will be at Seattle's Bumbershoot Festival! (Which runs Sept 5th & 6th)\n\nhttps://yvestumor.info/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}