Information about plays

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

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

{
    "id": 3559198,
    "uri": "https://api.kexp.org/v2/plays/3559198/?format=api",
    "airdate": "2025-09-29T11:05:24-07:00",
    "show": 64700,
    "show_uri": "https://api.kexp.org/v2/shows/64700/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feather Treasure",
    "track_id": null,
    "recording_id": null,
    "artist": "Jesse Sykes & The Sweet Hereafter",
    "artist_ids": [
        "254b5419-1819-49c9-abcf-6e9b8210ebf4"
    ],
    "album": "Forever, I've Been Being Born",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Southern Lord / Ideological Organ"
    ],
    "label_ids": [],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jesse Sykes & The Sweet Hereafter's new full-length studio recording Forever, I’ve Been Being Born - featuring exquisite contributions from Marissa Nadler - is a suite of masterful, emotive songs centered around the power of Sykes's transcendent voice and filled with themes of magical thinking, emotional dislocation, death and transformation.\n\nhttps://jessesykes.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}