Information about plays

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

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

{
    "id": 3634431,
    "uri": "https://api.kexp.org/v2/plays/3634431/?format=api",
    "airdate": "2026-03-28T00:03:34-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(I Know I Got) Skillz",
    "track_id": null,
    "recording_id": "ece3b2a0-5d56-4175-bfb3-2d4ae4e2b5f1",
    "artist": "Shaquille O’Neal",
    "artist_ids": [
        "074d8126-20b8-47cd-b874-9d8457df7684"
    ],
    "album": null,
    "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": "Released in 1993 from Shaq's debut album \"Shaq Diesel,\" this track showcased the NBA superstar's legitimate hip-hop ambitions. The album was released on Jive Records and was certified platinum, impressive for a basketball player's rap album. Produced by Def Jef, the track features Shaq's surprisingly competent flow and charismatic delivery. Unlike many athlete rap crossovers, Shaq took his music seriously, working with credible producers like Erick Sermon, Warren G, and DJ Quik.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}