Information about plays

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

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

{
    "id": 3596861,
    "uri": "https://api.kexp.org/v2/plays/3596861/?format=api",
    "airdate": "2025-12-27T19:50:52-08:00",
    "show": 65492,
    "show_uri": "https://api.kexp.org/v2/shows/65492/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "GET WELL",
    "track_id": null,
    "recording_id": null,
    "artist": "male//gaze",
    "artist_ids": [],
    "album": "TOO LATE NOW",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A request for Glenn in Bellevue! Thanks Glenn!\n\nHeavygaze from Kingston, Washington!\n\nhttps://malegazeband.bandcamp.com/album/too-late-now",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}