Information about plays

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

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

{
    "id": 3616319,
    "uri": "https://api.kexp.org/v2/plays/3616319/?format=api",
    "airdate": "2026-02-11T22:03:44-08:00",
    "show": 65909,
    "show_uri": "https://api.kexp.org/v2/shows/65909/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drop Top",
    "track_id": null,
    "recording_id": null,
    "artist": "Parlor Greens",
    "artist_ids": [
        "9d13baba-2e96-448e-ac2b-bf38fc189827"
    ],
    "album": "Emeralds",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Colemine"
    ],
    "label_ids": [],
    "release_date": "2026-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Really looking forward to the sophomore release from this supergroup comprised of Tim Carman (Canyon Lights, formerly of GA-20) on drums, Jimmy James (True Loves) on guitar, and Adam Scone (Scone Cash Players, The Sugarman 3) on organ.\n\nhttps://parlorgreens.bandcamp.com/album/emeralds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}