Information about plays

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

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

{
    "id": 3586316,
    "uri": "https://api.kexp.org/v2/plays/3586316/?format=api",
    "airdate": "2025-12-03T14:14:01-08:00",
    "show": 65279,
    "show_uri": "https://api.kexp.org/v2/shows/65279/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ain’t Got No‐I Got Life",
    "track_id": null,
    "recording_id": "0e9c1c7b-0873-486c-a465-321e9a0711bf",
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "Live at Berkeley",
    "release_id": null,
    "release_group_id": "17fc8133-c53b-4315-ba1b-46d23b2cd8f0",
    "labels": [
        "Stroud Productions & Enterprises Inc."
    ],
    "label_ids": [
        "6ac7d956-9109-47a9-98e9-3b05294abb58"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a medley of two songs, \"Ain't Got No\" and \"I Got Life\", from the musical \"Hair,\" with lyrics by James Rado and Gerome Ragni and music by Galt MacDermot. Nina Simone made it her own.\n--\nThis particular recording was on the album recorded at the University of California in Berkeley, during the Third Annual Berkeley Jazz Festival, in 1969. All arrangements were written by Simone, and it was produced by Jean-Luc Young.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}