Information about plays

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

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

{
    "id": 3599187,
    "uri": "https://api.kexp.org/v2/plays/3599187/?format=api",
    "airdate": "2026-01-02T10:36:34-08:00",
    "show": 65540,
    "show_uri": "https://api.kexp.org/v2/shows/65540/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Scorciere",
    "track_id": null,
    "recording_id": null,
    "artist": "The Fauxs",
    "artist_ids": [],
    "album": "La Scorciere",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Portland, OR The Fauxs are Melanie Hindman (vox/guitar), Aliah O’Neill (guitar), Tara Umesh (bass), and Kara Lancaster (drums).\n\nThe band is \"Portland’s femme punk powerhouse, alchemizing bubbly guitar hooks, glam-influenced harmonies and a driving, melodic rhythm section into something between a protest and a party. They deliver a compact burst of feminist discontent with songs that bop heads and encourage singalongs.\"\n\nThey released \"La Sorcière\" on a three-song EP in October. \nhttps://thefauxs.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}