Information about plays

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

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

{
    "id": 3598943,
    "uri": "https://api.kexp.org/v2/plays/3598943/?format=api",
    "airdate": "2026-01-01T19:39:40-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Splinter",
    "track_id": null,
    "recording_id": "379a39e7-c6c8-44e4-93b4-e118d1dd7c37",
    "artist": "spill tab",
    "artist_ids": [
        "12f8b9d5-fd3f-4182-8a3f-bbd517c709cf"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Spill Tab is a Los Angeles-based singer-songwriter. An alternative pop musician, she has been noted by music media outlets for her lo-fi vocals and sound.\n--\nCatch Spill Tab on tour soon!\n3/2 - Fox Cabaret - Vancouver, BC\n3/3 - Barboza - Seattle, WA\n3/4 - Holocene - Portland, OR\n3/6 - Cafe Du Nord - San Francisco, CA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}