Information about plays

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

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

{
    "id": 3577084,
    "uri": "https://api.kexp.org/v2/plays/3577084/?format=api",
    "airdate": "2025-11-12T04:21:26-08:00",
    "show": 65086,
    "show_uri": "https://api.kexp.org/v2/shows/65086/?format=api",
    "image_uri": "https://ia801409.us.archive.org/1/items/mbid-764505f0-f235-46b7-877f-cdd14bcde39f/mbid-764505f0-f235-46b7-877f-cdd14bcde39f-3269777030_thumb500.jpg",
    "thumbnail_uri": "https://dn710304.ca.archive.org/0/items/mbid-764505f0-f235-46b7-877f-cdd14bcde39f/mbid-764505f0-f235-46b7-877f-cdd14bcde39f-3269777030_thumb250.jpg",
    "song": "Osaka Rock City",
    "track_id": "333be9d5-afb2-40e5-bb4d-97cbdac16aed",
    "recording_id": "aaed084d-43d8-4270-91cb-f24cdc1f5193",
    "artist": "Shonen Knife",
    "artist_ids": [
        "5089b746-7612-4a13-9153-33ff2560e161"
    ],
    "album": "Pop Tune",
    "release_id": "f861ecc0-f35e-418a-810c-737de48ceef9",
    "release_group_id": "0cdb14ed-46de-48cf-a1b6-ca01ab9682a2",
    "labels": [
        "Good Charamel Records"
    ],
    "label_ids": [
        "8cb09d52-63b1-4d8e-8176-c1701aa2f169"
    ],
    "release_date": "2012-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shonen Knife is a Japanese pop-punk band formed in Osaka in 1981. Influenced by 1960s girl groups, pop bands, the Beach Boys, and early punk rock bands such as the Ramones, the band crafts stripped-down songs with simple yet unconventional lyrics sung in both Japanese and English.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}