Today's Digital Newspaper

The Gazette

Weather Block Here



Cyndi Lauper delivers an epic farewell for the ages

Cyndi Lauper

File photo of Cyndi Lauper. She returned to Colorado for the fist time in 11 years to perform on Aug. 12 at Fiddler's Green Amphitheatre in Greenwood Village.

Getty Images

Cyndi Lauper

File photo of Cyndi Lauper. She returned to Colorado for the fist time in 11 years to perform on Aug. 12 at Fiddler’s Green Amphitheatre in Greenwood Village.






John Moore Column sig

John Moore Column sig

Girls just wanna have fun. But women in 2025 just wanna have their fundamental rights.

In what is being billed as her farewell tour, a radiant, 72-year-old Cyndi Lauper claimed her full, cumulative power Tuesday in an epic, joyful, multigenerational concert at a nearly full Fiddler’s Green Amphitheatre in Greenwood Village.

Deftly shifting between her “aw shucks” blue-collar borough persona and a potent and glamorous example of the American immigrant dream realized, Lauper uplifted, encouraged, inspired, charmed and dazzled a mixed crowd made up almost entirely of people younger than she is.

That’s staying power. That’s legacy.

“There was no way I wasn’t going to come and say goodbye to you guys,” she said to cheers. 

Lauper, making her first appearance in Denver since touring with Cher in 2014, had some things to say on her way out of the international spotlight, and Tuesday’s crowd was there to listen and sing along. Twice, as if we were all gathered in front of a campfire, Lauper embarked on long, vast, stream-of-conscious rambles that made plain her next stop should be a concert residency on Broadway, following the recent examples of Bruce Springsteen and David Byrne.

You wanted to hear her sing. But you didn’t want her to stop talking.

She was adorable, fierce and ferocious.

Many of the young women, men and those yet to decide who came dressed in sparkles and lavender mohawks to lawn-dance the night away might not have known that, not so long ago, women like Lauper’s single mother were not allowed to have a bank account that wasn’t in a man’s name. Lauper was there to tell them.

Or that you couldn’t get a credit card if you were a woman until 1971, when New York congresswoman Bella Abzug made it happen. Lauper was there to tell them.

Or that, into the 1980s, if you were a woman, you couldn’t get a business loan without a male signature. Lauper was there to tell them.

Before she became the queen of Queens, a young Lauper saw neighborhood homing pigeons living most of their existence in cramped rooftop coops only to experience momentary bouts of freedom as an analogy. In them, she saw both the great beauty and terrible sadness of being an American woman. Her song “Sally’s Pigeons,” gorgeously animated for this concert, was inspired by a childhood friend of Lauper’s who died from a back-alley abortion.

Lauper told the Springsteen-worthy origin story of her song, “I Drove All Night” in 1989. 

“I wrote that song because, at the time, there wasn’t anything on the radio about women driving,” she said. “Except here;s the thing, ladies: When you have a license and you can get in your car and go wherever the hell you want, that’s power. That’s freedom. And that’s what I was saying.”

The performance had taken on legendary status before she even came close to her closing cavalcade of hits. That had been sealed when early on, she sang the Frankie Laine cover “I’m Gonna Be Strong.”

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();
setupFormSubmitListener();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=76&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/blue%20bear.png);
background-size: cover;

}

#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: #ffffff;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/blue%20bear.png);
background-size: cover;
}
}

Featured Local Savings

“I just want the same civil liberties as any man,” she said, in her no-nonsense, no-big-whup way. “Who wouldn’t, right? Equality for all, not just some. What can I say? I was raised reading the Constitution …”

The concert was itself a work of art, one Lauper said was inspired by The Living Art Movement, and specifically a group of artists who tested the conventional boundaries between art and technology in 1910-30s Paris. Lauper, who playfully maneuvered through six wigs and nine smashing costume changes designed by Geoffrey Mac and Christian Siriano, cited abstract Ukrainian artist and costume designer Sonia Delaunay, who was one of the first female modern artists known for wearing her art.

She spoke of French artist Robert Delaunay, Matisse, Picasso and poet Lawrence Ferlinghetti, whose “A Coney Island of the Mind” inspired her song “Into the Nightlife.” It was like attending a concert and a salon at once.

And before she ended the night with the song you already know she ended the night with, she spoke of Yayoi Kusama, just as the lights, set, graphics and costumes were taken over by the iconic Japanese artist’s signature red polka dots. Kusama is now a globally celebrated contemporary performance artist known for working with vibrant colors and immersive installations like her famous “Infinity Mirror Rooms. But coming to America in the late ‘50s, she was desolate and toiled in obscurity while Andy Warhol and others gained fame taking inspiration from her.

