Information about plays

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

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

{
    "id": 3602858,
    "uri": "https://api.kexp.org/v2/plays/3602858/?format=api",
    "airdate": "2026-01-11T00:15:51-08:00",
    "show": 65619,
    "show_uri": "https://api.kexp.org/v2/shows/65619/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alt-Reich",
    "track_id": null,
    "recording_id": "36f705d1-887e-439f-8a7b-12f6db505467",
    "artist": "Gama Bomb",
    "artist_ids": [
        "50380917-c3ea-4102-854f-900213c12337"
    ],
    "album": "Speed Between the Lines",
    "release_id": null,
    "release_group_id": "e42fd4a8-7f27-488b-bf85-eaa5e7dcb2a4",
    "labels": [
        "AFM Records"
    ],
    "label_ids": [
        "0661b35e-92c8-4ea4-a1b5-36d6ac0aae4d"
    ],
    "release_date": "2018-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gama Bomb's only performance booked in the US this year will be at the Freedom of the Seas in Miami, FL on January 29th with Anthrax, Vader, Skeletal Remains, and many more.\n\nhttps://gamabomb.bandcamp.com/music\nhttps://www.songkick.com/festivals/1429789-70000tons-of-metal/id/42679027-70000tons-of-metal-2026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}