Information about plays

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

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

{
    "id": 3595768,
    "uri": "https://api.kexp.org/v2/plays/3595768/?format=api",
    "airdate": "2025-12-25T08:46:56-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hello Santa Claus",
    "track_id": null,
    "recording_id": "4fdc0bd9-7123-450a-ae56-e3323dfba046",
    "artist": "Pom Pom Squad",
    "artist_ids": [
        "4c33904b-1c93-4f63-bb23-69d3544eaf77"
    ],
    "album": "Hello Santa Claus",
    "release_id": null,
    "release_group_id": "a7d6db64-912e-4232-b86f-2714ab8c53bf",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pom Pom Squad is an American indie rock/grunge band from Brooklyn, New York. It is the solo project of frontwoman Mia Berrin. Holiday single “Hello Santa Claus” is a must for all those who love punk, rock, and Christmas, and are tired of hearing the same ten songs every December.\nhttps://atwoodmagazine.com/pslx-lux-pom-pom-squad-song-review/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}