Information about plays

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

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

{
    "id": 3620698,
    "uri": "https://api.kexp.org/v2/plays/3620698/?format=api",
    "airdate": "2026-02-22T06:05:48-08:00",
    "show": 66000,
    "show_uri": "https://api.kexp.org/v2/shows/66000/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grateful Nonetheless",
    "track_id": null,
    "recording_id": null,
    "artist": "Akira Film Script, Mosaicist, Phil Frodsham and Phil Bielby",
    "artist_ids": [],
    "album": "This Burnished Land",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Whitelabrecs/Diriftworks/Evergreen Music"
    ],
    "label_ids": [],
    "release_date": "2025-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a new charity compilation co-curated by Whitelabrecs, Driftworks, and Evergreen Music with proceeds over the next 6 months being donated to Young Sounds, a charity that works with disadvantaged children in the UK to provide them with opportunities to learn to play music ~ https://whitelabrecs.bandcamp.com/album/this-burnished-land",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}