Information about plays

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

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

{
    "id": 3639589,
    "uri": "https://api.kexp.org/v2/plays/3639589/?format=api",
    "airdate": "2026-04-08T20:27:03-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heads Will Roll",
    "track_id": null,
    "recording_id": null,
    "artist": "Primitive Ring",
    "artist_ids": [
        "f3fd8639-01bb-498e-b4bb-0a66d895dbb4"
    ],
    "album": "Primitive Ring",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "In The Red Records"
    ],
    "label_ids": [],
    "release_date": "2026-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "self-titled record released last month!\n\nPrimitive Ring - Heads Will Roll - https://www.youtube.com/watch?v=bzlgfeMW2bo\n\nFri, MAY 22 @ Kilowatt Bar in San Francisco, CA\nThu, MAY 28 @ Sunset Tavern in Seattle, WA\n\nhttps://greenwayrecords.com/artist/primitive-ring/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}