Information about plays

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

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

{
    "id": 3582967,
    "uri": "https://api.kexp.org/v2/plays/3582967/?format=api",
    "airdate": "2025-11-25T21:30:40-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Confluence Riddim",
    "track_id": null,
    "recording_id": null,
    "artist": "Handsome Tiger",
    "artist_ids": [
        "dd4ebf3a-d016-4a81-982b-37fa63c2705a"
    ],
    "album": "First People",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "tiger sound records"
    ],
    "label_ids": [],
    "release_date": "2023-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Handsome Tiger, an Anishinaabe Métis and North African music producer/DJ hailing from Turtle Island and currently based in Vancouver, BC, blends traditional sounds from his heritage with other Indigenous and contemporary electronic bass music.\n\nHe is one of the many Chamorro people, the Indigenous people of the Mariana Islands, politically divided between the United States territory of Guam and the encompassing Commonwealth of the Northern Mariana Islands in Micronesia.\nhttps://www.handsometiger.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}