Information about plays

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

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

{
    "id": 3597081,
    "uri": "https://api.kexp.org/v2/plays/3597081/?format=api",
    "airdate": "2025-12-28T07:10:31-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plenty of More",
    "track_id": null,
    "recording_id": null,
    "artist": "Hasfeldt",
    "artist_ids": [
        "13d955a1-5945-4602-9293-3aaacff72df2"
    ],
    "album": "Even The Stars Are Weeping",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Janushoved"
    ],
    "label_ids": [],
    "release_date": "2025-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Copenhagen-based arist Hasfeldt's contribution to a stacked 25-track compilation from Danish label Janushoved with \"all proceeds going to Doctors Without Borders’ work in Gaza, supporting their essential work in providing medical aid and care for the Palestinian people\" ~ https://janushoved.bandcamp.com/album/even-the-stars-are-weeping",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}