Information about plays

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

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

{
    "id": 3620791,
    "uri": "https://api.kexp.org/v2/plays/3620791/?format=api",
    "airdate": "2026-02-22T11:45:57-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Medicated Goo",
    "track_id": null,
    "recording_id": null,
    "artist": "P.P. Arnold",
    "artist_ids": [],
    "album": "The Turning Tide",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kundalini Records"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Got her break as an Ikette with Ike and Tina. This album was recorded in the 60s and 70s with Eric Clapton producing many of the songs as Arnold had opened for him on previous tours. Read her memoir, \"Soul Survivor: The Autobiography\": https://pparnold.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}