Information about plays

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

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

{
    "id": 3572307,
    "uri": "https://api.kexp.org/v2/plays/3572307/?format=api",
    "airdate": "2025-10-31T18:19:17-07:00",
    "show": 64985,
    "show_uri": "https://api.kexp.org/v2/shows/64985/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Supernature",
    "track_id": null,
    "recording_id": "0a9a8f85-a636-48b2-87bf-0256a3d83976",
    "artist": "Cerrone",
    "artist_ids": [
        "9ec90f51-2c4a-495b-b478-2dfc9c07f8bc"
    ],
    "album": "Disco Inferno",
    "release_id": null,
    "release_group_id": "ac356b86-36c3-3d8d-b529-524505bfe9ad",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The song features an environmental theme, imagining a future where the use of artificial chemicals in agriculture has caused \"creatures down below\" to emerge and \"take their sweet revenge\" against mankind, inspired by The Island of Dr. Moreau\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}