Information about plays

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

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

{
    "id": 3569332,
    "uri": "https://api.kexp.org/v2/plays/3569332/?format=api",
    "airdate": "2025-10-24T11:15:52-07:00",
    "show": 64919,
    "show_uri": "https://api.kexp.org/v2/shows/64919/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She",
    "track_id": null,
    "recording_id": null,
    "artist": "Alice Phoebe Lou",
    "artist_ids": [],
    "album": "She",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2018-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alice Phoebe Lou will be on the west coat next spring!\n\n-SF on April 25th, 2026 (venue TBA)\n\n-Seattle on April 28th, 2026 at the Neptune Theatre\n\nhttps://www.alicephoebelou.com/concerts/\n\nBased in Berlin, Alice Phoebe Lou released her Oblivion album yesterday! \nhttps://alicephoebelou.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}