Information about plays

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

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

{
    "id": 3592692,
    "uri": "https://api.kexp.org/v2/plays/3592692/?format=api",
    "airdate": "2025-12-18T13:35:59-08:00",
    "show": 65411,
    "show_uri": "https://api.kexp.org/v2/shows/65411/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Liberty Needs Glasses",
    "track_id": null,
    "recording_id": "797c5eb4-9c7c-4d33-9721-99fcb2c86b56",
    "artist": "Malcolm Jamal Warner",
    "artist_ids": [
        "0e669587-4f57-4c7b-9aa1-793324d6c380"
    ],
    "album": "The Rose That Grew From Concrete, Volume 1",
    "release_id": null,
    "release_group_id": "c154cfb6-7107-35e0-86c7-8d7cd7a19382",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2000-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Malcolm Jamal Warner.  This L.A. Times tribute says that he \"carried a heavy load for Black America\": https://www.latimes.com/opinion/story/2025-07-26/malcolm-jamal-warner-black-community\n--\nAfter his death this year at age 54, actor and director Keegan-Michael Key posted simply, “Rest easy, King. You gave us more than you know.”: https://ourtimepress.com/malcolm-jamal-warner-beloved-star-of-the-cosby-show-dies-at-54/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}