Information about plays

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

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

{
    "id": 3635031,
    "uri": "https://api.kexp.org/v2/plays/3635031/?format=api",
    "airdate": "2026-03-29T07:10:48-07:00",
    "show": 66310,
    "show_uri": "https://api.kexp.org/v2/shows/66310/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Here Lies Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Marigold Sun",
    "artist_ids": [
        "b3943dde-f80d-4deb-87eb-c1e81c53a7d2"
    ],
    "album": "Late Night Tales: Barry Can't Swim",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "LateNightTales"
    ],
    "label_ids": [
        "3dc70455-73c9-48d4-a384-724085af3600"
    ],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A fleeting piece by NYC-based artist Marigold Sun featured on London-based artist Barry Can't Swim's excellent new 'Late Night Tales' mix ~ https://barrycantswim.bandcamp.com/album/late-night-tales-barry-cant-swim",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}