Information about plays

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

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

{
    "id": 3613558,
    "uri": "https://api.kexp.org/v2/plays/3613558/?format=api",
    "airdate": "2026-02-05T13:52:52-08:00",
    "show": 65847,
    "show_uri": "https://api.kexp.org/v2/shows/65847/?format=api",
    "image_uri": "https://coverartarchive.org/release/7623902b-337f-4996-a282-dc167b270126/15107984458-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7623902b-337f-4996-a282-dc167b270126/15107984458-250.jpg",
    "song": "N.T.",
    "track_id": null,
    "recording_id": "964b83a2-3f3b-44ba-897f-a54a1421aafa",
    "artist": "Kool Gang",
    "artist_ids": [],
    "album": "Live at P.J.’s",
    "release_id": null,
    "release_group_id": "8d8057e9-eb68-3db5-bbbd-a253138a279a",
    "labels": [
        "PolyGram"
    ],
    "label_ids": [
        "1fc9f71a-8d08-4c02-ab13-fa752750ae44"
    ],
    "release_date": "1971-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The second live album by the funk band Kool and the Gang, Live at P.J.’s, was released on the New York-based De-Lite label in 1971. As the title indicates, the LP was recorded at P.J.’s, which was a popular nightclub and music venue in West Hollywood, California. \n--\nThe song “N.T.” (No Title) contains a widely sampled drum break which has been used in songs by such artists as Nas, Q-Tip, N.W.A., Public Enemy and Blue Boy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}