Information about plays

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

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

{
    "id": 3605875,
    "uri": "https://api.kexp.org/v2/plays/3605875/?format=api",
    "airdate": "2026-01-18T06:38:20-08:00",
    "show": 65682,
    "show_uri": "https://api.kexp.org/v2/shows/65682/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sentimental Value",
    "track_id": null,
    "recording_id": null,
    "artist": "Hania Rani",
    "artist_ids": [
        "59be490d-21e4-44d4-8cf2-939c8fbca25f"
    ],
    "album": "Sentimental Value",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Gondwana Records"
    ],
    "label_ids": [
        "e1e21b32-7a3f-459f-865c-9f9b45dab41a"
    ],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening lead single and title track to Polish musician and composer Hania Rani's original score to Joachim Trier’s Cannes-winning, Golden Globe-nominated Sentimental Value, which was written before a single frame was edited; instead, she was given a carefully written script and the freedom of her own substantial imagination ~ https://haniarani.bandcamp.com/album/sentimental-value :: \nWatch Hania Rani's magical Live on KEXP session here: https://www.youtube.com/watch?v=_3EuiU1qdpE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}