Information about plays

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

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

{
    "id": 3580098,
    "uri": "https://api.kexp.org/v2/plays/3580098/?format=api",
    "airdate": "2025-11-19T04:33:23-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "https://coverartarchive.org/release/c8634bb3-d020-4388-9b4b-4f4561929a97/42913774737-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c8634bb3-d020-4388-9b4b-4f4561929a97/42913774737-250.jpg",
    "song": "Space",
    "track_id": null,
    "recording_id": "bdaae92c-8b3f-44a6-9b54-9d8e53baebf2",
    "artist": "Galt MacDermot",
    "artist_ids": [
        "479e16b4-2b26-40d1-ba65-9ce5ea8ae6a6"
    ],
    "album": "Woman Is Sweeter / Shapes of Rhythm",
    "release_id": null,
    "release_group_id": "e054177e-d368-39a7-9752-063a702a74e6",
    "labels": [
        "Kilmarnock"
    ],
    "label_ids": [
        "0ce9ff29-92bc-487d-8afa-a377770303a6"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Montreal, Quebec native may be best remembered as the composer of the 1960's Broadway musical \"Hair.\"The work, which examined the Vietnam War and ongoing social reforms, earned MacDermot a Grammy Award and two Tony nominations, including the composition for “The Flesh Failures (Let the Sunshine In)” and “Where Do I Go?” He was heavily sampled; most notably, “Space” was used on Busta Rhymes’ early solo breakthrough, “Woo-Hah!! Got You All In Check,”and on 2019's \"BMO\" by Ari Lennox.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}