Information about plays

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

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

{
    "id": 3628723,
    "uri": "https://api.kexp.org/v2/plays/3628723/?format=api",
    "airdate": "2026-03-14T08:42:58-07:00",
    "show": 66177,
    "show_uri": "https://api.kexp.org/v2/shows/66177/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Count Me Out",
    "track_id": null,
    "recording_id": null,
    "artist": "Calina Lawrence, Desirae Harp",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Suquamish (Lawrence), Navajo Nation (Harp)\n--\nOf the Suquamish Nation, Calina Lawrence was born and raised within her ancestral culture at a time during the reawakening of the teachings of the canoe and the Coast Salish way of life in the Pacific Northwest. \nhttps://www.calinalawrence.com\n\nDesirae Harp is a poet, college student, and community activist who grew up in Santa Rosa, California.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}