91³Ô¹ÏÍø

Watch CBS News

"The Pitt" and Noah Wyle take home several Emmy awards for Pittsburgh-based show's first season

"The Pitt," HBO Max's popular Pittsburgh-based medical drama show, was a big winner on Sunday night at the 77th annual Primetime Emmy Awards.

The show snagged 13 Emmy 91³Ô¹ÏÍøs for its first season and took home three awards for outstanding drama series, outstanding lead actor in a drama series, outstanding supporting actress in a drama series.

Series creator and showrunner R. Scott Gemmill dedicated the award for outstanding drama series to healthcare workers after taking the stage to give his acceptance speech.

"I want to dedicate this on behalf of everyone to all the healthcare workers, frontline, first-responders," . "Respect them. Protect them. Trust them. Thank you."  

Noah Wyle, who stars in the show as Dr. Michael Robinavitch, earned his first career Emmy award for his role on "The Pitt."

US-ENTERTAINMENT-TELEVISION-AWARD-EMMY-SHOW
US actor Noah Wyle accepts the Outstanding Lead Actor in a Drama Series for "The Pitt" during the 77th Primetime Emmy Awards at the Peacock Theatre at LA Live in Los Angeles on September 14, 2025. VALERIE MACON/AFP via Getty Images

"What a dream this has been, oh my goodness," Wyle said when accepting his award, also

"To anybody who's going on shift or coming off shift tonight, thank you for being in that job," Wyle said. "This is for you."

Katherina LaNasa, who played nurse Dana Evans on the show took home the award for outstanding supporting actress in a drama series, the first Emmy win and 91³Ô¹ÏÍø of her career.

"Oh, I am so proud and honored to receive this award from the Academy," . "My whole career I wanted to work for John Wells, and he elevates everything in his wake. John, I'm so much better when you're around, mostly because I don't want to get fired. Thank you, Scott Gemmill, the writers and all the nurses that inspired Dana, Noah Wyle, oh my God!"  

Last weekend, "The Pitt" picked up two wins during the Creative Arts Emmys.

Shawn Hatosy, who played Dr. Jack Abbot on the show, won the Emmy Award for outstanding guest actor in a drama series.  that he was shocked to learn about having won the award. The show also received an award for outstanding casting. 

77th Primetime Emmy Awards - Press Room
LOS ANGELES, CALIFORNIA - SEPTEMBER 14: (L-R) Katherine LaNasa, Noah Wyle, and Shawn Hatosy, winners of Outstanding Supporting Actress in a Drama Series, Lead Actor in a Drama Series, Outstanding Guest Actor in a Drama Series, and Outstanding Drama Series for "The Pitt," pose in the press room during the 77th Primetime Emmy Awards at Peacock Theater on September 14, 2025 in Los Angeles, California. Amy Sussman / Getty Images

While most of the first season of "The Pitt" was filmed on a set in Burbank, California that looked like Allegheny General Hospital, the show spent three days filming in Pittsburgh last fall. Production for the show's second season is underway with additional filming in Pittsburgh taking place later this week.

The second season of "The Pitt" is expected to premiere in January 2026. Season 2 of the show is expected to again consist of a 15-hour day in the hospital's emergency department, , approximately ten months after the first season of the show ended.

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=296763317a51cab90faa73f1bb146d5c'; 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(); } }); }); }); });