Information about plays

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

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

{
    "id": 3596178,
    "uri": "https://api.kexp.org/v2/plays/3596178/?format=api",
    "airdate": "2025-12-26T07:40:09-08:00",
    "show": 65477,
    "show_uri": "https://api.kexp.org/v2/shows/65477/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadow Boxing",
    "track_id": null,
    "recording_id": "9399a6af-ca51-4f68-bdae-4a2e81be3aba",
    "artist": "El Michels Affair",
    "artist_ids": [
        "dbf0a5c5-3665-4495-b13b-99438a6a0900"
    ],
    "album": "Return to the 37th Chamber",
    "release_id": null,
    "release_group_id": "f0143550-a12e-43d4-aa97-223f74f8b12f",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2017-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A re-imagining of a Wu-Tang track!\n\nhttps://bigcrownrecords.com/artists/el-michels-affair/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}