Information about plays

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

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

{
    "id": 3586830,
    "uri": "https://api.kexp.org/v2/plays/3586830/?format=api",
    "airdate": "2025-12-04T18:49:31-08:00",
    "show": 65288,
    "show_uri": "https://api.kexp.org/v2/shows/65288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Seattle-based band Smokey Brights! Their new album came out back in September.\n\nThey're having a record release party in Seattle at The Crocodile on December 11.\n\nThey'll also be at Treefort Music Fest in Boise, ID on March 25.\n\nhttps://www.smokeybrights.com/\nhttps://smokeybrights.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}