NewsBeat

It’s ‘Pitt’ vs ‘Pluribus’ in drama and ‘Hacks’ vs ‘Widow’s Bay’ in comedy at the upcoming Emmys

Published

on

Noah Wyle poses in the press room during night two of the Creative Arts Emmy Awards on Sunday, Sept. 6, 2026, in Los Angeles. (AP Photo/Chris Pizzello)

2026-09-09T12:01:46Z

LOS ANGELES (AP) — It’s “The Pitt” versus “Pluribus” and “Hacks” against “Widow’s Bay” at the 78th Emmy Awards on Monday night.

The stars of all four shows — Noah Wyle in “The Pitt,” Rhea Seehorn in “Pluribus,” Jean Smart in “Hacks” and Matthew Rhys in “Widow’s Bay” — look to be runaway favorites for the top acting awards. And prognosticators are nearly all picking “The Pitt” to win its second straight best drama prize.

Advertisement

But the television competition should otherwise be tight at the Peacock Theater in Los Angeles. The ceremony will air live on NBC starting at 8 p.m. Eastern with one of the network’s signature stars, three-time Emmy winner Mariska Hargitay, hosting. Peacock will stream the show live.

HBO Max’s day-in-the-life-of-an-emergency-room drama “The Pitt” has already become a cultural institution in two seasons, and after big wins as an upstart rookie, it was this year’s top overall nominee with 25.

“Hacks” led all comedies with a record-breaking 24 nominations for its fifth and final season. Here’s a closer look at where things stand and how they might play out.

freestar.queue.push(function () {
window.fsAdCount = window.fsAdCount + 1 || 0;
let customChannel=”/dynamic_” + fsAdCount;
let adList = document.querySelectorAll(“.fs-feed-ad”)
let thisAd = adList[fsAdCount];
let randId = Math.random().toString(36).slice(2);
thisAd.id = randId;
let thisPlacement = “apnews_story_feed_dynamic”;
freestar.newAdSlots({
placementName: thisPlacement,
slotId: randId
}, customChannel);
});

Advertisement

The Emmys story so far

While the biggest stars are still awaiting the opening of the envelopes, the majority of this year’s Emmys were already handed out at early ceremonies Saturday and Sunday.

“Widow’s Bay,” the first-year Apple TV horror comedy with Rhys as the mayor of a small New England town dealing with a centuries-old curse, won a whopping eight Emmys including best guest actress for Betty Gilpin.

The show had been widely acclaimed for its sly shifting between humor and dread, and it got 19 nominations, but few expected such a trophy haul. It can win up to six more on Monday.

“Hacks” managed just one win.

Advertisement

/* Desktop-first: fully collapse by default */
#ap-readmore-embed {
display: none;
margin: 0;
padding: 0;
height: 0;
min-height: 0;
overflow: hidden;
text-align: center;
position: relative;
z-index: 2;
}

/* Only show on mobile */
@media (max-width: 767px) {
#ap-readmore-embed {
display: block;
margin: 28px 0;
height: auto;
overflow: visible;
}
}

Advertisement

#ap-readmore-embed .ap-readmore-btn {
appearance: none;
-webkit-appearance: none;
border: 0;
background: #000;
color: #fff;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 14px 22px;
border-radius: 999px;
font-family: inherit, “AP Sans”, -apple-system, BlinkMacSystemFont, “Helvetica Neue”, Arial, sans-serif;
font-weight: 700;
font-size: 16px;
letter-spacing: 0.2px;
line-height: 1;
box-shadow: 0 10px 18px rgba(0,0,0,0.12);
transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease;
touch-action: manipulation;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 3;
}

#ap-readmore-embed .ap-readmore-btn:hover {
transform: translateY(-1px);
box-shadow: 0 14px 22px rgba(0,0,0,0.16);
}

#ap-readmore-embed .ap-readmore-btn:active {
transform: translateY(0);
box-shadow: 0 10px 18px rgba(0,0,0,0.12);
opacity: 0.95;
}

#ap-readmore-embed .ap-readmore-btn:focus-visible {
outline: 3px solid rgba(228, 0, 43, 0.35);
outline-offset: 3px;
}

Advertisement

#ap-readmore-embed .ap-readmore-icon {
width: 10px;
height: 10px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
margin-top: -2px;
}

