Information about plays

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

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

{
    "id": 3599084,
    "uri": "https://api.kexp.org/v2/plays/3599084/?format=api",
    "airdate": "2026-01-02T04:27:00-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakdown",
    "track_id": null,
    "recording_id": "5825a75c-3fa0-4494-867d-ee66cbd98324",
    "artist": "Fu‐Schnickens",
    "artist_ids": [
        "22d8f80a-6e2d-41cf-be36-104f5192ffcf"
    ],
    "album": "Nervous Breakdown",
    "release_id": null,
    "release_group_id": "4605ce03-81ac-3992-97af-f13c7a924c9f",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1994-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fu-Schnickens was composed of Chip Fu (Roderick Roachford), Moc Fu (Joe Jones), and Poc Fu (Lennox Maturine). Fu stood for unity and schnicken was a made-up word that meant coalition. The three friends from East Flatbush, Brooklyn, first gained attention after performing at a hip hop event at Howard University, after which the group was signed by Jive Records.: https://www.hiphopscriptures.com/fu-schnickens-biography\n--\n\"Breakdown\" samples \"Dance Floor\" by Zapp and \"Theme from the Black Hole\" by Parliament.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}