Information about plays

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

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

{
    "id": 3622889,
    "uri": "https://api.kexp.org/v2/plays/3622889/?format=api",
    "airdate": "2026-02-27T06:25:55-08:00",
    "show": 66041,
    "show_uri": "https://api.kexp.org/v2/shows/66041/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Queen of Night",
    "track_id": null,
    "recording_id": "f43cc6a0-2e7d-4625-ba58-dcbe6fe1c0ec",
    "artist": "Wolfgang Amadeus Mozart",
    "artist_ids": [
        "b972f589-fb0e-474e-b64a-803b0364fa75"
    ],
    "album": "The Magic Flute",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "By request, for Sandi in St Louis!\n\nThe St. Louis Symphony performed Magic Flute last weekend and I was thinking about you during the Queen of the Night. After all - the story really is about a mother's love for her daughter to rescue her and restore \"girl power\" to the Kingdom of the Sun.\"\nSandi in St. Louis",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}