Information about plays

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

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

{
    "id": 3552033,
    "uri": "https://api.kexp.org/v2/plays/3552033/?format=api",
    "airdate": "2025-09-12T09:03:01-07:00",
    "show": 64540,
    "show_uri": "https://api.kexp.org/v2/shows/64540/?format=api",
    "image_uri": "https://ia803207.us.archive.org/15/items/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9-10149201972_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/15/items/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9-10149201972_thumb250.jpg",
    "song": "Terrible Lie",
    "track_id": "988c5d89-5605-3265-9276-2517139251b3",
    "recording_id": "cbeee4c2-0627-4507-a7fc-63cc21afb35f",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Pretty Hate Machine",
    "release_id": "ed721fd4-ca0c-4cb1-a569-050c994d10d9",
    "release_group_id": "fcb872a2-7ef9-3ed0-bd4a-7c55c78179b6",
    "labels": [
        "UMe"
    ],
    "label_ids": [
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6"
    ],
    "release_date": "2010-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A \"Force Field\" album for Jess in Colorado Springs, this was NIN's debut...\n--\nWhile working nights as a handyman and engineer at the Right Track Studio in Cleveland, Ohio, Trent Reznor used studio \"down-time\" to record and develop Nine Inch Nails. Playing most of the keyboards, drum machines, guitars, and samplers himself, he recorded a demo that eventually got him signed to TVT Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}