Information about plays

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

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

{
    "id": 3577798,
    "uri": "https://api.kexp.org/v2/plays/3577798/?format=api",
    "airdate": "2025-11-13T21:06:35-08:00",
    "show": 65101,
    "show_uri": "https://api.kexp.org/v2/shows/65101/?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": [],
    "label_ids": [],
    "release_date": "2025-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Asian Spice House is a four-member band that reinterprets elements of traditional music from Asian countries in a modern and experimental way. They create a unique sound by integrating electronic, blues, rock, jazz, and Korean traditional music. With their accessible melodies, they establish an emotional connection with listeners and explore cultural richness and various aspects of life, building a unique yet universal band identity for a global audience.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}