Information about plays

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

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

{
    "id": 3560597,
    "uri": "https://api.kexp.org/v2/plays/3560597/?format=api",
    "airdate": "2025-10-02T21:10:05-07:00",
    "show": 64728,
    "show_uri": "https://api.kexp.org/v2/shows/64728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Saway",
    "track_id": null,
    "recording_id": null,
    "artist": "Muri, Shigge",
    "artist_ids": [],
    "album": "Setsuna",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SAYAW or ‘the Dance’ in Filipino attempts to express the complex nature of relationships. The track is a collab between Filipina violinist and singer songwriter Muri and Japanese DJ and beatmaker Shigge. It combines a mix of House, Dance, Indie and soul to create an emotive yet beat-y dance track fused with Muri’s delicate vocals and violins, switching between English and Filipino language.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}