Information about plays

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

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

{
    "id": 3559737,
    "uri": "https://api.kexp.org/v2/plays/3559737/?format=api",
    "airdate": "2025-09-30T18:05:10-07:00",
    "show": 64711,
    "show_uri": "https://api.kexp.org/v2/shows/64711/?format=api",
    "image_uri": "https://dn721704.ca.archive.org/0/items/mbid-4ea5333b-ad75-42ae-98ab-c0415f6433cd/mbid-4ea5333b-ad75-42ae-98ab-c0415f6433cd-42387468561_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/15/items/mbid-4ea5333b-ad75-42ae-98ab-c0415f6433cd/mbid-4ea5333b-ad75-42ae-98ab-c0415f6433cd-42387468561_thumb250.jpg",
    "song": "Northgate Way",
    "track_id": "f126d690-d2d1-4843-83a1-956573199fc7",
    "recording_id": "2bde9b86-3f41-40e6-aa8d-a6c97c0efa77",
    "artist": "Smokey Brights",
    "artist_ids": [
        "2c6f97fd-746b-442d-b5ec-238cccd7441d"
    ],
    "album": "Dashboard Heat",
    "release_id": "4ea5333b-ad75-42ae-98ab-c0415f6433cd",
    "release_group_id": "f876055e-a97a-46b5-8ff5-8f3eefeb253c",
    "labels": [
        "Share It Music"
    ],
    "label_ids": [
        "019f6f42-4804-4cd4-bdc5-9388c416c7c4"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Seattle-based band Smokey Brights! \n\nThey are touring their new album, Dashboard Heat:\n- 8 Oct @ Portland's Smokey at Swan Dive PDX\n- 11 Oct @ SF's Kilowatt Bar\n- 11 Dec @ Seattle's The Crocodile \nhttps://www.smokeybrights.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}