Information about plays

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

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

{
    "id": 3599606,
    "uri": "https://api.kexp.org/v2/plays/3599606/?format=api",
    "airdate": "2026-01-03T10:10:10-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The International Herb",
    "track_id": null,
    "recording_id": "353a86c6-e3eb-416b-9b28-f459e1c4a40f",
    "artist": "Culture",
    "artist_ids": [
        "dda3f50d-2205-40c6-8f70-223f2eacd92a"
    ],
    "album": "International Herb",
    "release_id": null,
    "release_group_id": "466fa913-a4fe-31b4-8046-eab670493070",
    "labels": [],
    "label_ids": [],
    "release_date": "1979-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Culture is a legendary Jamaican roots reggae vocal trio, formed in 1976 by Joseph Hill, known for conscious, Rastafarian-themed music, especially their iconic album Two Sevens Clash. Joseph Hill, the charismatic frontman, passed away in 2006, but his son, Kenyatta Hill, stepped in as lead singer, continuing the band's legacy of powerful lyrics and spiritual messages, with Albert Walker and Kenneth Dayes providing backing vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}