Information about plays

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

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

{
    "id": 3583976,
    "uri": "https://api.kexp.org/v2/plays/3583976/?format=api",
    "airdate": "2025-11-28T06:56:48-08:00",
    "show": 65229,
    "show_uri": "https://api.kexp.org/v2/shows/65229/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reaction",
    "track_id": "a977a701-ab2d-43d3-9c94-42cd57c56a9b",
    "recording_id": "b2da2b74-4dca-4080-9347-b5467f0a2d78",
    "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": true,
    "is_request": false,
    "is_live": false,
    "comment": "Smokey Brights will be hosting an album release party for \"Dashboard Heat\" at the Crocodile in Seattle on December 11. https://www.smokeybrights.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}