Lauper visited Kusama’s museum in Tokyo in 2019, which led to a meeting that culminated in Lauper’s decision to dedicate the farewell tour’s jaw-dropping visuals as a tribute to Kusama’s work.

Lauper’s remarkable journey is best embodied in her analogous story of Mary Clayton, who served as the primary female backup singer on the Rolling Stones’ seminal “Gimme Shelter” album. There was a time when Lauper’s greatest ambition was to join Clayton as a successful background singer. With her funny accent, unusual style and modest upbringing, she never envisioned herself as a frontwoman.

But the problem with being a background singer, she said, is that you had to wear the platforms and dance and sing at the same time – ”and I used to fall a lot,” she said. Finally, a band manager who took notice of her stumbles made the call that changed her life.

“He said, ‘Listen, you see that girl in the back who keeps falling? She’s got a good voice. Just make her a lead singer, and I’ll manage her.’ And that’s how I became the lead singer.”

Talk about falling up. The American Dream.

Obit Hulk Hogan

FILE - Cyndi Lauper and Hulk Hogan appear at the 27th annual Grammy Awards in Los Angeles, Feb. 26, 1985.

Uncredited - AP

Obit Hulk Hogan

FILE – Cyndi Lauper and Hulk Hogan appear at the 27th annual Grammy Awards in Los Angeles, Feb. 26, 1985.






70 and counting

CONCERTS UPCOMING:

  • Danny Elfman (Oingo Boingo), 72, with The Colorado Symphony, Aug. 17 at Fiddler’s Green
  • Heart with Todd Rundgren, Aug. 19 at Red Rocks (Ann Wilson is 75; Rundgren is 77)
  • Chicago, Aug. 24 Fiddler’s Green (Robert Lamm is 80)
  • Neil Young, 79, Sept. 1 at Fiddler’s Green
  • Bonnie Raitt, 75, Sept. 25 at Red Rocks
  • The Sex Pistols, Oct. 10, Mission Ballroom (Steve Jones will be 70)
  • Paul McCartney, 83, Oct. 11 at Coors Field
  • Marshall Tucker Band, Oct. 26 at the Paramount (Doug Gray is 77)
  • Boz Scaggs, 77, Nov. 1 at the Paramount
  • Daryl Hall, 78, Nov. 4 at the Paramount
  • Devo, Nov. 13, Mission Ballroom (Mark Mothersbaugh is 75)

 2025 CONCERTS SO FAR:

  • Cyndi Lauper, 72, Aug. 12 at Fiddleer’s Green
  • Rick Springfield, 75, Aug. 7 at Fiddler’s Green
  • ZZ Top, Aug. 4 at Red Rocks (Billy Gibbons is 75) 
  • The Beach Boys, Aug. 3 at Red Rocks (Mike Love is 84)
  • X and Los Lobos, July 19 at the Paramount (John Doe is 72, David Hidalgo is 70)
  • John Williams, 93, with the Colorado Symphony at Fiddler’s Green
  • James Taylor, 77, June 13-14 at Red Rocks 
  • Earth Wind and Fire, June 14 at Fiddler’s Green (Philip Bailey is 75)
  • Pure Prairie League, June 1 at the Paramount (John David Call is about 80)
  • Sting, 73, May 19-20 and 22 at Red Rocks
  • Air Supply, May 1 at Paramount (Russell Hitchcock is 76)

TRIBUTE BANDS

  • Rocky Mountain High Experience: A John Denver Christmas, Dec. 17 at Paramount (John Denver would be 81)
  • Jason Bonham’s Led Zeppelin Evening, Aug. 8 at the Paramount (John Bonham would be 77)
  • Killer Queen, July 28 at Red Rocks (Freddy Mercury would be 79) 
  • Jerry Garcia Symphonic Celebration, July 6 at Red Rocks (Jerry Garcia would be 83)

John Moore is The Denver Gazette’s senior arts journalist. Email him at john.moore@gazette.com

eb0e18e6-6b72-4f0f-a706-dde8088376bb

View Original Article | Split View
Tags

PREV

PREVIOUS

Sounds of the 70s: Older rockers rule concert season

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Last month, a woman in the beer line at the Paramount Theatre confessed that she had never heard of the band X. She was there to see co-headliner Los Lobos. Their somewhat anachronistically conjoined tour was cheekily dubbed “99 Years of Rock ‘n Roll.” (It’s […]

NEXT

NEXT UP

Weekend things to do around Denver and beyond: Colorado Fall Home Show in Denver and more

Facebook Twitter WhatsApp SMS Email Print Copy article link Save SATURDAY An estimated 1,500 motorcycles take to the highway with police escort at 10 a.m. Saturday from Woodland Park to Cripple Creek in the touching 38th annual POW/MIA Recognition Ride on POW/MIA Memorial Highway. Registration required by 9:30 a.m. They’re on their way to the […]