Information about plays

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

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

{
    "id": 3634115,
    "uri": "https://api.kexp.org/v2/plays/3634115/?format=api",
    "airdate": "2026-03-27T03:16:44-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funkytown",
    "track_id": null,
    "recording_id": null,
    "artist": "Lipps, Inc.",
    "artist_ids": [
        "9f47e427-c31c-49fe-90d6-92ab6029d405"
    ],
    "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": "Prior to becoming the lead singer of Lipps Inc., St. Paul native Cynthia Johnson won Miss Black Minnesota 1976, and was the lead vocalist of Minneapolis band Flyte Tyme for seven years. She left the band, which also featured a young Jimmy Jam and Terry Lewis, who also left, as the band became The Time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}