Information about plays

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

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

{
    "id": 3638071,
    "uri": "https://api.kexp.org/v2/plays/3638071/?format=api",
    "airdate": "2026-04-05T06:31:50-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sheva",
    "track_id": null,
    "recording_id": null,
    "artist": "Haydn Douet Lukies",
    "artist_ids": [
        "b550f8a3-7663-4336-8577-534eba1689d2"
    ],
    "album": "Old Dark Champagne",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Colectivo Casa Amarela"
    ],
    "label_ids": [],
    "release_date": "2026-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Short piece off a new EP from Portugal-based musician Haydn Douet Lukies ~ https://casaamarela.bandcamp.com/album/old-dark-champagne",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}