Information about plays

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

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

{
    "id": 3579233,
    "uri": "https://api.kexp.org/v2/plays/3579233/?format=api",
    "airdate": "2025-11-17T03:20:02-08:00",
    "show": 65133,
    "show_uri": "https://api.kexp.org/v2/shows/65133/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "White Gladis 2",
    "track_id": null,
    "recording_id": null,
    "artist": "Cris Derksen",
    "artist_ids": [
        "d284a295-070a-45b9-92aa-0125987a767f"
    ],
    "album": "The Visit",
    "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": "Cree and Mennonite\n\nCris Derksen is a two-spirit Indigenous Canadian cellist, originally from Northern Alberta. They are part Cree, by her father, and Mennonite by their mother. Derkson's music might be thought of as a reflection of her multiplicitous racial and gender identity, refusing to be defined by a single genre or style. – Tufts University",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}