Information about plays

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

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

{
    "id": 3594198,
    "uri": "https://api.kexp.org/v2/plays/3594198/?format=api",
    "airdate": "2025-12-21T20:31:56-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreamin'",
    "track_id": null,
    "recording_id": "bd90beea-f6b8-4b61-b726-018364dbfefd",
    "artist": "Christopher Williams",
    "artist_ids": [
        "2fc0a8ab-acd5-4d73-bfd7-cd9a275ee195"
    ],
    "album": "Changes",
    "release_id": null,
    "release_group_id": "ff64f540-0fe9-3b17-bc5e-4b9a35a90d57",
    "labels": [
        "Uptown Records"
    ],
    "label_ids": [
        "98ff3848-3a73-4baf-abd6-2ca5b4f79f0b"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Also found on the soundtrack for New Jack City in 1991! https://www.youtube.com/watch?v=m51i4HbsI8k\n\nDrug tycoon Nino Brown (Wesley Snipes) and his minions, known collectively as the Cash Money Brothers, have rapidly risen to the top of the New York City narcotics trade. Under Nino's heartless leadership, the drug operation has grown into a multimillion-dollar empire. Scotty (Ice-T) and Nick (Judd Nelson), two police officers who know their way around the streets of Harlem, aim to bring Nino and his cohorts down. To do so, though, they'll have to play by Nino's rules and go undercover.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}