Information about plays

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

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

{
    "id": 3547088,
    "uri": "https://api.kexp.org/v2/plays/3547088/?format=api",
    "airdate": "2025-08-31T08:20:31-07:00",
    "show": 64435,
    "show_uri": "https://api.kexp.org/v2/shows/64435/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "hold these stories softly",
    "track_id": null,
    "recording_id": null,
    "artist": "amble",
    "artist_ids": [],
    "album": "the places across the water",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Home Normal"
    ],
    "label_ids": [],
    "release_date": "2025-08-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off a beautiful new release by Australian pianist/composer Aaron Gleeson aka amble ~ https://homenormal.bandcamp.com/album/the-places-across-the-water",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}