Information about plays

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

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

{
    "id": 3570693,
    "uri": "https://api.kexp.org/v2/plays/3570693/?format=api",
    "airdate": "2025-10-27T17:23:27-07:00",
    "show": 64951,
    "show_uri": "https://api.kexp.org/v2/shows/64951/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cd6e8ff-83cd-4b39-81f5-59926bceb25b/21391368804-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cd6e8ff-83cd-4b39-81f5-59926bceb25b/21391368804-250.jpg",
    "song": "To Lay Me Down",
    "track_id": null,
    "recording_id": null,
    "artist": "Perfume Genius, Sharon Van Etten",
    "artist_ids": [],
    "album": "Day of The Dead",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "4ad"
    ],
    "label_ids": [],
    "release_date": "2016-05-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "A Day of the Dead live performance took place at the second annual Eaux Claires Festival on August 12–13, 2016. The performers, who all appear on the record, included Jenny Lewis, Matthew Houck (Phosphorescent), Lucius, Will Oldham, Moses Sumney, Sam Amidon, Richard Reed Parry, Matt Berninger, Justin Vernon, Josh Kaufman, Bruce Hornsby, Ruban Nielson, Aaron and Bryce Dessner and The National.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}