Information about plays

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

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

{
    "id": 3536383,
    "uri": "https://api.kexp.org/v2/plays/3536383/?format=api",
    "airdate": "2025-08-05T21:25:36-07:00",
    "show": 64210,
    "show_uri": "https://api.kexp.org/v2/shows/64210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Horses are Romping",
    "track_id": null,
    "recording_id": null,
    "artist": "Svetlana Spajić",
    "artist_ids": [
        "447b2057-acd2-45bd-b145-d779b6a7082a"
    ],
    "album": "Black Horses Romped",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Svetlana Spajić started to perform publicly in 1993 with Paganke,, which was a pioneer Belgrade group formed in the 1980's paying homage to ancient Serbian a cappela village singing. Later Svetlana formed the quartet Moba, directed by the famous Balkan multi-instrumentalist and keeper of the living tradition, Darko Macura.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}