What went down at Jim Beam’s NYC bash

jb_cover

What went down at Jim Beam’s NYC bash

The mid-week event marked the start of the brand’s Refresh Your Season campaign

If you thought lemonade was strictly a warm weather beverage, think again. This week, spirits brand Jim Beam hosted an exclusive party in New York City, and officially made the case for enjoying the summertime favourite year-round. The January bash, which took place on a panoramic rooftop overlooking the Hudson River, decked out Midtown’s Glasshouse venue with larger-than-life lemons and immersive photo stations that brought the Jim Beam & Lemonade cocktail to life. 

The night’s theme tied into Jim Beam’s Refresh Your Season campaign, which encourages fans to enjoy the season regardless of their team’s outcome; or, in other words, turn lemons into lemonade. As the face of the campaign, actor and comedian Kenan Thompson also made an appearance. “As a football fan, there’ve been plenty of seasons that didn’t go my way, so the message hit home immediately,” said Thompson. “I also genuinely love watching football, and sometimes I realise I enjoy it even more when my blood pressure isn’t tied to the final score.” The SNL star came to the party decked out in none other than a limited-edition Jim Beam jersey, which was designed in partnership with Dazed. 

Between the endless lemons, cocktails, and mingling, it was a night that, just for a moment, made partygoers forget it was the dead of winter. Here’s everything that went down.

THE DRINK OPTIONS WERE PLENTIFUL

The star of the night was the Beam & Lemonade, which was doled out in glass mason jars. For those looking for a taste of something else, cocktails that combined the classic bourbon with ginger ale, cola and lemon-lime soda were also offered.

THOMPSON SHOWED OUT 

Aside from acting, Thompson proved that hosting is one of his many talents. The star greeted fans, gave a speech and kicked back with attendees.

THE DJ KEPT THE VIBES RIGHT

Throughout the night, DJ Jay Jung played banger after banger, giving partygoers plenty to celebrate. His set list was a “refresh” of its own, including plenty of early 2000s throwbacks.

THE NIGHT ENDED WITH A BANG

To close out the night, attendees headed outside for a showstopping drone show. Hordes of fans huddled together for warmth and watched as glittering football-themed formations overtook the sky. 

Drink Smart®. Jim Beam® Kentucky Straight Bourbon Whiskey, 40% Alc./Vol. ©2026 James B. Beam Distilling Co., Clermont, KY

Please enter a valid date of birth.