#ap-readmore-embed .ap-readmore-fade {
display: none;
height: 48px;
margin-top: -48px;
pointer-events: none;
background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

(function () {
var APRM_EMBED_ID = “ap-readmore-embed”;
var APRM_MOBILE_MQ = “(max-width: 767px)”;

Advertisement

function APRM_onReady(fn) {
if (document.readyState === “loading”) {
document.addEventListener(“DOMContentLoaded”, fn);
} else {
fn();
}
}

APRM_onReady(function () {
var APRM_embedEl = document.getElementById(APRM_EMBED_ID);
if (!APRM_embedEl) return;

// 🚨 DESKTOP: remove entire module wrapper and bail early
if (!window.matchMedia(APRM_MOBILE_MQ).matches) {
var APRM_rootModule =
APRM_embedEl.closest(“.HTMLModuleEnhancement”) ||
APRM_embedEl.closest(“.HtmlModule”);

if (APRM_rootModule && APRM_rootModule.parentNode) {
APRM_rootModule.parentNode.removeChild(APRM_rootModule);
} else if (APRM_embedEl.parentNode) {
APRM_embedEl.parentNode.removeChild(APRM_embedEl);
}

Advertisement

return; // stop the rest of the script from running
}
});
})();

(function () {
var EMBED_ID = “ap-readmore-embed”;
var BTN_ID = “apReadMoreBtn”;
var FADE_ID = “apReadMoreFade”;
var STOP_SELECTOR = “.Page-below”;
var SIGN_IN_GATE_SELECTOR = “.sign-in-gate-content”;
var HIDDEN_ATTR = “data-ap-readmore-hidden”;
var MOBILE_MQ = “(max-width: 767px)”;

function ready(fn) {
if (document.readyState === “loading”) {
document.addEventListener(“DOMContentLoaded”, fn);
} else {
fn();
}
}

function isElementNode(n) {
return n && n.nodeType === 1;
}

Advertisement

function cancelEvent(e) {
if (!e) return;
if (typeof e.preventDefault === “function”) e.preventDefault();
if (typeof e.stopPropagation === “function”) e.stopPropagation();
if (typeof e.stopImmediatePropagation === “function”) e.stopImmediatePropagation();
e.cancelBubble = true;
e.returnValue = false;
}

function collapseDesktopEmbed(embed) {
if (!embed) return true;

if (!window.matchMedia(MOBILE_MQ).matches) {
var maybeWrappers = [
embed.parentElement,
embed.closest(“.html-embed”),
embed.closest(“[data-type=”htmlembed”]”),
embed.closest(“[class*=’embed’]”),
embed.closest(“[class*=’Embed’]”)
].filter(Boolean);

embed.style.display = “none”;
embed.style.margin = “0”;
embed.style.padding = “0”;
embed.style.height = “0”;
embed.style.minHeight = “0”;
embed.style.overflow = “hidden”;

Advertisement

maybeWrappers.forEach(function (el) {
el.style.margin = “0”;
el.style.padding = “0”;
el.style.height = “0”;
el.style.minHeight = “0”;
el.style.overflow = “hidden”;
});

if (embed.parentNode) {
embed.parentNode.removeChild(embed);
}

return true;
}

return false;
}

Advertisement

ready(function () {
var embed = document.getElementById(EMBED_ID);
var btn = document.getElementById(BTN_ID);
var fade = document.getElementById(FADE_ID);
if (!embed || !btn) return;

if (collapseDesktopEmbed(embed)) return;

var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR);
if (signInGate) {
embed.innerHTML = “”;
return;
}

// — Analytics: impression when embed enters viewport —
if (“IntersectionObserver” in window) {
var io = new IntersectionObserver(function (entries, observer) {
if (entries[0].isIntersecting) {
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({ event: “ap_readmore_impression” });
observer.disconnect();
}
}, { threshold: 0 });
io.observe(btn);
}

Advertisement

var stopEl = document.querySelector(STOP_SELECTOR);
if (!stopEl) return;

var rootCandidates = [
embed.closest(“.Page”),
embed.closest(“article”),
embed.closest(“main”),
document.body
].filter(Boolean);

var root = rootCandidates.find(function (c) {
return c.contains(stopEl);
}) || document.body;

var all = root.getElementsByTagName(“*”);
var hidden = [];

Advertisement

for (var i = 0; i < all.length; i++) {
var el = all[i];

if (embed.contains(el)) continue;
if (el === stopEl || stopEl.contains(el)) continue;

var tag = el.tagName ? el.tagName.toLowerCase() : "";
if (tag === "script" || tag === "style" || tag === "link" || tag === "meta") continue;

if (!(embed.compareDocumentPosition(el) & Node.DOCUMENT_POSITION_FOLLOWING)) continue;
if (!(el.compareDocumentPosition(stopEl) & Node.DOCUMENT_POSITION_FOLLOWING)) continue;
if (el.contains(embed) || el.contains(stopEl)) continue;

Advertisement

el.setAttribute(HIDDEN_ATTR, "1");
el.style.display = "none";
hidden.push(el);
}

if (!hidden.length) return;

fade.style.display = "block";

var revealed = false;
var suppressClick = false;

Advertisement

function reveal(e) {
cancelEvent(e);

if (revealed) return false;
revealed = true;

// — Analytics: click —
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({ event: "ap_readmore_click" });

hidden.forEach(function (el) {
if (!isElementNode(el)) return;
if (el.getAttribute(HIDDEN_ATTR) === "1") {
el.style.display = "";
el.removeAttribute(HIDDEN_ATTR);
}
});

Advertisement

btn.setAttribute("aria-expanded", "true");

if (embed.parentNode) {
embed.parentNode.removeChild(embed);
}

return false;
}

if (window.PointerEvent) {
btn.addEventListener("pointerup", function (e) {
suppressClick = true;
return reveal(e);
}, false);
}

Advertisement

btn.addEventListener("touchend", function (e) {
suppressClick = true;
return reveal(e);
}, false);

btn.addEventListener("click", function (e) {
if (suppressClick) {
suppressClick = false;
cancelEvent(e);
return false;
}
return reveal(e);
}, false);

btn.onclick = function (e) {
return reveal(e || window.event);
};
});
})();

