Information about plays

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

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

{
    "id": 3606454,
    "uri": "https://api.kexp.org/v2/plays/3606454/?format=api",
    "airdate": "2026-01-19T17:41:12-08:00",
    "show": 65701,
    "show_uri": "https://api.kexp.org/v2/shows/65701/?format=api",
    "image_uri": "https://ia601907.us.archive.org/26/items/mbid-caf02eb2-72d0-4e7e-ab59-086ad959fe06/mbid-caf02eb2-72d0-4e7e-ab59-086ad959fe06-4395440529_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/26/items/mbid-caf02eb2-72d0-4e7e-ab59-086ad959fe06/mbid-caf02eb2-72d0-4e7e-ab59-086ad959fe06-4395440529_thumb250.jpg",
    "song": "Love’s Gonna Get Cha (Material Love)",
    "track_id": "dcfc9fcb-56b0-399f-90b9-145f25080151",
    "recording_id": "ee171d44-244b-4130-8848-27aa9122965d",
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "Edutainment",
    "release_id": "caf02eb2-72d0-4e7e-ab59-086ad959fe06",
    "release_group_id": "b03eb2b3-53cb-3496-9704-fa4f31cb3937",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1990-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "a request from Erik...Boogie Down Productions’ “Love’s Gonna Get’cha (Material Love)” was released as the lead single from their 1990 album Edutainment. The song’s nearly seven‑minute narrative — anchored by KRS‑One’s thoughtful lyrics over a minimalist beat — became one of the album’s most memorable tracks and a standout in conscious hip‑hop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}