Information about plays

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

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

{
    "id": 3596066,
    "uri": "https://api.kexp.org/v2/plays/3596066/?format=api",
    "airdate": "2025-12-26T01:09:25-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How to Rob Santa",
    "track_id": null,
    "recording_id": null,
    "artist": "Sta Hi Brothas",
    "artist_ids": [
        "089ef76d-8db9-4d66-ae01-a0ab2e994c67"
    ],
    "album": "Crismas Trees",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2011-12-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sta Hi Brothas is Vitamin D and Maneak B!\n\nhttps://triballegacy.bandcamp.com/album/crismas-trees",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}