Denver is officially going bananas this weekend.
The pop culture phenom Savannah Bananas play two sold-out games at Coors Field Saturday and Sunday.
But even if fans didn’t get tickets to the games — which sold out in under two hours — there’s events close to the games to get yellow fever going.
The famed independent baseball team known for its bright yellow uniforms and viral clips brings its 2025 world tour to Denver for the first time this weekend.
The Bananas will play the Firefighters. The game on Saturday airs on ESPN2 at 7 p.m.
The Bananas are touring to 18 Major League Baseball stadiums and three football stadiums in 2025, with sellouts in each market.
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;
}
}
Right across the street from Coors Field, fans can still cheer for the Bananas at McGregor Square on Wazee Street. On Friday, buy merch in the plaza. Saturday at 7 p.m. watch the game from ESPN2 on the Jumbotron. Sunday is the 3:30 p.m. in-stadium feed of the game on the Jumbotron. Drink specials at Milepost Zero Food Hall in commemorative cups. For more information: mcgregorsquare.com/event/savana-bananas-at-mcgregor-square
You can also catch some players at Greenwood Village’s Dunkin’ Saturday.
The team will appear at the Dunkin’ restaurant ahead of the games against the Firefighters this weekend.
It’s from from 9 a.m. to 11 a.m. Saturday, Dunkin’ at 9595 E. Arapahoe Road, near Interstate 25 and Arapahoe Road.
The cast members from the Bananas will go behind the counter to serve orders, treat guests to free giveaways, and interact with fans.
The Denver Gazette’s news partners 9NEWS, and Gazette reporter Linda Navarro, contributed to this story.