Information about plays

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

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

{
    "id": 3616599,
    "uri": "https://api.kexp.org/v2/plays/3616599/?format=api",
    "airdate": "2026-02-12T14:23:53-08:00",
    "show": 65914,
    "show_uri": "https://api.kexp.org/v2/shows/65914/?format=api",
    "image_uri": "https://coverartarchive.org/release/d16233a9-da9d-448d-8b53-01a85286daaf/7342468685-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d16233a9-da9d-448d-8b53-01a85286daaf/7342468685-250.jpg",
    "song": "Brick House (Hi Cheu Dub Edit)",
    "track_id": null,
    "recording_id": null,
    "artist": "Commodores",
    "artist_ids": [
        "900ab237-327b-44e2-87e4-73250bbe025a"
    ],
    "album": "Commodores",
    "release_id": null,
    "release_group_id": "ee9b6cad-ee58-3529-81ba-cc204769459c",
    "labels": [],
    "label_ids": [],
    "release_date": "1977-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As part of this interview, Lionel Richie discusses this song about \"a strongly built woman\": https://web.archive.org/web/20160220074828/http://hem.bredband.net/funkyflyy/commodores/richie.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}