“The Pitt” won four early Emmys including an emotional first career victory for 73-year-old Ernest Harden Jr. as best guest actor in a drama.

Advertisement

“Pluribus,” another Apple TV Emmy rookie, from “Breaking Bad” creator Vince Gilligan, also won four.

The soon-to-be-host Hargitay won two Emmys for the documentary she directed about her mother, Jayne Mansfield, to go with one she already had for her long-running role on “Law & Order: Special Victims Unit.”

The early Emmys weekend will be edited down to a single recorded show that airs on FXX on Saturday at 8 p.m. in all time zones.

freestar.queue.push(function () {
window.fsAdCount = window.fsAdCount + 1 || 0;
let customChannel=”/dynamic_” + fsAdCount;
let adList = document.querySelectorAll(“.fs-feed-ad”)
let thisAd = adList[fsAdCount];
let randId = Math.random().toString(36).slice(2);
thisAd.id = randId;
let thisPlacement = “apnews_story_feed_dynamic”;
freestar.newAdSlots({
placementName: thisPlacement,
slotId: randId
}, customChannel);
});

Advertisement

In drama, ‘The Pitt’ competes with ‘Pluribus,’ and itself

The doctors, nurses and patients of “The Pitt” were flooded with Emmy nominations for Season 2. Many will be competing against one another. There’s so much category overlap that despite having 12 nominations for Monday night’s awards, it can win only six.

Wyle alone can win four Emmys including directing, writing, best drama as a producer and best actor — an award he won last year in his role as Dr. Michael “Robby” Robinavitch.

The other best drama nominees are “Paradise,” “Slow Horses,” “The Diplomat,” “The Gilded Age,” “A Knight of the Seven Kingdoms,” “Your Friends & Neighbors,” and “Pluribus.”

Rarely has a single actor carried a show as much as Rhea Seehorn does “Pluribus,” where she plays one misanthropic woman taking on a hivemind that has enveloped almost everyone else alive. Voters are likely to reward the former “Better Call Saul” star with her first Emmy after four nominations.

Advertisement

Seehorn’s fellow nominees include Zendaya, who has won the category twice before for “Euphoria.”

