Information about plays

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

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

{
    "id": 3571962,
    "uri": "https://api.kexp.org/v2/plays/3571962/?format=api",
    "airdate": "2025-10-30T21:03:04-07:00",
    "show": 64978,
    "show_uri": "https://api.kexp.org/v2/shows/64978/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ash",
    "track_id": null,
    "recording_id": null,
    "artist": "Asian Spice House",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eastern Standard Sounds"
    ],
    "label_ids": [],
    "release_date": "2025-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asian Spice House explores and reinterprets musical elements from various Asian countries to craft a modern and experimental sound. Starting with electronic music and expanding into blues, rock, jazz, and Korean traditional music, the group transcends genre boundaries, blending culturally rich and multilayered melodies into a unique sonic experiment. Additionally, the band strives for melodies and sounds that are both accessible and engaging, aiming to transcend a simple auditory experience. By doing so, they explore the richness of culture alongside the diverse aspects of life.\n--\nhttps://www.instagram.com/asianspicehouse/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}