`;
document.body.appendChild(gate);
}

function isValidDateParts(mm, dd, yyyy) {
if (!Number.isFinite(mm) || !Number.isFinite(dd) || !Number.isFinite(yyyy)) return false;

const thisYear = new Date().getFullYear();
if (yyyy thisYear) return false;
if (mm 12) return false;
if (dd 31) return false;

// validate by round-trip to catch invalid dates like 02/31
const d = new Date(yyyy, mm – 1, dd);
return d.getFullYear() === yyyy && d.getMonth() === (mm – 1) && d.getDate() === dd;
}

function isAtLeastAge(birthDate, minAge) {
const today = new Date();
let age = today.getFullYear() – birthDate.getFullYear();

const hasHadBirthdayThisYear =
(today.getMonth() > birthDate.getMonth()) ||
(today.getMonth() === birthDate.getMonth() && today.getDate() >= birthDate.getDate());

if (!hasHadBirthdayThisYear) age -= 1;
return age >= minAge;
}

function bindEvents() {
const gate = document.getElementById(“age-gate”);
const form = document.getElementById(“age-form”);
const mmEl = document.getElementById(“dob-mm”);
const ddEl = document.getElementById(“dob-dd”);
const yyyyEl = document.getElementById(“dob-yyyy”);
const errorEl = document.getElementById(“age-error”);
const exitBtn = document.getElementById(“age-exit”);

function showError() {
errorEl.style.display = “block”;
}

function clearError() {
errorEl.style.display = “none”;
}

// digits only, keep within max length
[mmEl, ddEl, yyyyEl].forEach((el) => {
el.addEventListener(“input”, () => {
el.value = el.value.replace(/[^0-9]/g, “”).slice(0, el.maxLength || 99);
});
});

// auto-advance
mmEl.addEventListener(“input”, () => { if (mmEl.value.length >= 2) ddEl.focus(); });
ddEl.addEventListener(“input”, () => { if (ddEl.value.length >= 2) yyyyEl.focus(); });

exitBtn.addEventListener(“click”, redirectOut);

form.addEventListener(“submit”, (e) => {
e.preventDefault();
clearError();

const mm = parseInt(mmEl.value, 10);
const dd = parseInt(ddEl.value, 10);
const yyyy = parseInt(yyyyEl.value, 10);

if (!isValidDateParts(mm, dd, yyyy)) {
showError();
return;
}

const dob = new Date(yyyy, mm – 1, dd);
if (dob > new Date()) {
showError();
return;
}

if (!isAtLeastAge(dob, MIN_AGE)) {
redirectOut();
return;
}

gate.style.display = “none”;

// Optional: store only a boolean so you do not store DOB
// sessionStorage.setItem(“age_verified_21”, “true”);
});
}

function run() {
if (!enforceTimezoneFirst()) return;

// Optional: skip gate if already verified in this session
// if (sessionStorage.getItem(“age_verified_21”) === “true”) return;

injectStyles();
injectMarkup();
bindEvents();
}

// ensure body exists
if (document.readyState === “loading”) {
document.addEventListener(“DOMContentLoaded”, run);
} else {
run();
}
})();

Expand your creative community and connect with 15,000 creatives from around the world.

If you thought lemonade was strictly a warm weather beverage, think again. This week, spirits brand Jim Beam hosted an exclusive party in New York City, and officially made the case for enjoying the summertime favourite year-round. The January bash, which took place on a panoramic rooftop overlooking the Hudson River, decked out Midtown’s Glasshouse venue with larger-than-life lemons and immersive photo stations that brought the Jim Beam & Lemonade cocktail to life. 

The night’s theme tied into Jim Beam’s Refresh Your Season campaign, which encourages fans to enjoy the season regardless of their team’s outcome; or, in other words, turn lemons into lemonade. As the face of the campaign, actor and comedian Kenan Thompson also made an appearance. “As a football fan, there’ve been plenty of seasons that didn’t go my way, so the message hit home immediately,” said Thompson. “I also genuinely love watching football, and sometimes I realise I enjoy it even more when my blood pressure isn’t tied to the final score.” The SNL star came to the party decked out in none other than a limited-edition Jim Beam jersey, which was designed in partnership with Dazed. 

Between the endless lemons, cocktails, and mingling, it was a night that, just for a moment, made partygoers forget it was the dead of winter. Here’s everything that went down.

THE DRINK OPTIONS WERE PLENTIFUL

The star of the night was the Beam & Lemonade, which was doled out in glass mason jars. For those looking for a taste of something else, cocktails that combined the classic bourbon with ginger ale, cola and lemon-lime soda were also offered.

THOMPSON SHOWED OUT 

Aside from acting, Thompson proved that hosting is one of his many talents. The star greeted fans, gave a speech and kicked back with attendees.

THE DJ KEPT THE VIBES RIGHT

Throughout the night, DJ Jay Jung played banger after banger, giving partygoers plenty to celebrate. His set list was a “refresh” of its own, including plenty of early 2000s throwbacks.

THE NIGHT ENDED WITH A BANG

To close out the night, attendees headed outside for a showstopping drone show. Hordes of fans huddled together for warmth and watched as glittering football-themed formations overtook the sky. 

Drink Smart®. Jim Beam® Kentucky Straight Bourbon Whiskey, 40% Alc./Vol. ©2026 James B. Beam Distilling Co., Clermont, KY

Please enter a valid date of birth.

Source URL: https://www.dazeddigital.com/life-culture/article/69472/1/what-went-down-at-jim-beam-nyc-bash-new-york


Analyse


Post not analysed yet. Do the magic.