Information about plays

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

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

{
    "id": 3546459,
    "uri": "https://api.kexp.org/v2/plays/3546459/?format=api",
    "airdate": "2025-08-29T21:37:28-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wayza",
    "track_id": null,
    "recording_id": null,
    "artist": "HHP",
    "artist_ids": [
        "a8368c23-7dbd-438a-870c-131c86e181a3"
    ],
    "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": "Jabulani Tsambo, better known by his stage name Hip Hop Pantsula, later shortened to HHP, was a South African Motswako rapper who performed in several languages, mostly in Setswana. He was prominent in bringing South African hip hop and motswako rap to the mainstream world.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}