Information about plays

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

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

{
    "id": 3595538,
    "uri": "https://api.kexp.org/v2/plays/3595538/?format=api",
    "airdate": "2025-12-24T21:46:49-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Dust",
    "track_id": null,
    "recording_id": null,
    "artist": "Rada & Blackthorn",
    "artist_ids": [],
    "album": "To All Those Who Walk Along The Sky",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-12-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dusty, dusty, dusty the days roll by\nMy pupils retain the dusty tribe’s evil eye\nStealthily we’ll be replaced with ash figurines\nI don’t have the time to wipe the dust from my eyes\n\nTenderly dust corrodes my retina\nDust penetrates what used to be Paradise\nColor movies get covered with ashen dust\nCreaking of old film- my joy, good-by!\n\nhttps://trailrecords.bandcamp.com/album/to-all-those-who-walk-along-the-sky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}