91³Ô¹ÏÍø

Watch CBS News

The Grammy Awards were Sunday night. Here's how to watch a replay and what to know.

The 68th annual Grammy Awards returned Sunday night to honor the best in the music business with some big-name performances, new awards, and Kendrick Lamar leading the pack with nine 91³Ô¹ÏÍøs. 

These Grammys saw the addition of two new categories: Best Traditional Country Album and Best Album Cover, bringing the total number of awards doled out to 95. The category formerly known as Best Country Album is now named Best Contemporary Country Album.

The 68th annual Grammy Awards were broadcast live on Sunday, Feb. 1, on CBS television stations, but for those who missed it, the full show can still be streamed.

How to stream the Grammys 

The Grammy Awards are available for streaming on  in the U.S. The show was available live and on-demand for Paramount+ Premium subscribers, while Paramount+ Essential subscribers can stream the show on-demand beginning Monday.

How to watch the Grammy Awards red carpet

CBS Los Angeles' red carpet special was hosted by anchor Kalyna Astrinos and entertainment journalist Grae Drake. It aired live on CBS News Los Angeles and on KCAL-TV, and can be watched on-demand here

Who are the Grammy nominees?

Among Lamar's nine 91³Ô¹ÏÍøs is a nod for Album of the Year for "GNX." It's his fifth consecutive studio album to be nominated for the award, something no other artist has ever done, but the award ultimately went to Bad Bunny.

Lady GagaJack Antonoff and Canadian producer and songwriter Cirkut received seven 91³Ô¹ÏÍøs each. Bad BunnySabrina Carpenter, Leon Thomas and Canadian audio engineer Serban Ghenea all received six nods.  

Bad Bunny is the first Spanish-language artist to be nominated for song, record and album of the year in the same year, .  

Here is the full list of Grammy nominees.

Spoiler alert: Here's a full list of the winners.

Who is performing at the Grammy Awards?

The eight artists nominated for Best New Artist — Addison Rae, Alex Warren, KATSEYE, Leon Thomas, Lola Young, Olivia Dean, Sombr and The Marías — all performed at the Grammy Awards on Sunday. 

The show also featured performances from Lady Gaga, Bruno Mars, Sabrina Carpenter, Justin Bieber and Clipse and Pharrell Williams.

Lauryn Hill led a tribute to D'Angelo, who died of cancer in October at the age of 51, and Roberta Flack, who died in February at age 88.

Post Malone, Duff McKagan, Slash, Chad Smith and Andrew Watt paid tribute to the late Ozzy Osbourne.

Who is presenting at the Grammy Awards?

Three-time Grammy Award winner Harry Styles was among the stars who presented awards at the show. Doechii, who already has a Grammy Award under her belt and is nominated for five awards on Sunday, was also a presenter at this year's ceremony. Other presenters included Cher, Teyana Taylor, Jeff Golblum and more. 

Who is hosting the Grammy Awards?

Comedian and former "The Daily Show" host Trevor Noah returnined to host the Grammy Awards for a sixth consecutive year. 

Trevor Noah at the 67th Annual GRAMMY Awards
Host Trevor Noah at the 67th Annual Grammy Awards in Los Angeles on Feb. 2, 2025. Kevin Winter/Getty Images for The Recording Academy

Last year, he steered the show through a broadcast that was refocused in the wake of the devastating Los Angeles fires. 

He told "CBS Mornings" co-host Gayle King the year before that he relishes the hosting role because the Grammys show is always so unpredictable.

"I don't know what's going to happen. So that's what I love about the Grammys is it's live; it's happening; it's on the fly," 

Where are the Grammy Awards held?

The ceremony for the 68th annual Grammy Awards took place at Crypto.com Arena in Los Angeles.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });