Information about plays

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

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

{
    "id": 3572300,
    "uri": "https://api.kexp.org/v2/plays/3572300/?format=api",
    "airdate": "2025-10-31T17:47:43-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Moonlight",
    "track_id": null,
    "recording_id": null,
    "artist": "ASHA!",
    "artist_ids": [],
    "album": "Asha L'indiana",
    "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": "\"On November 5, 1978, in the same medieval tableau that hosted Grace Jones, Amanda Lear, Gal Costa, and Italian disco divas, Asha Puthli appeared in a somehow anachronistic space-inspired outfit comprising a golden proto-Thierry-Mugler catsuit with an incorporated cone bra, very similar to the one Madonna would wear in her Blond Ambition tour. She was serenading one Mr. Moonlight. “Mr. Moonlight After midnight I'm yours, you should know Catch me, don’t let me go,” she crooned. \"\n-\nhttps://www.italiandiscostories.com/p/asha-puthli-love-affair-italian-tv",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}