Information about plays

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

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

{
    "id": 3667087,
    "uri": "https://api.kexp.org/v2/plays/3667087/?format=api",
    "airdate": "2026-06-12T22:03:57-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Manifesto",
    "track_id": null,
    "recording_id": null,
    "artist": "Rell Be Free, Shakiah, Gabriel Teodros, TheOneJakobi, Gyasi, Khingz",
    "artist_ids": [],
    "album": "Everything is Everything",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "People Need Water"
    ],
    "label_ids": [],
    "release_date": "2026-06-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Newest album from South Seattle's own Rell Be Free, produced by Gabriel Teodros:\n\nhttps://rellbefree.bandcamp.com/album/everything-is-everything",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}