Information about plays

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

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

{
    "id": 3594549,
    "uri": "https://api.kexp.org/v2/plays/3594549/?format=api",
    "airdate": "2025-12-22T17:08:54-08:00",
    "show": 65450,
    "show_uri": "https://api.kexp.org/v2/shows/65450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Light Traveler (Yppah edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Lusine feat. Benoît Pioulard",
    "artist_ids": [
        "24ee4021-50ac-4285-b76e-860082d0d731",
        "80ae2479-8c40-4a56-8bf3-b7a99cead1e4"
    ],
    "album": "Long Light",
    "release_id": null,
    "release_group_id": "e7963363-297e-4e88-89b4-978cdd248fd8",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2023-09-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "9th full-length record from Seattle-based producer Jeff McIlwain, aka Lusine. McIlwain sees the title, taken from the lyrical phrase \"long light signaling the fall again,” written by Benoît Pioulard for what became the title track, as a guiding device that reflects several meanings.\nhttps://ghostly.com/products/long-light",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}