Information about plays

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

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

{
    "id": 3618380,
    "uri": "https://api.kexp.org/v2/plays/3618380/?format=api",
    "airdate": "2026-02-16T18:27:08-08:00",
    "show": 65952,
    "show_uri": "https://api.kexp.org/v2/shows/65952/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When Angels Speak (feat. Saul Williams)",
    "track_id": null,
    "recording_id": null,
    "artist": "Underground Resistance",
    "artist_ids": [
        "8dcd24c7-bf87-4f32-8e3f-7a79b3f25a85"
    ],
    "album": "When There Is No Sun",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Omni Sound"
    ],
    "label_ids": [],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Intergalactic Music Is Of the Outer Darkness\n\nIt is rhythm against rhythm in kind dispersion\nIt is harmony against harmony in endless coordination\nIt is melody against melody in vital enlightenment\n\nhttps://omnisoundlabel.bandcamp.com/album/when-there-is-no-sun",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}