Information about plays

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

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

{
    "id": 3640677,
    "uri": "https://api.kexp.org/v2/plays/3640677/?format=api",
    "airdate": "2026-04-11T09:24:24-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Low Di Herb",
    "track_id": null,
    "recording_id": "eb5ee12f-92c1-413f-b50e-0040056b38a2",
    "artist": "Anthony B",
    "artist_ids": [
        "b7c00c4a-7ddf-4ee1-a659-cc1d6c5e3957"
    ],
    "album": "Smoke the Herb: The 2nd Pound",
    "release_id": null,
    "release_group_id": "3a7bcd8d-f0ed-4192-87b3-e4b4af521842",
    "labels": [],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anthony B (born Keith Anthony Blair on March 31, 1976) is a renowned Jamaican reggae and dancehall artist known for conscious, politically charged lyrics and high-energy performances. Emerging in the mid-1990s, he distinguished himself by focusing on social commentary and Rastafarian beliefs, delivering hits like \"Fire Pon Rome\" and \"Raid the Barn\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}