Information about plays

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

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

{
    "id": 3611331,
    "uri": "https://api.kexp.org/v2/plays/3611331/?format=api",
    "airdate": "2026-01-31T07:07:08-08:00",
    "show": 65801,
    "show_uri": "https://api.kexp.org/v2/shows/65801/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Know",
    "track_id": null,
    "recording_id": null,
    "artist": "Kurilpa Reach",
    "artist_ids": [],
    "album": "Our House On Home Street",
    "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": "Kurilpa Reach is a band from Brisbane, Australia that infuse dub and reggae with psychedelic rock and contemporary roots to create an eclectic sound difficult to pigeon-hole into a single genre. \n\n‘Kurilpa’ is the traditional name for the South Brisbane/West End peninsula, meaning ‘place of the water rat’, while ‘Reach’ refers to the Brisbane River that surrounds the area on three sides. \n\nhttps://www.kurilpareach.com/\nhttps://kurilpareach.bandcamp.com/track/i-know-ft-kalila",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}