Information about plays

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

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

{
    "id": 3577809,
    "uri": "https://api.kexp.org/v2/plays/3577809/?format=api",
    "airdate": "2025-11-13T21:42:17-08:00",
    "show": 65101,
    "show_uri": "https://api.kexp.org/v2/shows/65101/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "are you a tree?",
    "track_id": null,
    "recording_id": null,
    "artist": "sarya",
    "artist_ids": [
        "b04e26b4-115a-413b-98d2-1dd0f9f070f5"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "38 Productions"
    ],
    "label_ids": [],
    "release_date": "2025-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "sarya (they/them) is a Taiwanese-American musician based between Taipei and Seattle. \n\nThey write:\n\"This is the first song I wrote after moving here, after hiking in Rattlesnake Ledge on a first date. Before, I had felt numb for a while, but there was something about the trees and the way she looked, strangers walking together in this naturescape. I felt hope for the first time in a long time.\"\n\nhttps://saryaisok.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}