freestar.queue.push(function () {
window.fsAdCount = window.fsAdCount + 1 || 0;
let customChannel=”/dynamic_” + fsAdCount;
let adList = document.querySelectorAll(“.fs-feed-ad”)
let thisAd = adList[fsAdCount];
let randId = Math.random().toString(36).slice(2);
thisAd.id = randId;
let thisPlacement = “apnews_story_feed_dynamic”;
freestar.newAdSlots({
placementName: thisPlacement,
slotId: randId
}, customChannel);
});

Katherine LaNasa won best supporting actress last year for her “Pitt” portrayal of Nurse Dana, and the character had an even bigger second season, guiding patients through harrowing dramatic moments and becoming a viral phenomenon for her line deliveries on the ER’s “Baby Jane Doe.”

This year she’ll have three castmates — Taylor Dearden, Fiona Dourif and Sepideh Moafi — as competition.

Advertisement

“It feels really exciting to have more of my colleagues up on the board,” LaNasa told The Associated Press after the nominations were announced.

Two “Pitt” men — Patrick Ball and Shawn Hatosy — are up for supporting actor.

freestar.queue.push(function () {
window.fsAdCount = window.fsAdCount + 1 || 0;
let customChannel=”/dynamic_” + fsAdCount;
let adList = document.querySelectorAll(“.fs-feed-ad”)
let thisAd = adList[fsAdCount];
let randId = Math.random().toString(36).slice(2);
thisAd.id = randId;
let thisPlacement = “apnews_story_feed_dynamic”;
freestar.newAdSlots({
placementName: thisPlacement,
slotId: randId
}, customChannel);
});

In comedy, will ‘Widow’s Bay’ spoil the ‘Hacks’ graduation celebration?

The Emmys loves to give golden send-offs to outgoing shows, and it will be stunning if Jean Smart doesn’t win best actress in a comedy for playing stand-up comic Deborah Vance, as she did for all four previous seasons.

Advertisement

But Emmy voters’ clear affection for “Widow’s Bay” could keep “Hacks” from winning much more. The two shows will be competing for best comedy along with “Abbott Elementary,” “The Bear,” “Margo’s Got Money Troubles,” “Only Murders in the Building” and “Shrinking.”

Hannah Einbinder, who had a breakthrough win last year as best supporting actress in a comedy after four nominations for “Hacks,” will be up against Kate O’Flynn, who wowed with a breakout performance in the debut season of “Widow’s Bay.”

Both shows also have nominees for best supporting actor in a comedy, but they could easily be upstaged by Harrison Ford, who many think will finally win his first major Hollywood award for his performance on Apple TV’s “Shrinking.”

Apple TV has become the dominant force in Emmy comedy. This year’s nominees will benefit from the temporary absence of Apple’s “The Studio,” which had an all-time dominant Emmy performance last year, and of the streamer’s “Ted Lasso,” which put it on the Emmy map.

Advertisement

freestar.queue.push(function () {
window.fsAdCount = window.fsAdCount + 1 || 0;
let customChannel=”/dynamic_” + fsAdCount;
let adList = document.querySelectorAll(“.fs-feed-ad”)
let thisAd = adList[fsAdCount];
let randId = Math.random().toString(36).slice(2);
thisAd.id = randId;
let thisPlacement = “apnews_story_feed_dynamic”;
freestar.newAdSlots({
placementName: thisPlacement,
slotId: randId
}, customChannel);
});

‘Beef,’ Colbert, Kimmel and the other nominees

The limited series categories will have a diminished role at the main Emmys show after four of them were demoted to the early Emmys weekend.

HBO Max’s “DTF St. Louis” was the big winner of those awards, taking best supporting actor and actress for David Harbour and Linda Cardellini.

“Beef” brings star power to the lead acting categories, with Carey Mulligan the consensus favorite for best actress in a limited series and Oscar Isaac favored for best actor.

Advertisement

And after another year of antagonizing President Donald Trump, the late night shows of Jimmy Kimmel and the now-canceled Stephen Colbert are both up for outstanding variety series.

ANDREW DALTON

Advertisement

Dalton covers entertainment for The Associated Press, with an emphasis on crime, courts and obituaries. He has worked for the AP for 20 years and is based in Los Angeles.


mailto

Source link

Advertisement

You must be logged in to post a comment Login

Leave a Reply

Cancel reply

Trending

Exit mobile version