Information about plays

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

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

{
    "id": 3544017,
    "uri": "https://api.kexp.org/v2/plays/3544017/?format=api",
    "airdate": "2025-08-24T01:29:00-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Beacon from Darkened Skies",
    "track_id": null,
    "recording_id": null,
    "artist": "Hulder",
    "artist_ids": [
        "77a7f107-38ad-4443-8167-9af8f37cb30e"
    ],
    "album": "A Beacon from Darkened Skies",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Medievil Darkness"
    ],
    "label_ids": [],
    "release_date": "2025-08-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new two song EP releases on a normal cassette and limited-edition Ritual version.\n\nhttps://hulder.bandcamp.com/album/a-beacon-from-darkened-skies\nhttps://www.hulder-official.com/\nhttps://www.facebook.com/HulderUS/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}