Information about plays

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

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

{
    "id": 3579950,
    "uri": "https://api.kexp.org/v2/plays/3579950/?format=api",
    "airdate": "2025-11-18T19:26:57-08:00",
    "show": 65148,
    "show_uri": "https://api.kexp.org/v2/shows/65148/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gestos Naturals",
    "track_id": null,
    "recording_id": null,
    "artist": "Sessa",
    "artist_ids": [
        "53d61df0-7de0-4bb8-b73c-94758ae02466"
    ],
    "album": "Pequena Vertigem de Amor",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Little Vertigo of Love\n\nMarch 21 @ Rickshaw Stop in the Bay Area (Tickets: https://tinyurl.com/454m2kwb)\n\nMarch 25 @ Hidden Hall in Seattle (Tickets: https://tinyurl.com/bdwefscz)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}