Information about plays

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

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

{
    "id": 3570041,
    "uri": "https://api.kexp.org/v2/plays/3570041/?format=api",
    "airdate": "2025-10-26T01:18:08-07:00",
    "show": 64936,
    "show_uri": "https://api.kexp.org/v2/shows/64936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Malignant Encounter - The Master",
    "track_id": null,
    "recording_id": null,
    "artist": "LVTHN",
    "artist_ids": [
        "49f88e76-e50c-4a7b-b0ab-20ff1d5ee550"
    ],
    "album": "The Devil's Bridge",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Amor Fati Productions"
    ],
    "label_ids": [
        "6293c1a4-d7c8-4e5f-b506-669b79bc7f42"
    ],
    "release_date": "2025-09-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nine years after their debut album on Amor Fati and the late Fallen Empire Records, Belgium’s LVTHN return with their second full-length album.  Unfortunately, Amor Fati cannot ship physical copies to the US right now.\n\nhttps://lvthn.bandcamp.com/album/the-devils-bridge\nhttps://www.facebook.com/adversarialism",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}