Information about plays

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

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

{
    "id": 3618599,
    "uri": "https://api.kexp.org/v2/plays/3618599/?format=api",
    "airdate": "2026-02-17T06:05:26-08:00",
    "show": 65956,
    "show_uri": "https://api.kexp.org/v2/shows/65956/?format=api",
    "image_uri": "https://dn711002.ca.archive.org/0/items/mbid-5c03bcff-e2d8-4e0b-bf33-1c46dbb614c6/mbid-5c03bcff-e2d8-4e0b-bf33-1c46dbb614c6-17291460107_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/18/items/mbid-5c03bcff-e2d8-4e0b-bf33-1c46dbb614c6/mbid-5c03bcff-e2d8-4e0b-bf33-1c46dbb614c6-17291460107_thumb250.jpg",
    "song": "Less Than",
    "track_id": "d148b25f-be0d-4587-af14-40295c7c2fd3",
    "recording_id": "56b21cc7-ad96-42e4-8583-416d429be019",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Add Violence",
    "release_id": "5c03bcff-e2d8-4e0b-bf33-1c46dbb614c6",
    "release_group_id": "504be58e-6e6e-4279-9275-a7c0aa4524a7",
    "labels": [
        "The Null Corporation"
    ],
    "label_ids": [
        "f6f102a5-f7f0-49aa-8470-f71d083e3439"
    ],
    "release_date": "2017-07-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Add Violence kicks things off with its lead single, “Less Than”—as close to an outrun/synthwave song as Reznor has gotten since the birth of those micro-genres in the first place.\n\nhttps://pitchfork.com/reviews/albums/nine-inch-nails-add-violence-ep/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}