Information about plays

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

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

{
    "id": 3621174,
    "uri": "https://api.kexp.org/v2/plays/3621174/?format=api",
    "airdate": "2026-02-23T07:05:35-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Written into Changes",
    "track_id": "d2341abb-a5d3-44da-9e5b-1cb307b0a530",
    "recording_id": "f8e43f7d-9739-47cb-b68b-33e718eb9c7a",
    "artist": "Avalon Emerson",
    "artist_ids": [
        "f91ec397-c4be-4672-8faa-2d2983682b1c"
    ],
    "album": "Written into Changes",
    "release_id": "91bebc72-fd6f-4278-a400-dd87807fe46c",
    "release_group_id": "83a23d08-3dad-4d9e-bb38-b4cf17554bfd",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Emerson wrote the melodies and lyrics on Written into Changes, and the majority of the latter were sourced from her personal life. “It was a goal with my lyrics this time around to be a little bit more direct,” she says. The title track, one of the artist’s favorites, is about her move from Berlin to Los Angeles in 2020.\"\n\nhttps://avalonemerson.bandcamp.com/album/written-into-changes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}