Information about plays

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

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

{
    "id": 3564523,
    "uri": "https://api.kexp.org/v2/plays/3564523/?format=api",
    "airdate": "2025-10-13T09:51:19-07:00",
    "show": 64824,
    "show_uri": "https://api.kexp.org/v2/shows/64824/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Round Dance",
    "track_id": null,
    "recording_id": "401bedde-3f9e-4879-bb46-9007c931dbba",
    "artist": "Cris Derksen ft. Northern Voice",
    "artist_ids": [
        "d284a295-070a-45b9-92aa-0125987a767f",
        "5558a542-c078-4be3-a60b-2c2d3a8097da"
    ],
    "album": "Mundial Montréal: Accents Autochtones",
    "release_id": null,
    "release_group_id": "f6470de2-9814-4461-a97b-abce5f6c9613",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cree\t\n\nCris Derksen is a two-spirit Indigenous Canadian cellist, originally from Northern Alberta. \"Derkson's music might be thought of as a reflection of her multiplicitous racial and gender identity, refusing to be defined by a single genre or style\". – Tufts University\n\nhttps://www.crisderksen.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}