Information about plays

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

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

{
    "id": 3632615,
    "uri": "https://api.kexp.org/v2/plays/3632615/?format=api",
    "airdate": "2026-03-23T04:59:21-07:00",
    "show": 66257,
    "show_uri": "https://api.kexp.org/v2/shows/66257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Queen of the Night Aria",
    "track_id": null,
    "recording_id": "82a64f64-b931-4a37-8c48-e10d7f9aa080",
    "artist": "Wolfgang Amadeus Mozart",
    "artist_ids": [
        "b972f589-fb0e-474e-b64a-803b0364fa75"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to Mozart Monday, and welcome to Six Degrees on Early!\n\nMozart's \"Queen of the Night\" primarily refers to the character and her legendary second aria, \"Der Hölle Rache kocht in meinem Herzen\" (\"Hell's vengeance boils in my heart\"), from the 1791 opera The Magic Flute (Die Zauberflöte).\n\nThis was sampled in Kelis' \"Like You.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}