Information about plays

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

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

{
    "id": 3548138,
    "uri": "https://api.kexp.org/v2/plays/3548138/?format=api",
    "airdate": "2025-09-02T21:03:11-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Canción del Adiós",
    "track_id": null,
    "recording_id": null,
    "artist": "Morgan Szymanksi and Tommy Perman",
    "artist_ids": [],
    "album": "Songs for the Mist Forest",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Blackford Hill"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Music for the Moon and the Trees' by classical guitarist Morgan Szymanski and experimental musician Tommy Perman is the result of a long-held wish that the two childhood friends would get the chance to create an album together. It’s a meditative album; a gentle thing of serene beauty and quiet innovation.\n\nThe duo took to a woodland cottage in rural Scotland to record the album over five days in midsummer 2019, using solar and wind power generated entirely on-site.\n\nhttps://blackfordhill.bandcamp.com/album/music-for-the-moon-and-the-trees",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}