Information about plays

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

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

{
    "id": 3628291,
    "uri": "https://api.kexp.org/v2/plays/3628291/?format=api",
    "airdate": "2026-03-13T03:30:03-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "omnipotent",
    "track_id": null,
    "recording_id": null,
    "artist": "tUnE-yArDs, WILLOW",
    "artist_ids": [
        "fac3ff34-6ba4-425a-8f01-b181ef4a908a",
        "6bbfc71b-5f18-4e61-82fb-bee0c2a6b5f9"
    ],
    "album": "petal rock black",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Three Six Zero"
    ],
    "label_ids": [],
    "release_date": "2026-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Petal Rock Black is the seventh studio album by American singer-songwriter Willow. It was released as a surprise digital drop on February 17, 2026.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}