Information about plays

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

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

{
    "id": 3658885,
    "uri": "https://api.kexp.org/v2/plays/3658885/?format=api",
    "airdate": "2026-05-24T07:24:37-07:00",
    "show": 66801,
    "show_uri": "https://api.kexp.org/v2/shows/66801/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hair of the Dog",
    "track_id": null,
    "recording_id": null,
    "artist": "Dawn Again",
    "artist_ids": [
        "5bf09e3b-dbe4-4931-93a6-eab33fae469d"
    ],
    "album": "Pints Of Ambient Nectar",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hell Yeah Recordings"
    ],
    "label_ids": [],
    "release_date": "2026-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sneak peek at a stellar chillout room album from Melbourne's Dawn Again ~ https://dawnagain.bandcamp.com/album/pints-of-ambient-nectar",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}