<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>:root{--color-white:#fff;--color-black:#000;--color-red:red;--color-brand-red:#c6002b;--color-brand-grey:#939697;--palette-red-600:#c6002b;--palette-red-500:#cd212e;--palette-red-400:#e22c3a;--palette-red-300:#f4747c;--palette-red-200:#f79096;--palette-red-100:#f4adb1;--palette-orange-600:#fb6825;--palette-orange-500:#fc833e;--palette-orange-400:#fc9e65;--palette-orange-300:#fdb990;--palette-orange-200:#fdd5bb;--palette-orange-100:#fef1e8;--palette-yellow-600:#fcba38;--palette-yellow-500:#fdc64c;--palette-yellow-400:#fdd36f;--palette-yellow-300:#fddf96;--palette-yellow-200:#feecbf;--palette-yellow-100:#fff8e9;--palette-green-600:#46815a;--palette-green-500:#62aa7b;--palette-green-400:#78d297;--palette-green-300:#8bdea7;--palette-green-200:#9ce2b4;--palette-green-100:#ace7c0;--palette-blue-600:#0055b7;--palette-blue-500:#509da7;--palette-blue-400:#60bac6;--palette-blue-300:#68c8d5;--palette-blue-200:#84dae5;--palette-blue-100:#a3e2eb;--palette-purple-600:#793cb7;--palette-purple-500:#8d5bcd;--palette-purple-400:#a071dc;--palette-purple-300:#a586e5;--palette-purple-200:#b895f2;--palette-purple-100:#c7a3f5;--palette-grey-600:#27292d;--palette-grey-600-rgb:39,41,45;--palette-grey-500:#3f4447;--palette-grey-500-rgb:63,68,71;--palette-grey-400:#717277;--palette-grey-400-rgb:113,114,119;--palette-grey-300:#a9afb2;--palette-grey-300-rgb:169,175,178;--palette-grey-250:#dadfe3;--palette-grey-250-rgb:218,223,227;--palette-grey-200:#e6eaed;--palette-grey-200-rgb:230,234,237;--palette-grey-150:#edf1f3;--palette-grey-150-rgb:237,241,243;--palette-grey-100:#f6f8f9;--palette-grey-100-rgb:246,248,249;--accent-color:var(--palette-grey-600);--station-accent-background:var(--palette-grey-600);--station-accent-background-overlay:var(--accent-color);--station-accent-foreground:var(--color-white);--station-font-family:"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--body-bgcolor:var(--palette-grey-100);--body-font-family:var(--station-font-family);--body-font-size:1.6rem;--body-font-size-2:1.4rem;--body-text-color:var(--palette-grey-600);--secondary-text-color:var(--palette-grey-500);--caption-text-color:var(--palette-grey-400);--default-link-color:var(--palette-grey-600);--default-link-hover-color:var(--palette-grey-500);--station-link-color:var(--accent-color);--station-link-hover-color:var(--default-link-hover-color);--content-min-width:90rem;--content-max-width:128rem;--grid-vertical-spacing:3.2rem;--base-grid-gap:1.6rem;--region-row-gap:var(--grid-vertical-spacing);--grid-gutter-width:1.6rem;--front-matter-grid-column:2;--two-column-grid-template-columns:var(--grid-gutter-width) minmax(28.8rem,1fr) var(--grid-gutter-width);--full-width-grid-template-columns:1fr;--full-width-grid-block-template-columns:var(--grid-gutter-width) minmax(28.8rem,1fr) var(--grid-gutter-width);--site-theme-overlay-opacity:0.25;--site-theme-foreground-color:var(--palette-grey-500);--site-theme-foreground-hover-color:var(--palette-grey-400);--site-theme-background-color:var(--color-white);--text-highlight-background:var(--color-black);--text-highlight-foreground:var(--color-white);--alert-background-color:var(--palette-blue-600);--alert-foreground-color:var(--color-white);--browser-checker-bg-color:var(--palette-grey-400);--browser-checker-text-color:var(--color-black);--eyebrow-text-color:var(--palette-grey-600);--byline-text-color:var(--palette-grey-600);--button-background:var(--palette-grey-600);--button-foreground:var(--color-white);--button-border:none;--button-padding:1.5rem 2.4rem;--button-radius:99.9rem;--button-font-size:1.5rem;--button-font-weight:600;--button-line-height:2rem;--button-shadow:0 0.1rem 0.3rem rgba(0,0,0,.15);--button-hover-background:var(--palette-grey-500);--button-hover-foreground:var(--color-white);--button-hover-shadow:0 0.3rem 0.5rem rgba(0,0,0,.15);--button-hover-border:var(--button-border);--button-active-background:var(--button-background);--button-active-foreground:var(--button-foreground);--button-active-shadow:var(--button-shadow);--button-active-border:var(--button-border);--button-disabled-background:var(--palette-grey-250);--button-disabled-foreground:var(--palette-grey-300);--button-disabled-shadow:none;--button-disabled-border:var(--button-border);--button-secondary-background:transparent;--button-secondary-foreground:var(--palette-grey-600);--button-secondary-border:0.1rem solid var(--palette-grey-600);--button-secondary-hover-background:var(--palette-grey-150);--button-secondary-hover-foreground:var(--button-secondary-foreground);--button-secondary-hover-border:var(--button-secondary-border);--button-secondary-active-background:var(--palette-grey-600);--button-secondary-active-foreground:var(--color-white);--button-secondary-active-border:var(--button-secondary-border);--button-customized-foreground:var(--body-text-color);--button-customized-background:transparent;--button-customized-hover-foreground:var(--body-text-color);--button-customized-hover-background:transparent;--block-theme-foreground-color:var(--body-text-color);--block-theme-background-color:var(--palette-grey-200);--block-theme-background-overlay:transparent;--heading-vertical-margin:2.4rem;--card-heading-color:var(--palette-grey-600);--card-bg-color:var(--color-white);--card-text-primary-color:var(--palette-grey-600);--card-text-secondary-color:var(--palette-grey-500);--tabs-text-default-color:var(--palette-grey-500);--tabs-text-active-color:var(--palette-grey-600);--fader-bg-color:var(--palette-grey-200);--fader-width:3.2rem;--fader-gradient:linear-gradient(to right,rgba(var(--palette-grey-200-rgb),0) 0%,var(--palette-grey-200) 90%);--viewmore-text-color:var(--palette-grey-600);--heading-text-color:var(--body-text-color);--container-max-width:128rem;--container-horizontal-margin:1.6rem;--container-block-vertical-margin:1.6rem;--container-width:calc(100vw - var(--container-horizontal-margin)*2);--container-block-width:var(--container-width);--navigation-zindex:999;--playerbar-zindex:9;--legalnotice-zindex:10;--modal-zindex:1000;--heading-font-weight:900;--heading-margin-default:0;--heading-1-font-size:3.2rem;--heading-1-line-height:3.6rem;--heading-2-font-size:2.4rem;--heading-2-line-height:2.8rem;--heading-3-font-size:2.4rem;--heading-3-line-height:2.8rem;--heading-4-font-size:1.8rem;--heading-4-line-height:2.2rem;--heading-5-font-size:1.6rem;--heading-5-line-height:2rem;--heading-6-font-size:1.4rem;--heading-6-line-height:1.6rem;--elevation-1:0 0.1rem 0.3rem rgba(0,0,0,.15);--elevation-4:0 0.3rem 0.5rem rgba(0,0,0,.15);--elevation-6:0 0.5rem 0.8rem rgba(0,0,0,.15);--elevation-8:0 0.8rem 2.4rem rgba(0,0,0,.15);--elevation-up:0 -0.1rem 0.3rem -0.3rem #000;--elevation-down:0 0.1rem 0.3rem -0.3rem #000;--weather-icon-color:var(--color-white);--arrow-icon-color:var(--color-white);--icon-default-width:2.4rem;--icon-default-height:2.4rem;--icon-primary-color:var(--palette-grey-500);--icon-secondary-color:var(--color-white);--icon-primary-hover-color:var(--palette-grey-400);--icon-secondary-hover-color:var(--color-white);--search-input-foreground:var(--palette-grey-600);--search-input-background:transparent;--search-container-background:var(--color-white);--search-input-placeholder:var(--palette-grey-400);--template-grid-height:100%}@media screen and (min-width:768px){:root{--max-gutter:calc((100% - var(--container-max-width))/2);--grid-gutter-width:minmax(2rem,var(--max-gutter));--base-grid-gap:3.2rem;--two-column-grid-template-columns:var(--grid-gutter-width) minmax(32rem,60rem) minmax(32rem,38rem) var(--grid-gutter-width)}}@media screen and (min-width:1060px){:root{--grid-gutter-width:minmax(8rem,var(--max-gutter));--two-column-grid-template-columns:var(--grid-gutter-width) minmax(52rem,90rem) 38rem var(--grid-gutter-width);--full-width-grid-block-template-columns:var(--grid-gutter-width) minmax(90rem,1fr) var(--grid-gutter-width);--container-horizontal-margin:8rem;--container-block-vertical-margin:3.2rem;--heading-1-font-size:4rem;--heading-1-line-height:4.8rem;--heading-2-font-size:3.2rem;--heading-2-line-height:3.6rem}}body.theme-night{--site-theme-foreground-color:var(--palette-grey-100);--site-theme-foreground-hover-color:var(--palette-grey-300);--site-theme-background-color:var(--color-black);--alert-background-color:var(--color-white);--alert-foreground-color:var(--color-black);--search-input-foreground:var(--site-theme-foreground-color);--search-container-background:var(--site-theme-background-color);--search-input-placeholder:var(--site-theme-foreground-hover-color);--station-accent-background:var(--color-white);--station-accent-background-overlay:var(--accent-color);--station-accent-foreground:var(--color-black);--block-theme-background-color:var(--palette-grey-600);--block-theme-background-overlay:var(--accent-color);--block-theme-foreground-color:var(--color-white)}body.theme-night .themed-block{--tabs-text-default-color:var(--palette-grey-100);--tabs-text-active-color:var(--palette-grey-200);--card-text-primary-color:var(--block-theme-foreground-color);--card-text-secondary-color:var(--block-theme-foreground-color);--viewmore-text-color:var(--block-theme-foreground-color);--icon-primary-color:var(--block-theme-foreground-color);--heading-text-color:var(--block-theme-foreground-color);--default-link-color:var(--block-theme-foreground-color);--body-text-color:var(--block-theme-foreground-color);--fader-gradient:none;--eyebrow-text-color:var(--block-theme-foreground-color);--button-background:var(--color-white);--button-foreground:var(--palette-grey-600);--button-border:none;--button-hover-background:var(--palette-grey-100);--button-hover-foreground:var(--palette-grey-600);--button-active-background:var(--button-hover-background);--button-active-foreground:var(--button-hover-foreground);--button-disabled-background:var(--palette-grey-400);--button-disabled-foreground:var(--palette-grey-300);--button-secondary-background:transparent;--button-secondary-foreground:var(--color-white);--button-secondary-border:0.1rem solid var(--palette-grey-100);--button-secondary-hover-background:var(--palette-grey-100);--button-secondary-hover-foreground:var(--palette-grey-600);--button-secondary-hover-border:var(--button-secondary-border);--button-secondary-active-background:var(--color-white);--button-secondary-active-foreground:var(--palette-grey-600);--button-secondary-active-border:var(--button-secondary-border)}body.template-coast{--accent-color:var(--palette-grey-100);--body-bgcolor:var(--color-black);--body-text-color:var(--color-white);--card-heading-color:var(--color-white);--card-bg-color:transparent;--card-text-primary-color:var(--color-white);--card-text-secondary-color:var(--palette-grey-100);--heading-text-color:var(--body-text-color);--tabs-text-default-color:var(--color-white);--tabs-text-active-color:var(--palette-grey-100);--button-customized-foreground:var(--default-link-color);--button-customized-hover-foreground:var(--default-link-hover-color)}.card-title{font-size:var(--heading-4-font-size);font-weight:var(--heading-font-weight);line-height:var(--heading-4-line-height)}.alerts:not(:empty),.themed-block{background-color:var(--block-theme-background-color);max-width:none;position:relative}.theme-night .alerts:not(:empty)>*,.theme-night .themed-block>*{position:relative;z-index:1}.theme-night .alerts:not(:empty):before,.theme-night .themed-block:before{background-color:var(--block-theme-background-overlay);content:"";display:inline-flex;height:100%;left:0;opacity:var(--site-theme-overlay-opacity);position:absolute;top:0;width:100%;z-index:0}.subheading{color:var(--secondary-text-color)}.caption{color:var(--caption-text-color)}.scroll-blocker{background-color:rgba(0,0,0,.7);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:visibility 0s ease-in-out,opacity .3s;visibility:hidden;width:100%;z-index:10}.no-content{display:none}.hidden{display:none!important}.search-button{background-color:transparent;border:none;cursor:pointer;line-height:0;margin:0;padding:0}.search-button svg .primary-path{fill:var(--icon-primary-color)}.search-button:active svg .primary-path,.search-button:hover svg .primary-path{fill:var(--icon-primary-hover-color)}.text-default{color:var(--palette-grey-500)}.text-headline{color:var(--palette-grey-600)}.text-caption{color:var(--palette-grey-400)}.text-on-dark{color:#fff}.text-on-light{color:var(--palette-grey-500)}.text-inactive{color:var(--palette-grey-300)}.text-link{color:var(--palette-red-400)}.bg-default{background-color:var(--palette-grey-100)}.bg-light{background-color:#fff}.bg-dark{background-color:var(--palette-grey-600)}.bg-inactive{background-color:var(--palette-grey-300)}.bg-selected{background-color:var(--palette-red-400)}.border-default{border-color:var(--palette-grey-300)}.border-neutral-light{border-color:var(--palette-grey-200)}.border-neutral-dark{border-color:var(--palette-grey-400)}.border-dark{border-color:var(--palette-grey-500)}.card{box-shadow:var(--elevation-1)}.card:hover{box-shadow:var(--elevation-4)}.menu{box-shadow:var(--elevation-6)}.dialog{box-shadow:var(--elevation-8)}.elevation-01,.navigation-bar{box-shadow:var(--elevation-1)}.elevation-01,.elevation-04{border-radius:.6rem}.elevation-04{box-shadow:var(--elevation-4)}.elevation-06{border-radius:.6rem;box-shadow:var(--elevation-6)}.elevation-08{border-radius:.6rem;box-shadow:var(--elevation-8)}.elevation-up{border-radius:.6rem;box-shadow:var(--elevation-up)}.img-responsive{height:auto;max-width:100%}.warning-text{background:var(--palette-yellow-300);border-radius:.6rem;box-shadow:0 .4rem .4rem rgba(0,0,0,.1);color:var(--palette-grey-600);display:flex;font-size:1.6rem;font-weight:400;gap:.8rem;padding:1.6rem;width:100%}.warning-text:before{content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='brown'><path d='M11.777.465a.882.882 0 00-1.554 0L.122 18.605C-.224 19.225.208 20 .899 20H21.1c.691 0 1.123-.775.777-1.395L11.777.465zM11 12.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm0 4a1 1 0 110-2 1 1 0 010 2z' /></svg>");display:block;height:2rem;width:2.2rem}.fader{position:relative}.fader:after{background:var(--fader-gradient);content:"";display:inline-block;height:100%;position:absolute;right:-.1rem;top:-.1rem;width:var(--fader-width)}.fader .fade{display:none}.alerts:not(:empty){margin-bottom:-.1rem;padding:2.4rem 0}hr.divider{background-color:var(--palette-grey-300);border:none;height:.1rem;margin:0}hr.dark{background:var(--palette-grey-400)}html{font-size:10px;margin:0;max-width:100vw;padding:0;width:100%}html *{box-sizing:border-box}@-moz-document url-prefix(){body{font-weight:lighter}}body{background-color:var(--body-bgcolor);color:var(--body-text-color);font-family:var(--body-font-family);font-size:var(--body-font-size);margin:0;overflow:hidden;overflow-anchor:none;padding:0;position:relative;width:100%}body.no-scroll{height:100vh;overflow:hidden}body.no-scroll .scroll-blocker{opacity:1;visibility:visible}a{color:var(--default-link-color)}a.next-page{height:.1rem;visibility:hidden}h1,h2,h3,h4,h5,h6{color:var(--heading-text-color);font-weight:var(--heading-font-weight);margin:var(--heading-margin-default)}h1,h2,h3,h4{letter-spacing:-.02rem}h1{font-size:var(--heading-1-font-size);line-height:var(--heading-1-line-height)}h2{font-size:var(--heading-2-font-size);line-height:var(--heading-2-line-height)}h3{font-size:var(--heading-3-font-size);line-height:var(--heading-3-line-height)}h4{font-size:var(--heading-4-font-size);line-height:var(--heading-4-line-height)}h5{font-size:var(--heading-5-font-size);line-height:var(--heading-5-line-height)}h6{font-size:var(--heading-6-font-size);line-height:var(--heading-6-line-height)}figure{margin:0 auto}[type=email],[type=number],[type=password],input[type=text]{background:#fff;border:.1rem solid #717277;border-radius:.6rem}.tabbed-item:focus{background-color:#ff0!important;outline:.2rem dashed red!important}button{font-family:var(--body-font-family)}svg .primary-path{fill:var(--icon-primary-color)}svg .secondary-path{fill:var(--icon-secondary-color)}::selection{background-color:var(--text-highlight-background);color:var(--text-highlight-foreground)}@media print{@page{size:A4 portrait;margin:1cm}::-webkit-scrollbar{display:none}body{background:#fff!important;color:#000;font:13pt Georgia,Times New Roman,Times,serif;line-height:1.3;margin:0}#app{display:block;height:100%;width:auto}h1{font-size:24pt}h2,h3,h4{font-size:14pt;margin-top:2.5rem}h1,h2,h3,h4,h5,h6{page-break-after:avoid}a,blockquote,h1,h2,h3,h4,h5,h6,img,p{page-break-inside:avoid}img{page-break-after:avoid}pre,table{page-break-inside:avoid}a,a:link,a:visited{background:transparent;color:#520;font-weight:700;text-align:left;text-decoration:underline}a[href^="#"]{font-weight:400;text-decoration:none}a:after>img,article a[href^="#"]:after{content:""}address,blockquote,dd,dt,li,p{font-size:100%}ol,ul{list-style:square;margin-bottom:20pt;margin-left:18pt}li{line-height:1.6em}.component-site-header{display:block;position:relative}.component-site-header .main-header-items{display:block;width:100%}iframe{height:0!important;line-height:0pt!important;overflow:hidden!important;white-space:nowrap;width:0!important}.component-ad-unit,.component-pushdown,.component-recommendation,.component-social-network-icons,.footer-national-links,.lower-footer-national-links,.nav-toggler,.search-user-container,.share-icons,iframe,nav{display:none}}.component-app{background-color:pink;display:flex;flex-direction:column}.template-grid{display:grid;grid-template-areas:"router-outlet" "player-bar";grid-template-columns:1fr;grid-template-rows:1fr auto;height:100vh;height:var(--template-grid-height);overflow:hidden}.template-grid>.component-routes{grid-area:router-outlet;overflow:auto}.template-grid>.ihr-player-bar{grid-area:player-bar}
/*# sourceMappingURL=local-critical-style.5a54a2ee878d2c1e77ca.css.map*/</style>
<link rel="preconnect" href="https://static.inferno.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://i.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://webapi.radioedit.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://us.api.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://https://cdn.cookielaw.org" data-reactroot=""/><link rel="preconnect" href="https://www.iheart.com" data-reactroot=""/><link rel="dns-prefetch" href="https://static.inferno.iheart.com" data-reactroot=""/><link rel="preload" href="https://www.iheart.com/sdk/sdk.js" as="script" data-reactroot=""/><link rel="preload" href="https://cdn.cookielaw.org/consent/7d044e9d-e966-4b73-b448-a29d06f71027/otSDKStub.js" as="script" data-reactroot=""/><link rel="preload" href="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" as="script" data-reactroot=""/>
<link data-chunk="bundle" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/bundle.3b72355a31018725a3c6.css">
<link data-chunk="local" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/local.bc06f128f534d4a5d747.css">
<link data-chunk="core-components-tiles-OnairTileLoader-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-components-tiles-OnairTileLoader-component.12f62d6d6ad5771d626e.css">
<link data-chunk="core-page-blocks-datasource-DatasourceLoader-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-page-blocks-datasource-DatasourceLoader-component.ed118ca85e0cefc658b6.css">
<link data-chunk="Datasource-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Datasource-component.a1eb25fbdc158e499608.css">
<link data-chunk="Grid-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Grid-component.9e05f3f8fa0e6b993347.css">
<link data-chunk="components-tiles-ContentTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/components-tiles-ContentTile-component.a5e9ee6f3bc07a62d945.css">
<link data-chunk="core-page-blocks-music-MusicTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-page-blocks-music-MusicTile-component.c0f2337b7d57cb7e8b6d.css">
<link data-chunk="Heading-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Heading-component.d79a5c95e6ef67a97bca.css">
<link data-chunk="Show-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Show-component.608ec1ff0656c8b676a1.css">
<link data-chunk="LoadMoreFromCursor-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/LoadMoreFromCursor-component.4a7a0f66bc2d890b3034.css">
<link data-chunk="core-page-blocks-datasource-DatasourceTileLoader-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-page-blocks-datasource-DatasourceTileLoader-component.a1eb25fbdc158e499608.css">
<link data-chunk="FauxButton-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/FauxButton-component.1f25bb623660eb4f88c1.css">
<link data-chunk="Eyebrow-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Eyebrow-component.23e83d8b8cab22ea99d6.css">
<link data-chunk="Podcasts-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Podcasts-component.570accd833088f4c4e7d.css">
<link data-chunk="ui-ImageTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/ImageTile-component.c2cbd469fbc0bd11cbdf.css">
<link data-chunk="Card-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Card-component.c66d212af09897afcdd6.css">
<link data-chunk="AptivadaKeywordContest-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/AptivadaKeywordContest-component.a21f13419d9d48bf409a.css">
<style data-reactroot="">:root {
--station-font-family: "Inter","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
--gradient-start: hsl(209,100%,19.5%);
--gradient-stop: hsl(209,100%,13.5%);
--accent-color: #0057a6;
--darkFooterColor: hsl(209,100%,17.5%);
--premiere-footer-dark-color:var(--darkFooterColor);
}</style>
<title data-rh="true">V103 - Today's R&B and Throwbacks</title>
<link data-rh="true" rel="shortcut icon" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(32,32),quality(65)"/><link data-rh="true" rel="apple-touch-icon" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=new(),flood(%22white%22),swap(),merge(%22over%22),gravity(%22center%22),contain(167,167),quality(80),format(%22png%22)"/><link data-rh="true" rel="image_src" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><link data-rh="true" rel="canonical" type="" title="" href="https://v103.iheart.com/"/>
<meta data-rh="true" property="og:locale" content="en_us"/><meta data-rh="true" name="msapplication-TileColor" content="#fff"/><meta data-rh="true" name="msvalidate.01" content="E98E323249F89ACF6294F958692E230B"/><meta data-rh="true" name="format-detection" content="telephone=no"/><meta data-rh="true" name="theme-color" content="#0057a6"/><meta data-rh="true" property="og:title" content="V103 - Today's R&B and Throwbacks"/><meta data-rh="true" property="twitter:title" content="V103 - Today's R&B and Throwbacks"/><meta data-rh="true" itemprop="name" content="V103 - Today's R&B and Throwbacks"/><meta data-rh="true" name="description" content="V103 102.7 FM Today's R&B and Throwbacks"/><meta data-rh="true" property="og:description" content="V103 102.7 FM Today's R&B and Throwbacks"/><meta data-rh="true" property="twitter:description" content="V103 102.7 FM Today's R&B and Throwbacks"/><meta data-rh="true" itemprop="description" content="V103 102.7 FM Today's R&B and Throwbacks"/><meta data-rh="true" name="keywords" content="V103, 102.7 FM, R&B, Old School, radio, chicago, Steve Harvey, Doug Banks, Joe Soto, Consuella, Connie, Chris Michaels, Herb Kent, Sonya Blakey, Glen Cosby, Davante Stone, Alicia Keys, Beyonce, Mary J Blige, Miguel, Prince, KEM, iHeartRadio, Troi Tyler"/><meta data-rh="true" property="og:url" content="https://v103.iheart.com/"/><meta data-rh="true" property="twitter:url" content="https://v103.iheart.com/"/><meta data-rh="true" itemprop="url" content="https://v103.iheart.com/"/><meta data-rh="true" name="thumbnail" content="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="og:image" content="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="og:image:width" content="1200"/><meta data-rh="true" property="og:image:height" content="675"/><meta data-rh="true" property="twitter:image" content="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" itemprop="image" content="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" name="msapplication-TileImage" content="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="twitter:card" content="Summary"/><meta data-rh="true" property="twitter:site" content="@V103"/><meta data-rh="true" property="twitter:creator" content="@V103"/><meta data-rh="true" property="twitter:domain" content="v103.iheart.com"/><meta data-rh="true" property="og:site_name" content="V103"/><meta data-rh="true" name="application-name" content="V103"/><meta data-rh="true" property="fb:pages" content="133889882794"/><meta data-rh="true" name="google-site-verification" content="p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso"/>
</head>
<body class="theme-light template-default">
<div id="app"><div class="component-template template-grid" data-reactroot=""><div class="component-routes"><div class="component-pushdown"><div tabindex="-1" class="component-ad-unit lazy-load" data-position="3330" data-split="50" id="dfp-ad-3330-ad:top-leaderboard"></div></div><header class="component-site-header"><section class="main-header-items"><button aria-label="Open Site Navigation" class="nav-toggler" tabindex="0"><svg tabindex="-1" focusable="false" class="svg-icon icon-hamburger" width="32px" height="32px" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="15" fill="none" stroke="none" stroke-width="2"></circle><path fill-rule="evenodd" clip-rule="evenodd" tabindex="-1" class="primary-path" fill="none" d="M7 22h18v-2H7v2zm0-5h18v-2H7v2zm0-7v2h18v-2H7z"></path></svg></button><nav class="" tabindex="-1" aria-hidden="true" aria-label="Primary Site Navigation" id="component-site-nav"><header class="navbar-header"><figure class="component-station-logo"><a aria-label="Station Link" tabindex="0" href="/"><img src="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="V103 - Today's R&B and Throwbacks" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></a></figure><button class="CloseButton-module_close_4S+oa undefined" aria-label="Close Site Navigation" tabindex="0"><svg class="svg-icon icon-close" focusable="false" tabindex="-1" aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path aria-hidden="true" focusable="false" tabindex="-1" class="primary-path" d="M18.3 5.70997C17.91 5.31997 17.28 5.31997 16.89 5.70997L12 10.59L7.10997 5.69997C6.71997 5.30997 6.08997 5.30997 5.69997 5.69997C5.30997 6.08997 5.30997 6.71997 5.69997 7.10997L10.59 12L5.69997 16.89C5.30997 17.28 5.30997 17.91 5.69997 18.3C6.08997 18.69 6.71997 18.69 7.10997 18.3L12 13.41L16.89 18.3C17.28 18.69 17.91 18.69 18.3 18.3C18.69 17.91 18.69 17.28 18.3 16.89L13.41 12L18.3 7.10997C18.68 6.72997 18.68 6.08997 18.3 5.70997Z" fill="#3F4447"></path></svg></button></header><hr class="divider"/><section class="nav-inner-wrapper"><ul style="max-height:calc(100vh - 100px)" class="menu-container main-nav"><li class="menu-top-label"><button aria-label="Listen" class="button-text" tabindex="0"><span class="menu-label">Listen</span></button></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for On Air" class="button-text" tabindex="0"><span class="menu-label">On Air</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="Steve Harvey Morning Show" tabindex="0" href="/featured/steve-harvey-morning-show/">Steve Harvey Morning Show</a></li><li><a aria-label="Bioncé Foxx" tabindex="0" href="/featured/bionce-foxx/">Bioncé Foxx</a></li><li><a aria-label="Joe Soto" tabindex="0" href="/featured/joe-soto/">Joe Soto</a></li><li><a aria-label="Crazy Howard McGee" tabindex="0" href="/featured/crazy-howard-mcgee/">Crazy Howard McGee</a></li><li><a aria-label="Jeanne Sparrow" tabindex="0" href="/featured/jeanne-sparrow/">Jeanne Sparrow</a></li><li><a aria-label="Sonya Blakey" tabindex="0" href="/featured/sonya-blakey/">Sonya Blakey</a></li><li><a aria-label="Chicago Speaks " tabindex="0" href="/featured/chicago-speaks/">Chicago Speaks </a></li><li><a aria-label="Sweat Hotel" tabindex="0" href="/featured/the-sweat-hotel/">Sweat Hotel</a></li><li><a aria-label="On-Air Schedule" tabindex="0" href="/schedule/">On-Air Schedule</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Podcasts" class="button-text" tabindex="0"><span class="menu-label">Podcasts</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a href="https://www.iheart.com/podcast/1248-well-just-agree-to-disagr-79998832/" target="_self" aria-label="We'll Just Agree to Disagree">We'll Just Agree to Disagree</a></li><li><a href="https://www.iheart.com/podcast/53-the-pod-squad-111839377/" target="_self" aria-label="The Pod Squad">The Pod Squad</a></li><li><a href="https://www.iheart.com/podcast/1141-the-steve-harvey-morning-27928551/" target="_self" aria-label="The Steve Harvey Morning Show">The Steve Harvey Morning Show</a></li></ul></li><li class="menu-top-label"><a aria-label="Playlist" tabindex="0" href="/music/recently-played/">Playlist</a></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for On Demand" class="button-text" tabindex="0"><span class="menu-label">On Demand</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="Traffic" tabindex="0" href="/traffic/">Traffic</a></li><li><a aria-label="Weather" tabindex="0" href="/weather/">Weather</a></li><li><a href="https://www.iheart.com/podcast/761-northwestern-medicine-voic-121836218/" target="_self" aria-label="Voices of Better Medicine">Voices of Better Medicine</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Connect" class="button-text" tabindex="0"><span class="menu-label">Connect</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="Event Calendar" tabindex="0" href="/calendar/">Event Calendar</a></li><li><a aria-label="iHeartRadio App" tabindex="0" href="/apps/">iHeartRadio App</a></li><li><a aria-label="Photos" tabindex="0" href="/topic/photos/">Photos</a></li><li><a aria-label="Contest Rules" tabindex="0" href="/topic/contest-rules/">Contest Rules</a></li></ul></li><li class="menu-top-label"><a aria-label="Have A Question About A Prize?" tabindex="0" href="/contact/">Have A Question About A Prize?</a></li><li class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Contests & Promotions" class="button-text" tabindex="0"><span class="menu-label">Contests & Promotions</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="Enter to win tickets to see Jorja Smith" tabindex="0" href="/promotions/enter-to-win-tickets-to-see-1795270/">Enter to win tickets to see Jorja Smith</a></li><li><a aria-label="Enter for Your Chance to Win a $250 NYX Professional Makeup Gift Card!" tabindex="0" href="/promotions/enter-for-your-chance-to-win-1796028/">Enter for Your Chance to Win a $250 NYX Professional Makeup Gift Card!</a></li><li><a href="https://www.donorschoose.org/iheartradio" target="_blank" rel="noopener" aria-label="Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!">Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!</a></li><li><a aria-label="Win A VIP Vegas Experience With Bruno Mars!" tabindex="0" href="/promotions/win-a-vip-vegas-experience-with-1799518/">Win A VIP Vegas Experience With Bruno Mars!</a></li><li><a aria-label="Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!" tabindex="0" href="/promotions/win-a-trip-to-our-iheartradio-1801060/">Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!</a></li><li><a aria-label="All Contests & Promotions" tabindex="0" href="/promotions/">All Contests & Promotions</a></li><li><a aria-label="Contest Rules" tabindex="0" href="/rules/">Contest Rules</a></li></ul></li><li class="menu-top-label"><a tabindex="0" href="/contact/">Contact</a></li><li class="menu-top-label"><a tabindex="0" href="/newsletter/">Newsletter</a></li><li class="menu-top-label"><a tabindex="0" href="/advertise/">Advertise on V103</a></li><li class="menu-top-label"><a href="tel:1-844-844-iHeart">1-844-844-iHeart</a></li><ul class="component-social-icons"><li class="icon-container"><a href="//www.facebook.com/V103Chicago" aria-label="Visit us on facebook" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-facebook" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none"><path class="primary-path" tabindex="-1" d="M21 12C21 7.02891 16.9711 3 12 3C7.02891 3 3 7.02891 3 12C3 16.493 6.29062 20.216 10.5938 20.891V14.6016H8.30859V12H10.5938V10.0172C10.5938 7.76191 11.9367 6.51562 13.9934 6.51562C14.9777 6.51562 16.0078 6.69141 16.0078 6.69141V8.90625H14.8723C13.7543 8.90625 13.4062 9.60059 13.4062 10.3125V12H15.9023L15.5033 14.6016H13.4062V20.891C17.7094 20.216 21 16.493 21 12Z" fill="#27292D"></path><path class="secondary-path" tabindex="-1" d="M15.5033 14.6016L15.9023 12H13.4062V10.3125C13.4062 9.60059 13.7543 8.90625 14.8723 8.90625H16.0078V6.69141C16.0078 6.69141 14.9777 6.51562 13.9934 6.51562C11.9367 6.51562 10.5938 7.76191 10.5938 10.0172V12H8.30859V14.6016H10.5938V20.891C11.0525 20.9631 11.5219 21 12 21C12.4781 21 12.9475 20.9631 13.4062 20.891V14.6016H15.5033Z" fill="white"></path></svg></a></li><li class="icon-container"><a href="//www.x.com/V103" aria-label="Visit us on X" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-twitter" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path class="primary-path" d="M13.7124 10.6218L20.4133 3H18.8254L13.0071 9.61788L8.35992 3H3L10.0274 13.0074L3 21H4.58799L10.7324 14.0113L15.6401 21H21L13.7124 10.6218ZM11.5375 13.0956L10.8255 12.0991L5.16017 4.16971H7.59922L12.1712 10.5689L12.8832 11.5655L18.8262 19.8835H16.3871L11.5375 13.0956Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.instagram.com/v103chicago" aria-label="Visit us on instagram" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-instagram" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12.0001 7.37836C11.086 7.37836 10.1924 7.64941 9.43242 8.15724C8.6724 8.66508 8.08003 9.38688 7.73023 10.2314C7.38043 11.0759 7.28891 12.0051 7.46723 12.9016C7.64556 13.7981 8.08573 14.6216 8.73208 15.268C9.37842 15.9143 10.2019 16.3545 11.0984 16.5328C11.9949 16.7112 12.9242 16.6196 13.7687 16.2698C14.6132 15.92 15.335 15.3277 15.8428 14.5676C16.3506 13.8076 16.6217 12.9141 16.6217 12C16.6217 10.7743 16.1348 9.59873 15.2681 8.732C14.4013 7.86528 13.2258 7.37836 12.0001 7.37836ZM12.0001 15C11.4067 15 10.8267 14.824 10.3334 14.4944C9.84003 14.1647 9.45553 13.6962 9.22847 13.148C9.00141 12.5998 8.94201 11.9966 9.05777 11.4147C9.17353 10.8328 9.45925 10.2982 9.87881 9.87867C10.2984 9.45912 10.8329 9.17341 11.4148 9.05765C11.9968 8.9419 12.6 9.00131 13.1482 9.22838C13.6963 9.45544 14.1649 9.83995 14.4945 10.3333C14.8241 10.8266 15.0001 11.4067 15.0001 12C15.0001 12.7956 14.684 13.5587 14.1214 14.1213C13.5588 14.6839 12.7957 15 12.0001 15Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" d="M17.8842 7.19576C17.8842 7.79222 17.4007 8.27575 16.8042 8.27575C16.2078 8.27575 15.7243 7.79222 15.7243 7.19576C15.7243 6.5993 16.2078 6.11578 16.8042 6.11578C17.4007 6.11578 17.8842 6.5993 17.8842 7.19576Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12 3C9.55581 3 9.24921 3.01036 8.28942 3.05416C7.33144 3.09789 6.67723 3.25001 6.10476 3.47251C5.50424 3.69849 4.96024 4.05275 4.51069 4.51058C4.05276 4.9601 3.6984 5.50411 3.47233 6.10466C3.25001 6.67716 3.09789 7.33137 3.05434 8.28935C3.01036 9.24915 3 9.55575 3 12C3 14.4443 3.01036 14.7509 3.05434 15.7107C3.09807 16.6687 3.25019 17.3229 3.47268 17.8953C3.69867 18.4959 4.05293 19.0399 4.51076 19.4894C4.96031 19.9472 5.50431 20.3015 6.10484 20.5275C6.67734 20.75 7.33154 20.9021 8.28949 20.9458C9.24944 20.9896 9.55592 21 12.0002 21C14.4444 21 14.751 20.9896 15.7108 20.9458C16.6688 20.9021 17.323 20.75 17.8955 20.5275C18.4933 20.2963 19.0363 19.9427 19.4896 19.4894C19.9428 19.0362 20.2964 18.4932 20.5276 17.8953C20.7501 17.3228 20.9023 16.6686 20.946 15.7107C20.9898 14.7507 21.0001 14.4443 21.0001 12C21.0001 9.55578 20.9898 9.24915 20.946 8.28935C20.9023 7.33137 20.7501 6.67716 20.5276 6.10469C20.3017 5.50417 19.9474 4.96016 19.4896 4.51062C19.04 4.0527 18.496 3.69836 17.8954 3.47233C17.3229 3.25001 16.6687 3.09789 15.7107 3.05434C14.7509 3.01036 14.4443 3 12 3ZM12 4.62165C14.4031 4.62165 14.6878 4.63084 15.6369 4.67414C16.5144 4.71418 16.9909 4.86077 17.308 4.98402C17.699 5.1283 18.0526 5.35835 18.3429 5.65727C18.6418 5.94757 18.8718 6.30118 19.0161 6.69209C19.1394 7.00923 19.286 7.48577 19.326 8.36326C19.3693 9.31231 19.3785 9.59694 19.3785 12.0001C19.3785 14.4033 19.3693 14.6879 19.326 15.637C19.286 16.5145 19.1393 16.991 19.0161 17.3082C18.8664 17.6963 18.6371 18.0488 18.3429 18.343C18.0487 18.6372 17.6962 18.8665 17.308 19.0162C16.9909 19.1395 16.5144 19.2861 15.6369 19.3261C14.688 19.3694 14.4034 19.3786 12 19.3786C9.59665 19.3786 9.31213 19.3694 8.36316 19.3261C7.48566 19.2861 7.00916 19.1395 6.69199 19.0162C6.30107 18.872 5.94747 18.6419 5.65716 18.343C5.35824 18.0527 5.12819 17.6991 4.98391 17.3082C4.86066 16.991 4.71404 16.5145 4.67403 15.637C4.63073 14.688 4.62155 14.4033 4.62155 12.0001C4.62155 9.59694 4.63073 9.31238 4.67403 8.36326C4.71408 7.48577 4.86066 7.00926 4.98391 6.69209C5.12821 6.30116 5.35828 5.94754 5.65723 5.65723C5.94754 5.35832 6.30115 5.12826 6.69206 4.98398C7.00919 4.86073 7.48574 4.71411 8.36323 4.6741C9.31228 4.6308 9.59683 4.62165 12 4.62165Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.snapchat.com/add/V103chicago" aria-label="Visit us on snapchat" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-snapchat" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" class="primary-path" d="M21.6499 17.1157C18.9334 16.6657 17.7057 13.877 17.6557 13.7604C17.6502 13.7548 17.6502 13.7492 17.6446 13.7381C17.5002 13.4437 17.4668 13.1993 17.5502 13.0048C17.7057 12.6327 18.2834 12.4493 18.6668 12.3327C18.7723 12.2993 18.8723 12.266 18.9556 12.2327C19.6334 11.966 19.9722 11.6383 19.9667 11.255C19.9611 10.955 19.7278 10.6883 19.3556 10.555C19.2334 10.505 19.0834 10.4772 18.939 10.4772C18.839 10.4772 18.6945 10.4884 18.5557 10.555C18.2334 10.705 17.9446 10.7883 17.6946 10.7994C17.5279 10.7939 17.4224 10.7495 17.3613 10.7161C17.3668 10.5772 17.378 10.4384 17.3891 10.2884L17.3946 10.2328C17.4779 8.87181 17.5891 7.18304 17.1446 6.18866C15.8225 3.22776 13.0227 3 12.195 3C12.1783 3 12.1617 3 12.145 3C12.145 3 11.8228 3.00556 11.8006 3.00556C10.9729 3.00556 8.1786 3.23332 6.86203 6.19422C6.41762 7.18859 6.52317 8.87736 6.61205 10.2384C6.62316 10.3995 6.63427 10.5661 6.63982 10.7272C6.57316 10.7661 6.44539 10.8106 6.25096 10.8106C5.98987 10.8106 5.67878 10.7272 5.32881 10.5661C5.23437 10.5217 5.12882 10.4995 5.01216 10.4995C4.60664 10.4995 4.11778 10.7661 4.04001 11.1661C3.98446 11.455 4.11223 11.8771 5.03994 12.2382C5.12327 12.2716 5.22326 12.3049 5.32881 12.3382C5.71211 12.4604 6.28985 12.6438 6.44539 13.0104C6.52872 13.1993 6.49539 13.4493 6.35096 13.7437C6.3454 13.7492 6.3454 13.7548 6.33985 13.7659C6.28985 13.8826 5.06216 16.6768 2.34568 17.1212C2.13459 17.1546 1.9846 17.3434 2.00126 17.5545C2.00682 17.6156 2.01793 17.6823 2.0457 17.7434C2.25125 18.2211 3.1123 18.5711 4.67885 18.8155C4.72885 18.8878 4.7844 19.1377 4.81773 19.2877C4.85106 19.4377 4.88439 19.5933 4.93439 19.7544C4.97883 19.9155 5.1066 20.1099 5.41769 20.1099C5.54546 20.1099 5.69545 20.0821 5.86766 20.0488C6.12875 19.9988 6.48428 19.9266 6.93425 19.9266C7.18423 19.9266 7.43977 19.9488 7.70086 19.9932C8.20638 20.0766 8.63413 20.3821 9.13409 20.7321C9.84515 21.2376 10.6507 21.8042 11.8783 21.8042C11.9117 21.8042 11.945 21.8042 11.9783 21.7987C12.0172 21.7987 12.0672 21.8042 12.1228 21.8042C13.3505 21.8042 14.156 21.232 14.867 20.7321C15.367 20.3821 15.7947 20.0766 16.3003 19.9932C16.5613 19.9488 16.8169 19.9266 17.0669 19.9266C17.4946 19.9266 17.8335 19.9821 18.1335 20.0377C18.3223 20.0766 18.4723 20.0932 18.5834 20.0932H18.5945H18.6056C18.839 20.0932 19.0056 19.971 19.0667 19.7488C19.1112 19.5877 19.1501 19.4377 19.1834 19.2822C19.2167 19.1322 19.2723 18.8822 19.3223 18.81C20.8888 18.5656 21.7499 18.2156 21.9554 17.7434C21.9832 17.6823 21.9943 17.6212 21.9999 17.5545C22.0054 17.3379 21.8554 17.149 21.6499 17.1157Z" fill="#27292D"></path></svg></a></li></ul></ul></section><footer class="navbar-footer"><form class="search-form" name="search-form" role="search"><section class="search-container"><input type="search" name="keyword" id="search-input-field-nav" aria-label="search text" placeholder="Search" value="" maxLength="250"/><button class="search-button search-submit" aria-label="Search" type="submit"><svg class="svg-icon icon-search" tabindex="-1" width="32px" height="32px" viewBox="0 0 32 32" focusable="false" fill="none" xmlns="http://www.w3.org/2000/svg"><circle class="outline" cx="16" cy="16" r="15" fill="none" stroke="none" stroke-width="2"></circle><path class="primary-path" fill-rule="evenodd" clip-rule="evenodd" d="M18.457 20.343a7.69 7.69 0 111.929-1.591l4.658 5.434a1.25 1.25 0 11-1.898 1.628l-4.69-5.471zm.829-6.652a4.69 4.69 0 11-9.381 0 4.69 4.69 0 019.38 0z" fill="none"></path></svg></button></section></form></footer></nav><figure class="component-station-logo"><a aria-label="Station Link" tabindex="0" href="/"><img src="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="V103 - Today's R&B and Throwbacks" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></a></figure><section class="listen-user-container"><div class="header-user"></div></section></section></header><main class="component-page layout-generic-full page-home wvaz-fm"><div class="alerts"></div><section class="col-top"><div class="component-region region-main-dynamic"><div class="OnairPlayTile-module_componentOnairPlayTile_Yxkqg themed-block" data-cy="componentOnairPlayTile"><section class="OnairPlayTile-module_streamStartWrapper_Or9qT" data-cy="streamStartWrapper"><div class="OnairPlayTile-module_streamStartThumb_hm6i6"><button class="OnairPlayTile-module_play-trigger_XLqj-" aria-label="Play V103 stream now"><span class="OnairPlayTile-module_hover-icon_Dx4i2"><svg tabindex="-1" focusable="false" class="svg-icon icon-play" fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle class="secondary-path" cx="12" cy="12" r="12" fill="none" stroke="none"></circle><path tabindex="-1" class="primary-path" d="M10 15.0611V8.93886C10 8.58027 10.4111 8.37036 10.6997 8.58902L14.7841 11.6502C15.0203 11.8251 15.0203 12.1749 14.7841 12.3498L10.6997 15.411C10.4111 15.6296 10 15.4197 10 15.0611Z" fill="none"></path></svg></span><img src="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Logo for V103 - Today's R&B and Throwbacks" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></button></div><div class="OnairPlayTile-module_streamStartDetails_vOU86"><h1>V103</h1><span class="OnairPlayTile-module_positioner_lTAsj">Today's R&B and Throwbacks</span><svg tabindex="-1" focusable="false" class="svg-icon icon-live" width="33" height="15" viewBox="0 0 33 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="33" height="15" rx="2" fill="#D2252A"></rect><path tabindex="-1" d="M10.291 9.78613H6.73535V3.24951H5.34961V11H10.291V9.78613Z" fill="white"></path><path tabindex="-1" d="M13.1699 11V3.24951H11.7842V11H13.1699Z" fill="white"></path><path tabindex="-1" d="M18.8096 11L21.4897 3.24951H20.0127L18.0791 9.3833H17.9878L16.0381 3.24951H14.5073L17.2144 11H18.8096Z" fill="white"></path><path tabindex="-1" d="M27.8438 9.80225H24.2129V7.63232H27.645V6.50439H24.2129V4.44727H27.8438V3.24951H22.8271V11H27.8438V9.80225Z" fill="white"></path></svg><a class="OnairPlayTile-module_showTitle_mzyM7" tabindex="0" href="/featured/crazy-howard-mcgee/">Crazy Howard McGee</a><button class="OnairPlayTile-module_toggleBtn_dBWEQ" aria-label="Play Stream Now"><svg tabindex="-1" focusable="false" class="svg-icon icon-play" fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle class="secondary-path" cx="12" cy="12" r="12" fill="none" stroke="none"></circle><path tabindex="-1" class="primary-path" d="M10 15.0611V8.93886C10 8.58027 10.4111 8.37036 10.6997 8.58902L14.7841 11.6502C15.0203 11.8251 15.0203 12.1749 14.7841 12.3498L10.6997 15.411C10.4111 15.6296 10 15.4197 10 15.0611Z" fill="none"></path></svg></button></div></section></div><input type="hidden" data-id="FppTo"/></div></section><section class="col-left"><div class="component-region region-main-dynamic"><div class="component-container component-feed feed-style-horizontal themed-block block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><div class="feed-cards" data-block-id="e6Rs0"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 630px) 600px,(max-width: 720px) 690px,(max-width: 767px) 740px,(min-width: 768px) and (max-width: 800px) 420px,(max-width: 940px) 510px,(max-width: 1230px) 600px,(max-width: 1379px) 690px,(min-width: 1380px) 740px" alt="National News - American Eagle Responds To Sydney Sweeney Ad Campaign Critics" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/national-news/">National News</a></nav><a class="card-title" tabindex="0" href="/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/">American Eagle Responds To Sydney Sweeney Ad Campaign Critics</a><time class="component-date-display" dateTime="1754163660000">Aug 02, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="e6Rs0"/><div class="component-container component-feed feed-style-xsmall block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Promotions"><div class="feed-cards" data-block-id="WQJCS"><div class="component-grid col-4"><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/featured/brilliantly-black/?/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//6372478690e9bedc755a3cc8?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//6372478690e9bedc755a3cc8?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//6372478690e9bedc755a3cc8?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//6372478690e9bedc755a3cc8?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//6372478690e9bedc755a3cc8?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Check out highlighted Black-Owned Businesses in Chicagoland" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/brilliantly-black/?/">Check out highlighted Black-Owned Businesses in Chicagoland</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a href="https://www.donorschoose.org/iheartradio" target="_blank" rel="noopener"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Nominate An Exceptional Teacher Who Is Making A Lasting Impact!" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a href="https://www.donorschoose.org/iheartradio" class="card-title" target="_blank" rel="noopener">Nominate An Exceptional Teacher Who Is Making A Lasting Impact!</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/advertise/?campid=advertise_promo"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Advertise with America's #1 Audio Company" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/advertise/?campid=advertise_promo">Advertise with America's #1 Audio Company</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a href="https://www.iheart.com/live/pet-radio-10231/" target="_blank" rel="noopener"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//67575e4ee34cbffded965b42?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67575e4ee34cbffded965b42?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67575e4ee34cbffded965b42?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67575e4ee34cbffded965b42?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67575e4ee34cbffded965b42?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Calming Music To Relax Your Pets!" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a href="https://www.iheart.com/live/pet-radio-10231/" class="card-title" target="_blank" rel="noopener">Calming Music To Relax Your Pets!</a></figcaption></figure></div></div></div><input type="hidden" data-id="WQJCS"/><div class="component-container component-feed feed-style-large block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><div class="feed-cards" data-block-id="lP0Ih"><div class="component-grid col-2"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688e6681fe9037a39187a472?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688e6681fe9037a39187a472?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688e6681fe9037a39187a472?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688e6681fe9037a39187a472?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688e6681fe9037a39187a472?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="National News - Paula Deen Closes Popular Restaurant That Made Her Famous" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/national-news/">National News</a></nav><a class="card-title" tabindex="0" href="/content/2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous/">Paula Deen Closes Popular Restaurant That Made Her Famous</a><time class="component-date-display" dateTime="1754163240000">Aug 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="National News - Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/national-news/">National News</a></nav><a class="card-title" tabindex="0" href="/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/">Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death</a><time class="component-date-display" dateTime="1754070900000">Aug 01, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="lP0Ih"/><input type="hidden" data-id="beE6F"/><input type="hidden" data-id="ha5Er"/><div></div><input type="hidden" data-id="lHlMQ"/><div class="component-container component-show-collection block"><header class="component-heading"><h2 class="heading-title">Shows</h2></header><section class="Carousel-module_carousel-wrapper_299lN"><ul class="Carousel-module_carousel-controls_ZS68S"><li><button class="component-button secondary small Carousel-module_slide-button_A51nd" aria-label="Slide Content Left" aria-hidden="false" type="button"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-left" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></button></li><li><button class="component-button secondary small Carousel-module_slide-button_A51nd" aria-label="Slide Content Right" aria-hidden="false" type="button"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-right" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></button></li></ul><ul class="Carousel-module_carousel_oF6uY" tabindex="0"><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/steve-harvey-morning-show/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/62756c1194a3c7b6f53c403872d1088c?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/62756c1194a3c7b6f53c403872d1088c?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/62756c1194a3c7b6f53c403872d1088c?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Steve Harvey Morning Show" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/steve-harvey-morning-show/">Steve Harvey Morning Show</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/bionce-foxx/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/67a3a068dd07c73d876194e7?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/67a3a068dd07c73d876194e7?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/67a3a068dd07c73d876194e7?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Bioncé Foxx" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/bionce-foxx/">Bioncé Foxx</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/joe-soto/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/5ce447d94c996d20048560fc?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5ce447d94c996d20048560fc?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5ce447d94c996d20048560fc?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Joe Soto" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/joe-soto/">Joe Soto</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/the-sweat-hotel/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/0e542c0b5c8f8471258fdba9a3e6bf42?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/0e542c0b5c8f8471258fdba9a3e6bf42?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/0e542c0b5c8f8471258fdba9a3e6bf42?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of The Sweat Hotel" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/the-sweat-hotel/">The Sweat Hotel</a></figcaption></figure></li></ul></section></div><input type="hidden" data-id="zlJN0"/><div tabindex="-1" class="component-ad-unit lazy-load" data-position="3331" data-split="0" id="dfp-ad-3331-MOi2y"></div><input type="hidden" data-id="MOi2y"/><div class="component-container component-podcasts themed-block block"><header class="component-heading"><h2 class="heading-title">V103<!-- --> Podcasts</h2><a class="component-button button-faux secondary small see-all" tabindex="0" href="/podcasts/">See All</a></header><div class="component-grid col-4"><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/1248-women-inspire-chicago-117923987/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/117923987?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/117923987?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/117923987?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/117923987?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/117923987?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/117923987?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/117923987?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for Women Inspire Chicago! Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">Women Inspire Chicago!</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/761-the-joe-soto-podcast-29747177/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/29747177?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/29747177?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/29747177?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/29747177?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/29747177?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/29747177?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/29747177?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for The Joe Soto Podcast Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">The Joe Soto Podcast</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/761-the-bioncé-foxx-soapbox-30129479/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/30129479?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/30129479?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/30129479?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/30129479?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/30129479?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/30129479?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/30129479?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for The Bioncé Foxx Soapbox Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">The Bioncé Foxx Soapbox</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/761-northwestern-medicine-voic-121836218/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/121836218?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/121836218?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/121836218?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/121836218?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/121836218?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/121836218?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/121836218?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for Northwestern Medicine Voices Of Better Medicine For V103 Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">Northwestern Medicine Voices Of Better Medicine For V103</p></figcaption></a></figure></div></div><input type="hidden" data-id="Vj1NU"/><div class="component-container component-feed feed-style-small block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><header class="component-heading"><h2 class="heading-title">Latest Stories</h2></header><div class="feed-cards" data-block-id="kIdtO"><div class="component-grid col-3"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/688bd8030506ff600524dd61?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688bd8030506ff600524dd61?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688bd8030506ff600524dd61?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688bd8030506ff600524dd61?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688bd8030506ff600524dd61?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Local News - Popular Illinois Eatery Serves The 'Best Breakfast' In The Entire State" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/local-news/">Local News</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state/">Popular Illinois Eatery Serves The 'Best Breakfast' In The Entire State</a><time class="component-date-display" dateTime="1753995900000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Sports - Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/sports/">Sports</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/">Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death</a><time class="component-date-display" dateTime="1753988460000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/688b85f6cc40131f1045ce5d?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688b85f6cc40131f1045ce5d?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688b85f6cc40131f1045ce5d?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688b85f6cc40131f1045ce5d?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688b85f6cc40131f1045ce5d?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Sports - Hulk Hogan's Official Cause Of Death Determined" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/sports/">Sports</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/">Hulk Hogan's Official Cause Of Death Determined</a><time class="component-date-display" dateTime="1753974480000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/67fe6b683fa2fdacfb0b2c8a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/67fe6b683fa2fdacfb0b2c8a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/67fe6b683fa2fdacfb0b2c8a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/67fe6b683fa2fdacfb0b2c8a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/67fe6b683fa2fdacfb0b2c8a?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Music News - Diddy Reportedly Files New Motion To Overturn Mann Act Convictions" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/music-news/">Music News</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions/">Diddy Reportedly Files New Motion To Overturn Mann Act Convictions</a><time class="component-date-display" dateTime="1753969740000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/6837017502c378e4e3decad3?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6837017502c378e4e3decad3?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6837017502c378e4e3decad3?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6837017502c378e4e3decad3?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6837017502c378e4e3decad3?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="National News - Gruesome New Details On Influencer Hannah Moody's Death Revealed" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/national-news/">National News</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed/">Gruesome New Details On Influencer Hannah Moody's Death Revealed</a><time class="component-date-display" dateTime="1753966140000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/688a81475f812abfb97a120e?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688a81475f812abfb97a120e?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688a81475f812abfb97a120e?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688a81475f812abfb97a120e?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688a81475f812abfb97a120e?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Local News - Beloved Illinois Spot Named Among 'Top 100 Sandwich Shops' In US For 2025" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/local-news/">Local News</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025/">Beloved Illinois Spot Named Among 'Top 100 Sandwich Shops' In US For 2025</a><time class="component-date-display" dateTime="1753907880000">Jul 30, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Load More</button></div></div><input type="hidden" data-id="kIdtO"/><div class="component-container component-feed feed-style-small-scrollable block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Personalities"><header class="component-heading"><h2 class="heading-title">From Our Shows</h2></header><div class="feed-cards" data-block-id="LSixG"><div class="component-grid col-3"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/5f906966a83fb9b283aa77fd?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/5f906966a83fb9b283aa77fd?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/5f906966a83fb9b283aa77fd?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/5f906966a83fb9b283aa77fd?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/5f906966a83fb9b283aa77fd?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Steve Harvey Morning Show - Louisiana Woman Arrested for $9.5M Medicaid Fraud Spree" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/steve-harvey-morning-show/">Steve Harvey Morning Show</a></nav><a class="card-title" tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree/">Louisiana Woman Arrested for $9.5M Medicaid Fraud Spree</a><time class="component-date-display" dateTime="1754051400000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688c95da1e00845eeb1b5b3d?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688c95da1e00845eeb1b5b3d?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688c95da1e00845eeb1b5b3d?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688c95da1e00845eeb1b5b3d?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688c95da1e00845eeb1b5b3d?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Steve Harvey Morning Show - ASAP Rocky Breaks Fashion "Rules" with Red Mary Janes—and No Regrets" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/steve-harvey-morning-show/">Steve Harvey Morning Show</a></nav><a class="card-title" tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets/">ASAP Rocky Breaks Fashion "Rules" with Red Mary Janes—and No Regrets</a><time class="component-date-display" dateTime="1754043660000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688b3a7b843f239dbab0e725?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688b3a7b843f239dbab0e725?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688b3a7b843f239dbab0e725?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688b3a7b843f239dbab0e725?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688b3a7b843f239dbab0e725?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Steve Harvey Morning Show - James Brown Statue Temporarily Moved During Augusta Renovation" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/steve-harvey-morning-show/">Steve Harvey Morning Show</a></nav><a class="card-title" tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation/">James Brown Statue Temporarily Moved During Augusta Renovation</a><time class="component-date-display" dateTime="1753968600000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688b39dcf5e9a10fe30a45fb?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688b39dcf5e9a10fe30a45fb?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688b39dcf5e9a10fe30a45fb?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688b39dcf5e9a10fe30a45fb?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688b39dcf5e9a10fe30a45fb?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Steve Harvey Morning Show - Jay-Z Wants to Build a Caesars Palace Casino in Times Square" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/steve-harvey-morning-show/">Steve Harvey Morning Show</a></nav><a class="card-title" tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square/">Jay-Z Wants to Build a Caesars Palace Casino in Times Square</a><time class="component-date-display" dateTime="1753965000000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688b3982fe9037a391879e1b?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688b3982fe9037a391879e1b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688b3982fe9037a391879e1b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688b3982fe9037a391879e1b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688b3982fe9037a391879e1b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Steve Harvey Morning Show - Beyoncé Breaks Country Music Records with Cowboy Carter Tour" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/steve-harvey-morning-show/">Steve Harvey Morning Show</a></nav><a class="card-title" tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour/">Beyoncé Breaks Country Music Records with Cowboy Carter Tour</a><time class="component-date-display" dateTime="1753961400000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688b390761f6ebfce871f9cb?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688b390761f6ebfce871f9cb?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688b390761f6ebfce871f9cb?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688b390761f6ebfce871f9cb?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688b390761f6ebfce871f9cb?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Steve Harvey Morning Show - Diddy’s Lawyers Request $50M Bail Deal Ahead of October Sentencing" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/steve-harvey-morning-show/">Steve Harvey Morning Show</a></nav><a class="card-title" tabindex="0" href="/featured/steve-harvey-morning-show/content/2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing/">Diddy’s Lawyers Request $50M Bail Deal Ahead of October Sentencing</a><time class="component-date-display" dateTime="1753954260000">Jul 31, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="LSixG"/><div class="component-container component-feed tile feed-style-xsmall block" data-feed="ID:calendar-topics-feed-matsubs"><div class="component-calendar-feed"><header class="component-heading"><h2 class="heading-title"><a tabindex="0" href="/calendar/">Events</a></h2><a class="component-button button-faux secondary small see-all" tabindex="0" href="/calendar/">See All</a></header><div class="feed-cards" data-block-id="aM2ge"><div class="component-grid col-4"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/calendar/content/2025-06-16-2025-kroc-summer-camp-registration-is-open/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.calendar/6849c29ad666987388f046fd?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/6849c29ad666987388f046fd?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/6849c29ad666987388f046fd?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/6849c29ad666987388f046fd?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/6849c29ad666987388f046fd?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Community - 2025 Kroc Summer Camp Registration is Open" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/community/">Community</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-06-16-2025-kroc-summer-camp-registration-is-open/">2025 Kroc Summer Camp Registration is Open</a><time class="component-date-display" dateTime="1750082400994">Jun 16, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/calendar/content/2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Concerts - 2025 Summer Jam at Country Club Hills Morris Day and the Time & Sheila E " class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/concerts/">Concerts</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e/">2025 Summer Jam at Country Club Hills Morris Day and the Time & Sheila E </a><time class="component-date-display" dateTime="1754175600321">Aug 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/calendar/content/2025-08-09-an-evening-with-keke-wyatt-friends-august-9th/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Concerts - An Evening with Keke Wyatt & Friends August 9th " class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/concerts/">Concerts</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-08-09-an-evening-with-keke-wyatt-friends-august-9th/">An Evening with Keke Wyatt & Friends August 9th </a><time class="component-date-display" dateTime="1754776800102">Aug 09, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/calendar/content/2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Concerts - Summer Jam at Country Club Hills Legends of Comedy" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/concerts/">Concerts</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy/">Summer Jam at Country Club Hills Legends of Comedy</a><time class="component-date-display" dateTime="1754780400321">Aug 09, 2025</time></figcaption></figure></div></div></div></div><input type="hidden" data-id="aM2ge"/><input type="hidden" data-id="rbePH"/></div></section><section class="col-bottom"><div class="component-region region-ad-bottom-leaderboard"><div tabindex="-1" class="component-ad-unit lazy-load" data-position="3306" data-split="0" id="dfp-ad-3306-ad:bottom-leaderboard"></div><input type="hidden" data-id="ad:bottom-leaderboard"/></div></section></main><footer class="component-site-footer"><div class="component-container"><div class="footer-row footer-links"><ul class="footer-national-links"><li><a tabindex="0" href="/contact/">Contact</a></li><li><a tabindex="0" href="/advertise/">Advertise on V103</a></li><li><a href="https://www.iheart.com/apps/" target="_blank" rel="noopener">Download The Free iHeartRadio App</a></li><li><a href="https://www.iheart.com/podcast/" target="_blank" rel="noopener">Find a Podcast</a></li></ul><div class="component-social-network-icons"><ul class="component-social-icons"><li class="icon-container"><a href="//www.facebook.com/V103Chicago" aria-label="Visit us on facebook" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-facebook" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none"><path class="primary-path" tabindex="-1" d="M21 12C21 7.02891 16.9711 3 12 3C7.02891 3 3 7.02891 3 12C3 16.493 6.29062 20.216 10.5938 20.891V14.6016H8.30859V12H10.5938V10.0172C10.5938 7.76191 11.9367 6.51562 13.9934 6.51562C14.9777 6.51562 16.0078 6.69141 16.0078 6.69141V8.90625H14.8723C13.7543 8.90625 13.4062 9.60059 13.4062 10.3125V12H15.9023L15.5033 14.6016H13.4062V20.891C17.7094 20.216 21 16.493 21 12Z" fill="#27292D"></path><path class="secondary-path" tabindex="-1" d="M15.5033 14.6016L15.9023 12H13.4062V10.3125C13.4062 9.60059 13.7543 8.90625 14.8723 8.90625H16.0078V6.69141C16.0078 6.69141 14.9777 6.51562 13.9934 6.51562C11.9367 6.51562 10.5938 7.76191 10.5938 10.0172V12H8.30859V14.6016H10.5938V20.891C11.0525 20.9631 11.5219 21 12 21C12.4781 21 12.9475 20.9631 13.4062 20.891V14.6016H15.5033Z" fill="white"></path></svg></a></li><li class="icon-container"><a href="//www.x.com/V103" aria-label="Visit us on X" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-twitter" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path class="primary-path" d="M13.7124 10.6218L20.4133 3H18.8254L13.0071 9.61788L8.35992 3H3L10.0274 13.0074L3 21H4.58799L10.7324 14.0113L15.6401 21H21L13.7124 10.6218ZM11.5375 13.0956L10.8255 12.0991L5.16017 4.16971H7.59922L12.1712 10.5689L12.8832 11.5655L18.8262 19.8835H16.3871L11.5375 13.0956Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.instagram.com/v103chicago" aria-label="Visit us on instagram" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-instagram" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12.0001 7.37836C11.086 7.37836 10.1924 7.64941 9.43242 8.15724C8.6724 8.66508 8.08003 9.38688 7.73023 10.2314C7.38043 11.0759 7.28891 12.0051 7.46723 12.9016C7.64556 13.7981 8.08573 14.6216 8.73208 15.268C9.37842 15.9143 10.2019 16.3545 11.0984 16.5328C11.9949 16.7112 12.9242 16.6196 13.7687 16.2698C14.6132 15.92 15.335 15.3277 15.8428 14.5676C16.3506 13.8076 16.6217 12.9141 16.6217 12C16.6217 10.7743 16.1348 9.59873 15.2681 8.732C14.4013 7.86528 13.2258 7.37836 12.0001 7.37836ZM12.0001 15C11.4067 15 10.8267 14.824 10.3334 14.4944C9.84003 14.1647 9.45553 13.6962 9.22847 13.148C9.00141 12.5998 8.94201 11.9966 9.05777 11.4147C9.17353 10.8328 9.45925 10.2982 9.87881 9.87867C10.2984 9.45912 10.8329 9.17341 11.4148 9.05765C11.9968 8.9419 12.6 9.00131 13.1482 9.22838C13.6963 9.45544 14.1649 9.83995 14.4945 10.3333C14.8241 10.8266 15.0001 11.4067 15.0001 12C15.0001 12.7956 14.684 13.5587 14.1214 14.1213C13.5588 14.6839 12.7957 15 12.0001 15Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" d="M17.8842 7.19576C17.8842 7.79222 17.4007 8.27575 16.8042 8.27575C16.2078 8.27575 15.7243 7.79222 15.7243 7.19576C15.7243 6.5993 16.2078 6.11578 16.8042 6.11578C17.4007 6.11578 17.8842 6.5993 17.8842 7.19576Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12 3C9.55581 3 9.24921 3.01036 8.28942 3.05416C7.33144 3.09789 6.67723 3.25001 6.10476 3.47251C5.50424 3.69849 4.96024 4.05275 4.51069 4.51058C4.05276 4.9601 3.6984 5.50411 3.47233 6.10466C3.25001 6.67716 3.09789 7.33137 3.05434 8.28935C3.01036 9.24915 3 9.55575 3 12C3 14.4443 3.01036 14.7509 3.05434 15.7107C3.09807 16.6687 3.25019 17.3229 3.47268 17.8953C3.69867 18.4959 4.05293 19.0399 4.51076 19.4894C4.96031 19.9472 5.50431 20.3015 6.10484 20.5275C6.67734 20.75 7.33154 20.9021 8.28949 20.9458C9.24944 20.9896 9.55592 21 12.0002 21C14.4444 21 14.751 20.9896 15.7108 20.9458C16.6688 20.9021 17.323 20.75 17.8955 20.5275C18.4933 20.2963 19.0363 19.9427 19.4896 19.4894C19.9428 19.0362 20.2964 18.4932 20.5276 17.8953C20.7501 17.3228 20.9023 16.6686 20.946 15.7107C20.9898 14.7507 21.0001 14.4443 21.0001 12C21.0001 9.55578 20.9898 9.24915 20.946 8.28935C20.9023 7.33137 20.7501 6.67716 20.5276 6.10469C20.3017 5.50417 19.9474 4.96016 19.4896 4.51062C19.04 4.0527 18.496 3.69836 17.8954 3.47233C17.3229 3.25001 16.6687 3.09789 15.7107 3.05434C14.7509 3.01036 14.4443 3 12 3ZM12 4.62165C14.4031 4.62165 14.6878 4.63084 15.6369 4.67414C16.5144 4.71418 16.9909 4.86077 17.308 4.98402C17.699 5.1283 18.0526 5.35835 18.3429 5.65727C18.6418 5.94757 18.8718 6.30118 19.0161 6.69209C19.1394 7.00923 19.286 7.48577 19.326 8.36326C19.3693 9.31231 19.3785 9.59694 19.3785 12.0001C19.3785 14.4033 19.3693 14.6879 19.326 15.637C19.286 16.5145 19.1393 16.991 19.0161 17.3082C18.8664 17.6963 18.6371 18.0488 18.3429 18.343C18.0487 18.6372 17.6962 18.8665 17.308 19.0162C16.9909 19.1395 16.5144 19.2861 15.6369 19.3261C14.688 19.3694 14.4034 19.3786 12 19.3786C9.59665 19.3786 9.31213 19.3694 8.36316 19.3261C7.48566 19.2861 7.00916 19.1395 6.69199 19.0162C6.30107 18.872 5.94747 18.6419 5.65716 18.343C5.35824 18.0527 5.12819 17.6991 4.98391 17.3082C4.86066 16.991 4.71404 16.5145 4.67403 15.637C4.63073 14.688 4.62155 14.4033 4.62155 12.0001C4.62155 9.59694 4.63073 9.31238 4.67403 8.36326C4.71408 7.48577 4.86066 7.00926 4.98391 6.69209C5.12821 6.30116 5.35828 5.94754 5.65723 5.65723C5.94754 5.35832 6.30115 5.12826 6.69206 4.98398C7.00919 4.86073 7.48574 4.71411 8.36323 4.6741C9.31228 4.6308 9.59683 4.62165 12 4.62165Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.snapchat.com/add/V103chicago" aria-label="Visit us on snapchat" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-snapchat" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" class="primary-path" d="M21.6499 17.1157C18.9334 16.6657 17.7057 13.877 17.6557 13.7604C17.6502 13.7548 17.6502 13.7492 17.6446 13.7381C17.5002 13.4437 17.4668 13.1993 17.5502 13.0048C17.7057 12.6327 18.2834 12.4493 18.6668 12.3327C18.7723 12.2993 18.8723 12.266 18.9556 12.2327C19.6334 11.966 19.9722 11.6383 19.9667 11.255C19.9611 10.955 19.7278 10.6883 19.3556 10.555C19.2334 10.505 19.0834 10.4772 18.939 10.4772C18.839 10.4772 18.6945 10.4884 18.5557 10.555C18.2334 10.705 17.9446 10.7883 17.6946 10.7994C17.5279 10.7939 17.4224 10.7495 17.3613 10.7161C17.3668 10.5772 17.378 10.4384 17.3891 10.2884L17.3946 10.2328C17.4779 8.87181 17.5891 7.18304 17.1446 6.18866C15.8225 3.22776 13.0227 3 12.195 3C12.1783 3 12.1617 3 12.145 3C12.145 3 11.8228 3.00556 11.8006 3.00556C10.9729 3.00556 8.1786 3.23332 6.86203 6.19422C6.41762 7.18859 6.52317 8.87736 6.61205 10.2384C6.62316 10.3995 6.63427 10.5661 6.63982 10.7272C6.57316 10.7661 6.44539 10.8106 6.25096 10.8106C5.98987 10.8106 5.67878 10.7272 5.32881 10.5661C5.23437 10.5217 5.12882 10.4995 5.01216 10.4995C4.60664 10.4995 4.11778 10.7661 4.04001 11.1661C3.98446 11.455 4.11223 11.8771 5.03994 12.2382C5.12327 12.2716 5.22326 12.3049 5.32881 12.3382C5.71211 12.4604 6.28985 12.6438 6.44539 13.0104C6.52872 13.1993 6.49539 13.4493 6.35096 13.7437C6.3454 13.7492 6.3454 13.7548 6.33985 13.7659C6.28985 13.8826 5.06216 16.6768 2.34568 17.1212C2.13459 17.1546 1.9846 17.3434 2.00126 17.5545C2.00682 17.6156 2.01793 17.6823 2.0457 17.7434C2.25125 18.2211 3.1123 18.5711 4.67885 18.8155C4.72885 18.8878 4.7844 19.1377 4.81773 19.2877C4.85106 19.4377 4.88439 19.5933 4.93439 19.7544C4.97883 19.9155 5.1066 20.1099 5.41769 20.1099C5.54546 20.1099 5.69545 20.0821 5.86766 20.0488C6.12875 19.9988 6.48428 19.9266 6.93425 19.9266C7.18423 19.9266 7.43977 19.9488 7.70086 19.9932C8.20638 20.0766 8.63413 20.3821 9.13409 20.7321C9.84515 21.2376 10.6507 21.8042 11.8783 21.8042C11.9117 21.8042 11.945 21.8042 11.9783 21.7987C12.0172 21.7987 12.0672 21.8042 12.1228 21.8042C13.3505 21.8042 14.156 21.232 14.867 20.7321C15.367 20.3821 15.7947 20.0766 16.3003 19.9932C16.5613 19.9488 16.8169 19.9266 17.0669 19.9266C17.4946 19.9266 17.8335 19.9821 18.1335 20.0377C18.3223 20.0766 18.4723 20.0932 18.5834 20.0932H18.5945H18.6056C18.839 20.0932 19.0056 19.971 19.0667 19.7488C19.1112 19.5877 19.1501 19.4377 19.1834 19.2822C19.2167 19.1322 19.2723 18.8822 19.3223 18.81C20.8888 18.5656 21.7499 18.2156 21.9554 17.7434C21.9832 17.6823 21.9943 17.6212 21.9999 17.5545C22.0054 17.3379 21.8554 17.149 21.6499 17.1157Z" fill="#27292D"></path></svg></a></li></ul></div><div class="description">V103 102.7 FM Today's R&B and Throwbacks</div><hr/><ul class="lower-footer-national-links"><li><a tabindex="0" href="/sitemap/">Sitemap</a></li><li><a tabindex="0" href="/rules/">Contest Rules</a></li><li><a href="https://www.iheart.com/privacy/" target="_blank" rel="noopener">Privacy Policy</a></li><li><a href="https://privacy.iheart.com/" target="_blank" rel="noopener">Your Privacy Choices<img data-src="http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684" alt="Your privacy Logo" class="lazyload" width="13" height="14"/></a></li><li><a href="https://www.iheart.com/terms/" target="_blank" rel="noopener">Terms of Use</a></li><li><a href="https://www.iheart.com/adchoices/" target="_blank" rel="noopener">AdChoices<img data-src="https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca" alt="AdChoices Logo" class="lazyload" width="13" height="14"/></a></li><li class="public-inspection-file"><a href="https://publicfiles.fcc.gov/fm-profile/WVAZ/" target="_blank" rel="noopener">WVAZ<!-- --> <!-- -->Public Inspection File</a></li><li><a href="https://politicalfiles.iheartmedia.com/files/location/WVAZ/" target="_blank" rel="noopener">WVAZ<!-- --> <!-- -->Political File</a></li><li><a href="https://i.iheart.com/v3/re/assets.eeo/688931f34bf1b9b6a2b46449?passthrough=1" target="_blank" rel="noopener">EEO Public File</a></li><li><a tabindex="0" href="/content/public-file-assistance/">Public File Assistance</a></li><li><a tabindex="0" href="/fcc-applications/">FCC Applications</a></li></ul><div class="site-ownership"><div>© <!-- -->2025<!-- --> <!-- -->iHeartMedia, Inc.</div></div></div></div></footer><div class="component-apptray"><div id="recaptcha-badge" class="g-recaptcha"></div></div></div></div></div>
<div id="fb-root" />
<script>window.__PRELOADED_STATE__ = {"site":{"site":{"sites":{"find":{"_id":"%2F920db7a348042631692aa27a488f6635","canonicalHostname":"v103.iheart.com","hostnames":[],"facets":["genres/R&B","brands/WVAZ-FM (2062)","markets/CHICAGO-IL","formats/RNB","facets/All Sites - English","facets/WinB4Contest","facets/2025MusicFestivalStations","facets/Q3CashContest","facets/ThankATeacherEnglish","facets/2025MusicFestivalContest"],"slug":"wvaz-fm","market":"markets/CHICAGO-IL","ownBrand":"brands/WVAZ-FM (2062)","timeZone":"America/Chicago","keys":["hostname:v103.iheart.com","hostname:www.v103.com","hostname:v103.com","hostname:wvaz.com","hostname:www.wvaz.com","hostname:raiseahandillinois.com","hostname:www.raiseahandillinois.com","hostname:pimpdaddy4mayor.com","hostname:www.pimpdaddy4mayor.com","hostname:iheart.v103.com","hostname:wvaz-fm.radio.iheart.com","id:/920db7a348042631692aa27a488f6635","brand:brands/WVAZ-FM (2062)","slug:wvaz-fm","primaryParentOf:/1facdc041107d2d038831f365abec506","primaryParentOf:/5951918a960387c40495d06b","primaryParentOf:/59f72f8470ebd29741bf928e","primaryParentOf:/5a00aaa9ec622238be88d49e","primaryParentOf:/5a0c9199b668c8e18a5bab34","primaryParentOf:/5b58ecc34a40f049c0e414d4","primaryParentOf:/5be052553fab506831364cf1","primaryParentOf:/5cb8abf4324aa8c862ecf3ef","primaryParentOf:/7268c09fea8055e86c2d8eceaa7ec0a8","primaryParentOf:/b93691f941e95d3200b3972b7f42282b","stream:865","primaryParentOf:/5ede8a5f9679efd182aa800d","primaryParentOf:/5fe3648c3c8568dc98fcd7ab","primaryParentOf:/698e8b0486cfd176b1f78a846b9c70d6","primaryParentOf:/607ee8e5125eadabd62a6265","broadcastFacility:6588","broadcastFacilityCallsign:wvaz"],"stream":{"id":865,"primaryPronouncement":"v. one oh three","recentlyPlayedEnabled":true,"isActive":"true"},"ownership":{"id":"providers/Clear Channel","taxo":{"source":{"display_name":"iHeartMedia, Inc."}}},"summary":{"name":"V103","description":"V103 102.7 FM Today's R&B and Throwbacks"},"status":{"hide":{"startDate":0,"endDate":0,"redirectTo":""},"isHidden":false,"isActive":true},"configByLookup":{"_id":"/920db7a348042631692aa27a488f6635/inferno","adPositions":[{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]}],"_id":"/local-site/3308","positionId":"3308","template":"local-site","adSplit":10,"forceLoad":true},{"breakpoints":[{"breakpoint":320,"sizes":[{"w":300,"h":250}]},{"breakpoint":480,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]},{"breakpoint":760,"sizes":[{"w":300,"h":250}]},{"breakpoint":768,"sizes":[{"w":300,"h":250}]},{"breakpoint":800,"sizes":[{"w":300,"h":250}]},{"breakpoint":990,"sizes":[{"w":300,"h":250}]},{"breakpoint":1024,"sizes":[{"w":300,"h":250}]},{"breakpoint":1059,"sizes":[{"w":300,"h":250}]},{"breakpoint":1060,"sizes":[{"w":0,"h":0}]},{"breakpoint":1190,"sizes":[{"w":0,"h":0}]},{"breakpoint":0,"sizes":[{"w":0,"h":0}]}],"_id":"%2F5e289b1ec184cee3fd7aaeb2","positionId":"3327","template":"local-inferno-site","adSplit":10,"forceLoad":false},{"breakpoints":[{"breakpoint":1060,"sizes":[{"w":300,"h":250},{"w":300,"h":600}]},{"breakpoint":1190,"sizes":[{"w":300,"h":250},{"w":300,"h":600}]},{"breakpoint":0,"sizes":[{"w":0,"h":0}]},{"breakpoint":320,"sizes":[{"w":0,"h":0}]},{"breakpoint":480,"sizes":[{"w":0,"h":0}]}],"_id":"%2F5e289b1ec184cee3fd7aaeb1","positionId":"3307","template":"local-inferno-site","adSplit":10,"forceLoad":false},{"breakpoints":[{"breakpoint":320,"sizes":[{"w":320,"h":50}]},{"breakpoint":480,"sizes":[{"w":320,"h":50}]},{"breakpoint":700,"sizes":[{"w":320,"h":50}]},{"breakpoint":760,"sizes":[{"w":320,"h":50}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90}]}],"_id":"%2F5f15ebcbe9960c806959fb15","positionId":"3332","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":320,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":480,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":700,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":760,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]}],"_id":"%2F5e289b1ec184cee3fd7aaeae","positionId":"3330","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]}],"_id":"/local-site/3309","positionId":"3309","template":"local-site","adSplit":10,"forceLoad":true},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":320,"h":50}]},{"breakpoint":320,"sizes":[{"w":320,"h":50}]},{"breakpoint":480,"sizes":[{"w":320,"h":50}]},{"breakpoint":700,"sizes":[{"w":320,"h":50}]},{"breakpoint":760,"sizes":[{"w":320,"h":50}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]}],"_id":"%2F5e289b1ec184cee3fd7aaeb0","positionId":"3306","template":"local-inferno-site","adSplit":0,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":0,"h":0}]},{"breakpoint":320,"sizes":[{"w":3,"h":3}]},{"breakpoint":480,"sizes":[{"w":3,"h":3}]},{"breakpoint":700,"sizes":[{"w":3,"h":3}]},{"breakpoint":760,"sizes":[{"w":10,"h":10}]},{"breakpoint":768,"sizes":[{"w":10,"h":10}]},{"breakpoint":800,"sizes":[{"w":10,"h":10}]}],"_id":"%2F5f230d591e48ed5023a49f05","positionId":"3331a","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":0,"h":0}]},{"breakpoint":768,"sizes":[{"w":1,"h":1}]}],"_id":"%2F5f9823d6564708139f497ffb","positionId":"8888","template":"local-inferno-site","adSplit":100,"forceLoad":true},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":100}]}],"_id":"/local-site/5052","positionId":"5052","template":"local-site","adSplit":0,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":320,"sizes":[{"w":300,"h":250}]},{"breakpoint":480,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]},{"breakpoint":760,"sizes":[{"w":300,"h":250}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90}]}],"_id":"%2F5e289b1ec184cee3fd7aaeaf","positionId":"3331","template":"local-inferno-site","adSplit":50,"forceLoad":false}],"routes":[{"name":"home","path":"/"},{"name":"weather","path":"/weather"},{"name":"ads","path":"/ads/"},{"name":"advertise","path":"/advertise/"},{"name":"amazongoogle","path":"/amazon-alexa-and-google-home/"},{"name":"calendar_content_all","path":"/calendar/"},{"name":"contact","path":"/contact/"},{"name":"content","path":"/content/"},{"name":"contests","path":"/contests/"},{"name":"fccappliciations","path":"/fcc-applications/"},{"name":"featured","path":"/from-our-shows/"},{"name":"iheartradio_app","path":"/apps/"},{"name":"music_home","path":"/music/"},{"name":"newsletter","path":"/newsletter/"},{"name":"onair_schedule","path":"/schedule/"},{"name":"podcasts","path":"/podcasts/"},{"name":"promotions","path":"/promotions/"},{"name":"robots","path":"/robots/"},{"name":"rules","path":"/rules/"},{"name":"traffic","path":"/traffic/"},{"name":"error_page","path":"/_error/404/"},{"name":"music_recently_played","path":"/music/recently-played/"},{"name":"music_top_songs","path":"/music/top-songs/"},{"name":"newsletter_unsubscribe","path":"/newsletter/unsubscribe/"},{"name":"topic_content","path":"/topic/content/"},{"name":"author","path":"/author/\u003cslug>"},{"name":"calendar_content","path":"/calendar/content/\u003cslug>"},{"name":"calendar_content_category","path":"/calendar/category/\u003ctopic>"},{"name":"chart","path":"/charts/\u003cchart_slug>/"},{"name":"contest","path":"/contests/\u003cslug>/"},{"name":"detail","path":"/content/\u003cslug>/"},{"name":"onair_schedule_day","path":"/schedule/\u003cday>/"},{"name":"plaintext","path":"/text/\u003cslug>/"},{"name":"promotion","path":"/promotions/\u003cslug>/"},{"name":"search","path":"/search/\u003ckeyword>/"},{"name":"topic","path":"/topic/\u003ctopic>/"},{"name":"chart_detail","path":"/charts/\u003cchart_slug>/\u003clist_slug>/"}],"redirects":[{"id":"sG5ku","priority":0,"source":"/terms","regex":false,"schedule":{"begin":1495213980000,"end":4115978604802},"destination":{"type":"URL","value":"/content/terms-of-use/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iVzdH","priority":0,"source":"/privacy","regex":false,"schedule":{"begin":1495214100000,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LoFCm","priority":0,"source":"/village","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1nTyx","priority":0,"source":"/spotlight","regex":false,"schedule":{"begin":1498503600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"689Gc","priority":0,"source":"/spotlights","regex":false,"schedule":{"begin":1498503600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"WFN6j","priority":0,"source":"/politics","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pHMQ9","priority":0,"source":"/politicaljunkie","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oLs7Z","priority":0,"source":"/trump","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jaGYj","priority":0,"source":"/election","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"lAdqT","priority":0,"source":"/debate","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hRBn4","priority":0,"source":"/live","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"NTW8H","priority":0,"source":"/theater","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"T7NRs","priority":0,"source":"/theaters","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"lnPpW","priority":0,"source":"/fiestalatina","regex":false,"schedule":{"begin":1532113200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"M89F6","priority":0,"source":"/fiesta","regex":false,"schedule":{"begin":1532113200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oIvoh","priority":0,"source":"/ontheverge","regex":false,"schedule":{"begin":1498672800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fvFSl","priority":0,"source":"/otv","regex":false,"schedule":{"begin":1498672800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0ojeA","priority":0,"source":"/events","regex":false,"schedule":{"begin":1671653939820,"end":4115978604802},"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"t2qxn","priority":0,"source":"/risingstar","regex":false,"schedule":{"begin":1499313600000,"end":4115978604802},"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QCwSi","priority":0,"source":"/risingstars","regex":false,"schedule":{"begin":1499313600000,"end":4115978604802},"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FNCWN","priority":0,"source":"/edc","regex":false,"schedule":{"begin":1500656400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QIxAi","priority":0,"source":"/edcradio","regex":false,"schedule":{"begin":1500656400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"novvL","priority":0,"source":"/favicon.ico","regex":false,"schedule":{"begin":1500668040000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/assets/favicon.cf2eff6db48eda72637f3c01d6ce99ae.ico?rev=7.34.3"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"cJ6Ax","priority":0,"source":"/script2/rss.php","regex":false,"schedule":{"begin":1500668040000,"end":4115978604802},"destination":{"type":"URL","value":"/timeline.rss"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dc0Ob","priority":0,"source":"/playlist/","regex":false,"schedule":{"begin":1501782060000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"otvhW","priority":0,"source":"/calendar/concerts-9/","regex":false,"schedule":{"begin":1503509820000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/events/concerts/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Y0ecD","priority":0,"source":"/index.php","regex":false,"schedule":{"begin":1503515460000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fP9Md","priority":0,"source":"/index.html","regex":false,"schedule":{"begin":1503515460000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IT6c8","priority":0,"source":"https://v103.iheart.com/calendar/","regex":false,"schedule":{"begin":1503515520000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"PfvMC","priority":0,"source":"/80sshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xXbXZ","priority":0,"source":"/80show","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"SzMPk","priority":0,"source":"/eightiesshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gBzKO","priority":0,"source":"/the80sshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0vWcK","priority":0,"source":"/daytimevillage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IoHEa","priority":0,"source":"/iheartnow","regex":false,"schedule":{"begin":1506690000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.facebook.com/iheartnow"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kGobR","priority":0,"source":"/holidays","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"vR6is","priority":0,"source":"/happyholidays","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tL3jx","priority":0,"source":"/christmas","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sOdwO","priority":0,"source":"/hanukkah","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6fl6B","priority":0,"source":"/fangirls","regex":false,"schedule":{"begin":1515776400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4pZRU","priority":0,"source":"/fangirl","regex":false,"schedule":{"begin":1515776400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Z0psI","priority":0,"source":"/blackhistory","regex":false,"schedule":{"begin":1517007600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mU8Gz","priority":0,"source":"/blackhistorymonth","regex":false,"schedule":{"begin":1517007600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"scHow","priority":0,"source":"/iheartcountry","regex":false,"schedule":{"begin":1518786000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheartcountry.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tgPDH","priority":0,"source":"/country","regex":false,"schedule":{"begin":1518786000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheartcountry.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P4kj3","priority":0,"source":"/cc-common/traffic/index.html","regex":false,"schedule":{"begin":1519282980000,"end":4115978604802},"destination":{"type":"URL","value":"/traffic/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"zOavI","priority":0,"source":"/cc-common/radiobase/contests","regex":false,"schedule":{"begin":1519282980000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Kf469","priority":0,"source":"/cc-common/weather/","regex":false,"schedule":{"begin":1519283040000,"end":4115978604802},"destination":{"type":"URL","value":"/weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pbxiP","priority":0,"source":"/go/radio_app","regex":false,"schedule":{"begin":1519283040000,"end":4115978604802},"destination":{"type":"URL","value":"/apps/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QxYrG","priority":0,"source":"/pages/streaming.html","regex":false,"schedule":{"begin":1519309560000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tnYcu","priority":0,"source":"/pages/streaming","regex":false,"schedule":{"begin":1519309620000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yBGWM","priority":0,"source":"/pages/war-of-the-roses","regex":false,"schedule":{"begin":1519426260000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/139-War-Of-The-Roses-25445146/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VfzOG","priority":0,"source":"/contest","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1Q9F6","priority":0,"source":"/cc-common/globalcontestfinder.html","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oS817","priority":0,"source":"/pages/listenlive.html","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"r3T2K","priority":0,"source":"/cc-common/news/sections/entertainmentarticle.html","regex":false,"schedule":{"begin":1519426680000,"end":4115978604802},"destination":{"type":"URL","value":"/topic/trending-pop/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ba6a4","priority":0,"source":"/home.aspx","regex":false,"schedule":{"begin":1519426740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JI9OM","priority":0,"source":"/cc-common/streaming_new/index.html","regex":false,"schedule":{"begin":1519426800000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GhyRh","priority":0,"source":"/cc-common/news/videos/player.html","regex":false,"schedule":{"begin":1519426800000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"BSMwK","priority":0,"source":"/event_portal/view/calendar/calendar.html","regex":false,"schedule":{"begin":1519426860000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"szqQp","priority":0,"source":"/cc-common/contests/photo_contest.php","regex":false,"schedule":{"begin":1519426860000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"i54eh","priority":0,"source":"/asp2/codedetail.aspx","regex":false,"schedule":{"begin":1519426920000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"keGyL","priority":0,"source":"/go/register","regex":false,"schedule":{"begin":1519426920000,"end":4115978604802},"destination":{"type":"URL","value":"/newsletter/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xnBQB","priority":0,"source":"/cc-common/iheartradio-music-festival","regex":false,"schedule":{"begin":1519426980000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7BOqD","priority":0,"source":"/cc-common/contests/index.html","regex":false,"schedule":{"begin":1519427040000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dOvXM","priority":0,"source":"/main.html","regex":false,"schedule":{"begin":1519427100000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iEGCz","priority":0,"source":"/cc-common/weather","regex":false,"schedule":{"begin":1519427100000,"end":4115978604802},"destination":{"type":"URL","value":"/weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"scTdK","priority":0,"source":"/music/recently-played/undefined/","regex":false,"schedule":{"begin":1521464520000,"end":4115978604802},"destination":{"type":"URL","value":"/music/recently-played/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Gje0w","priority":0,"source":"/music/undefined/","regex":false,"schedule":{"begin":1521465300000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sko3S","priority":0,"source":"/music/top-songs/undefined/","regex":false,"schedule":{"begin":1521548460000,"end":4115978604802},"destination":{"type":"URL","value":"/music/top-songs/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"d2Y8B","priority":0,"source":"/music/playlist/","regex":false,"schedule":{"begin":1521548760000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YMOfW","priority":0,"source":"/{{collectionUrl}}/","regex":false,"schedule":{"begin":1521724800000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UZWIc","priority":0,"source":"/stage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qY7Bi","priority":0,"source":"/daytimestage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"soGug","priority":0,"source":"/daystage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UMKHQ","priority":0,"source":"/musicfestival","regex":false,"schedule":{"begin":1528156800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"H7TrY","priority":0,"source":"/music-festival","regex":false,"schedule":{"begin":1528156800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4e6Mq","priority":0,"source":"/festival","regex":false,"schedule":{"begin":1596513600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QmKB3","priority":0,"source":"/cc.js?ns=_cc","regex":false,"schedule":{"begin":1528381680000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"95ImX","priority":0,"source":"/6663/ccr.newyork.ny/wwpr-fm","regex":false,"schedule":{"begin":1528381680000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"e2TbP","priority":0,"source":"/6663/ccr.newyork.ny.n/wwpr-fm","regex":false,"schedule":{"begin":1528381740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rtsWp","priority":0,"source":"/6663/ccr","regex":false,"schedule":{"begin":1528381740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dDHKJ","priority":0,"source":"/pages/bobbybones.html?article=10164920","regex":false,"schedule":{"begin":1528382220000,"end":4115978604802},"destination":{"type":"URL","value":"https://bobbybones.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Vksoo","priority":0,"source":"/Durginstuff.html/","regex":false,"schedule":{"begin":1528382400000,"end":4115978604802},"destination":{"type":"URL","value":"https://whp580.iheart.com/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ydn7Y","priority":0,"source":"/pages/johnandkenshow/","regex":false,"schedule":{"begin":1528382460000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/john-and-ken/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JAfTn","priority":0,"source":"/cc-common/hdradio/player.php?staid=WLTW-FM","regex":false,"schedule":{"begin":1528382460000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/1067-lite-fm-1477/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"vmLvG","priority":0,"source":"/spit","regex":false,"schedule":{"begin":1534179720000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/spit-29676456/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3jk0L","priority":0,"source":"/content/2018-09-06-actor-bury-reynolds-dead-at-82/","regex":false,"schedule":{"begin":1536262980000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2018-09-06-actor-burt-reynolds-dead-at-821/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rRiTl","priority":0,"source":"/topic/24/7%20News%20-%20National%20(501855)/","regex":false,"schedule":{"begin":1537971900000,"end":4115978604802},"destination":{"type":"URL","value":"/24-7-news/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"l1YJA","priority":0,"source":"/alterego","regex":false,"schedule":{"begin":1538398200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5uKOW","priority":0,"source":"/podcastawards","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"cVn5o","priority":0,"source":"/podcast-awards","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LcEcm","priority":0,"source":"/podcastaward","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FgU8x","priority":0,"source":"/podcast-award","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gfVqw","priority":0,"source":"/jingleball","regex":false,"schedule":{"begin":1498755600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LScSz","priority":0,"source":"/sonos","regex":false,"schedule":{"begin":1543208400000,"end":4115978604802},"destination":{"type":"URL","value":"https://sonos.pages.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"T6DSc","priority":0,"source":"/jingle-ball","regex":false,"schedule":{"begin":1544072400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DSnll","priority":0,"source":"/admin/ver2/login.php","regex":false,"schedule":{"begin":1544705880000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P6L0g","priority":0,"source":"Listen","regex":false,"schedule":{"begin":1544705880000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0Z9RM","priority":0,"source":"/common/top_songs/2009.html","regex":false,"schedule":{"begin":1544706000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/class-of-2009-312064750-TXZD2FPZxDpXUQH2kty9Zf/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Ttcig","priority":0,"source":"/pages/nathan-fast.html","regex":false,"schedule":{"begin":1544706300000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/nathan-fast/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IP3r2","priority":0,"source":"/pages/michaelberry.html","regex":false,"schedule":{"begin":1544706420000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/michael-berry/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VYRMr","priority":0,"source":"/pages/BOBBYOJAY.html","regex":false,"schedule":{"begin":1544706480000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/bobby-o-jay/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"AGrmM","priority":0,"source":"/Listen%20","regex":false,"schedule":{"begin":1544706780000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"l8Hno","priority":0,"source":"/pages/lancesBlog.html","regex":false,"schedule":{"begin":1544707200000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/lance-mcalister/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YSRPT","priority":0,"source":"/flashtalking/ftlocal.html","regex":false,"schedule":{"begin":1544707320000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XjHIU","priority":0,"source":"/news/terms-of-use-11584658","regex":false,"schedule":{"begin":1544707320000,"end":4115978604802},"destination":{"type":"URL","value":"/terms/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5qzE7","priority":0,"source":"/legal/terms","regex":false,"schedule":{"begin":1544707380000,"end":4115978604802},"destination":{"type":"URL","value":"/terms/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"v37DV","priority":0,"source":"/asp2/usepoints.aspx","regex":false,"schedule":{"begin":1544707380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jZJSE","priority":0,"source":"/common/quiz/one-direction/match.php","regex":false,"schedule":{"begin":1544707440000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/one-direction-687496/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tqQP1","priority":0,"source":"/tupacshakur","regex":false,"schedule":{"begin":1544707560000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/2pac-39257/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"As3w2","priority":0,"source":"/app2/Contest/8LFQYF","regex":false,"schedule":{"begin":1544707620000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3CQqZ","priority":0,"source":"/cc-common/contests","regex":false,"schedule":{"begin":1544707680000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5ODwU","priority":0,"source":"/app2/Contest/7LJDFU","regex":false,"schedule":{"begin":1544707680000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"37kZs","priority":0,"source":"/cc-common/seasonal/holiday","regex":false,"schedule":{"begin":1544707740000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/collections/genre-playlists/playlist-genres/christmas/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"84jHC","priority":0,"source":"/pages/bod/thong.html","regex":false,"schedule":{"begin":1544707800000,"end":4115978604802},"destination":{"type":"URL","value":"/topic/whats-hot/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DPQ86","priority":0,"source":"/event_portal/view/calendar/event.html","regex":false,"schedule":{"begin":1544708100000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dbIgm","priority":0,"source":"/content/2019-01-03-that-hot-backup-dancer-from-taylor-swifts-netflix-film-is-on-instagram/","regex":false,"schedule":{"begin":1546609260000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-01-03-the-hot-guy-from-taylor-swifts-netflix-film-has-a-name-and-an-instagram/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"q3tN4","priority":0,"source":"/iheartawards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"A0cPy","priority":0,"source":"/awards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7UZst","priority":0,"source":"/musicawards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"n8wQt","priority":0,"source":"/music-awards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"o5Bbj","priority":0,"source":"/vote","regex":false,"schedule":{"begin":1604505600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2gp2Q","priority":0,"source":"/award","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IFx3E","priority":0,"source":"/awards%20vote","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jNLvF","priority":0,"source":"/countryfestival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Kzkd2","priority":0,"source":"/iheartcountryfestival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6aIim","priority":0,"source":"/iheartcountry-festival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"WzoLY","priority":0,"source":"/country-festival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Prl6M","priority":0,"source":"/womenofiheartcountry","regex":false,"schedule":{"begin":1550869200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Women of iHeartCountry"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UzDHM","priority":0,"source":"/women","regex":false,"schedule":{"begin":1614601800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gWMcd","priority":0,"source":"/content/2019-03-04-brawl-breaks-out-at-cardi-b-rodeo-concert/","regex":false,"schedule":{"begin":1551799560000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/cardi-b-31246427/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FpdzN","priority":0,"source":"/payment","regex":false,"schedule":{"begin":1554221040000,"end":4115978604802},"destination":{"type":"URL","value":"/pay"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZBeQF","priority":0,"source":"/billpay","regex":false,"schedule":{"begin":1554221340000,"end":4115978604802},"destination":{"type":"URL","value":"/pay"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wH7lR","priority":0,"source":"/charts","regex":false,"schedule":{"begin":1597266000000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/featured/charts/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"eIvqD","priority":0,"source":"/wangotango","regex":false,"schedule":{"begin":1555939800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GTHXQ","priority":0,"source":"/wango","regex":false,"schedule":{"begin":1555939800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LFrEl","priority":0,"source":"/fathersday","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1dAcV","priority":0,"source":"/fathers","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xsEuC","priority":0,"source":"/dads","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VSg8k","priority":0,"source":"/dad","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"nFudb","priority":0,"source":"/pride","regex":false,"schedule":{"begin":1560542400000,"end":4115978604802},"destination":{"type":"URL","value":"https://prideradio.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"9r4Wa","priority":0,"source":"/backtoschool","regex":false,"schedule":{"begin":1565186400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/back-to-school/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UXrDU","priority":0,"source":"/newsletters","regex":false,"schedule":{"begin":1565193600000,"end":4115978604802},"destination":{"type":"URL","value":"/newsletter"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HDw4Q","priority":0,"source":"/sports","regex":false,"schedule":{"begin":1721764800000,"end":4115978604802},"destination":{"type":"URL","value":"https://sports.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"BRIww","priority":0,"source":"/player/embed.html","regex":false,"schedule":{"begin":1569245520000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Dkdkt","priority":0,"source":"/podcastchart","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Qs1iA","priority":0,"source":"/podcastschart","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5AXp4","priority":0,"source":"/podcastcharts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RqjrU","priority":0,"source":"/toppodcasts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6JcQJ","priority":0,"source":"/top100podcasts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yg683","priority":0,"source":"/top100","regex":false,"schedule":{"begin":1569945600000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kX8iG","priority":0,"source":"/legal/ad-choices/en/","regex":false,"schedule":{"begin":1577134320000,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/#choices"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LptCe","priority":0,"source":"/legal/ad-choices/es/","regex":false,"schedule":{"begin":1577134440000,"end":4115978604802},"destination":{"type":"URL","value":"/content/poltica-de-privacidad-y-cookies/#choices"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Z37O8","priority":0,"source":"/capital1","regex":false,"schedule":{"begin":1748523600000,"end":1758427219263},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"KlqCf","priority":0,"source":"/capitolone","regex":false,"schedule":{"begin":1748523623975,"end":1758427200000},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"cHhkd","priority":0,"source":"/capitalone","regex":false,"schedule":{"begin":1748523600000,"end":1758427248861},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fEMxN","priority":0,"source":"/CapitolOnePreSale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sFi7g","priority":0,"source":"/Capital1PreSale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Wo6I5","priority":0,"source":"/Capital1Pre-Sale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"TxSDp","priority":0,"source":"/content/2017-07-10-11-things-you-didnt-know-the-iheartradio-app-could-do/","regex":false,"schedule":{"begin":1583157600562,"end":4115978604802},"destination":{"type":"URL","value":"/apps"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hVVCt","priority":0,"source":"/LivingRoomConcert","regex":false,"schedule":{"begin":1585152000624,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HzXTT","priority":0,"source":"/LivingRoomConcertForAmerica","regex":false,"schedule":{"begin":1585152000284,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2Sozz","priority":0,"source":"/LivingRoom","regex":false,"schedule":{"begin":1585152000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"EtklO","priority":0,"source":"/StandForSmall","regex":false,"schedule":{"begin":1587096000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"w0DY7","priority":0,"source":"/Stand4Small","regex":false,"schedule":{"begin":1587096000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HpZ6a","priority":0,"source":"/meatdistrict","regex":false,"schedule":{"begin":1624280400535,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"g0xFF","priority":0,"source":"/adchoices/","regex":false,"schedule":{"begin":1589477940047,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/#otnotice-section-5659a3f3-c42c-4200-ab79-b8e9bcf27519"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"E2JKG","priority":0,"source":"/blackmusic","regex":false,"schedule":{"begin":1589472000195,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"09U7s","priority":0,"source":"/blackmusicmonth","regex":false,"schedule":{"begin":1589472000111,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"j7cxB","priority":0,"source":"/TheVibe","regex":false,"schedule":{"begin":1589979600973,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"AwDzL","priority":0,"source":"/vibe","regex":false,"schedule":{"begin":1589979600948,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qJQCj","priority":0,"source":"/privacy/en","regex":false,"schedule":{"begin":1590520500497,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GwuK9","priority":0,"source":"/privacy/es","regex":false,"schedule":{"begin":1590520620941,"end":4115978604802},"destination":{"type":"URL","value":"/content/poltica-de-privacidad-y-cookies/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gso5x","priority":0,"source":"/terms/en","regex":false,"schedule":{"begin":1590520620813,"end":4115978604802},"destination":{"type":"URL","value":"/content/terms-of-use/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bOoV1","priority":0,"source":"/terms/es","regex":false,"schedule":{"begin":1590520680277,"end":4115978604802},"destination":{"type":"URL","value":"/content/terminos-de-uso-de-iheartmedia/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UjDAc","priority":0,"source":"/optout/en","regex":false,"schedule":{"begin":1590520740882,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/privacy-and-cookie-notice/#optout"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GmqyS","priority":0,"source":"/optout/es","regex":false,"schedule":{"begin":1590520860765,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/poltica-de-privacidad-y-cookies/#optout"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Zg0et","priority":0,"source":"/apple-app-site-association","regex":false,"schedule":{"begin":1594735560064,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/apple-app-site-association/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZDf0k","priority":0,"source":"/capitol1","regex":false,"schedule":{"begin":1748523600274,"end":1758427200274},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"ZSf9x","priority":0,"source":"/content/2020-08-24-dua-lipa-faces-backlash-over-birthday-party-photos/","regex":false,"schedule":{"begin":1598360040656,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ItDgY","priority":0,"source":"/featured/katie-sommers-radio-network(.*)$","regex":true,"schedule":{"begin":1599848040709,"end":4115978604802},"destination":{"type":"URL","value":"/featured/katie-sommers$1"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xcEXl","priority":0,"source":"/assistance/en/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/public-file-assistance/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"e51Gy","priority":0,"source":"/assistance/es/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/acceso-al-archivo-publico/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qSDca","priority":0,"source":"/msvibes","regex":false,"schedule":{"begin":1602599400753,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/ms-vibes-radio-8751/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Q8lxq","priority":0,"source":"/hbcu","regex":false,"schedule":{"begin":1602795600908,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"O6KKd","priority":0,"source":"/hbcus","regex":false,"schedule":{"begin":1602795600114,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8VXsE","priority":0,"source":"/hbuc","regex":false,"schedule":{"begin":1602795600874,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iUKUQ","priority":0,"source":"/live/schnitt-show-4824/","regex":false,"schedule":{"begin":1608564180914,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/moneytalk-1010-am-6743/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kEVFd","priority":0,"source":"/contests/","regex":false,"schedule":{"begin":1610479620499,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VWuzz","priority":0,"source":"\\/contests\\/([^\\/]+)/","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/$1/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"zHtlf","priority":0,"source":"/content/2021-01-12-ohio-boe-member-organized-bus-trip-to-dc-for-stop-the-steal-rally/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/news/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mvQQd","priority":0,"source":"/livingblack","regex":false,"schedule":{"begin":1611075600442,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/livingblack/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hWcd3","priority":0,"source":"/content/2021-01-20-powerball-numbers-live-results-for-12021-7300-million-jackpot-tonight/","regex":false,"schedule":{"begin":1611240360757,"end":4115978604802},"destination":{"type":"URL","value":"/content/2021-01-20-powerball-numbers-live-results-for-12021-730-million-jackpot-tonight/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"K0Xtv","priority":0,"source":"/bhm","regex":false,"schedule":{"begin":1517007600705,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Qwrc7","priority":0,"source":"/taxactfacts","regex":false,"schedule":{"begin":1613166900079,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/taxact-facts-937090/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5S7dn","priority":0,"source":"/womensday","regex":false,"schedule":{"begin":1614601800323,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bS51A","priority":10,"source":"\\/articles\\/.*","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Y590H","priority":10,"source":"\\/onair\\/.*","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/schedule/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hUSKT","priority":0,"source":"/photos/","regex":false,"schedule":{"begin":1626101520510,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5wsra","priority":0,"source":"/recoverymonth","regex":false,"schedule":{"begin":1631105760296,"end":4115978604802},"destination":{"type":"URL","value":"https://recoveroutloud2021.org/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"g52cm","priority":0,"source":"/iheartradio","regex":false,"schedule":{"begin":1632172920386,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LTCni","priority":0,"source":"/iheart","regex":false,"schedule":{"begin":1632172920942,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"MKbb4","priority":0,"source":"/featured/iheartradio-music-festival/_error/404/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/featured/iheartradio-music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4V8AS","priority":0,"source":"/ultimate-fan/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/news/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DeWQ6","priority":0,"source":"/featured/everyday-wealth/","regex":false,"schedule":{"begin":1640705940979,"end":4115978604802},"destination":{"type":"URL","value":"https://www.edelmanfinancialengines.com/everyday-wealth/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Cmjam","priority":0,"source":"^\\/topic\\/(official%20rules%20\\(495693\\)|contest%20rules%20\\(473739\\)|wwyz-fm%20contest%20rules|contest%20rules%20\\(190932\\)|big%2098%20contest%20rules%20\\(469499\\)|contest%20rules%20\\(486700\\)|concerts%20%26%20contests%20\\(267528\\)|whcn-fm%20contest%20rules|wkss-fm%20contest%20rules|wkci-fm%20contest%20rules|contest%20rules%20\\(415036\\)|contest%20rules%20\\(418106\\)|contest%20rules%20\\(418168\\)|promotions%20contests%20\\(501865\\)|contests%20\\(493269\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/contest-rules$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RFecY","priority":0,"source":"^\\/topic\\/(la%20entertainment%20\\(497503\\)|entertainment-news-national-gossip-celeb-etc|entertainment-news-family-friendly|headlines%20\\(496147\\)|entertainment-news-country|cmt%20cody%20headlines|\\(edms\\)%20what%20we%20talked%20about%20\\(136656\\)|enterate%20primero%20\\(495590\\)|iheartlatino%20\\(2824\\)|on%20air%20exclusives|brooke%20and%20jubal%20stories|that's%20so%20me%20feature|shms%20headlines|bin-entertainment-news)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/entertainment-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qGePT","priority":0,"source":"^\\/topic\\/(premiere%20news|iheartradio-podcasts|iheartradio%20shows%20\\(499522\\)|z100%20news|on%20the%20web|trending%20hq|international-womens-day)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/feel-good$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"aktaZ","priority":0,"source":"^\\/topic\\/(local%20news%20\\(465708\\)|houston%20news%20\\(121300\\)|wood%20radio%20local%20news|rochester%20news%20\\(122742\\)|1110%20kfab%20local%20news%20\\(122285\\)|local%20news%20\\(119078\\)|wmt%20local%20news|local%20news%20\\(122520\\)|texas%20news%20\\(489524\\)|570%20wsyr%20news%20\\(125739\\)|local%20news%20stories%20\\(chillicothe\\)%20\\(106759\\)|madison%20news%20\\(500610\\)|who%20radio%20news%20\\(121648\\)|local%20news%20\\(135361\\)|trending|local%20news%20(\\||%7c)wor-am(\\||%7c)|sacramento's%20latest%20news|wman%20-%20local%20news%20\\(122687\\)|wjbo%20am%20local%20news|wood%20news%20\\(125494\\)|portland%20local%20news%20\\(123543\\)|providence%20local%20news%20\\(122060\\)|local%20news%20feed%20\\(435110\\)|local%20news%20\\(122300\\)|local%20news%20\\(late%20breaking\\)%20\\(119585\\)|dsc|whyn%20local%20news%20\\(470415\\)|home%20promotions|local%20news%20stories%20wch%20\\(226193\\)|the%20feed%20\\(498513\\)|wvoc%20news|tampa%20local%20news|texas%20news%20\\(499381\\)|woc%20local%20news%20\\(498282\\)|fox59|local%20news%20-%20toledo%20\\(315557\\)|cky%20local%20news%20\\(484675\\)|newsradio%20840%20whas%20local%20news%20\\(283307\\)|lowcountry%20headlines|community%20access|capital%20region%20news%20\\(312698\\)|iheart80s%40103\\.7%20articles%20\\(502302\\)|lynchburg-roanoke%20local%20news|wtvn%20local%20news%20\\(268656\\)|local%20news%20\\(119442\\)|breaking-news|1450%20wkip%20news%20feed%20\\(454843\\)|winz%20local%20news%20and%20sports%20\\(479897\\)|top%20local%20news%20for%20columbia%20greene%20counties|articles%20\\(497186\\)|defiance%20local%20news%20\\(108238\\)|arizona%20news%20\\(118695\\)|kogo%20local%20news%20\\(125548\\)|trending%20\\(496938\\)|local%20news%20\\(121298\\)|wima%20-%20local%20news%20\\(120919\\)|wima%20news%20archive%20\\(359580\\)|wraw%20newsroom|real%20news%20\\(497042\\)|trending%20in%20the%20bay%20\\(497802\\)|local%20newsstand|local%20news%20\\(122546\\)|tejano%20nation%20news%20\\(458093\\)|z100%20news%20\\(451815\\)|105\\.5%20werc-fm%20local%20news%20\\(118702\\)|roanoke-lynchburg%20breaking%20news|stormwatch|local%20news%20\\(499395\\)|news%20around%20the%20lone%20star%20state%20\\(497586\\)|wcjm%20local%20news%20\\(501582\\)|knn%20headlines%20\\(393284\\)|did%20you%20see%20that%3f%20\\(421790\\)|news%20\\(478054\\)|coronavirus%20news|woai%20breaking%20news%20\\(467835\\)|kfbk%20news%20\\(461777\\)|local%20news%20stories%20wch|reading%20and%20harrisburg%20breaking%20news|wmzq%20trending|who%20-%20information%20\\(190192\\)|wwva-local%20news%20\\(119921\\)|kiis%20articles%20\\(493280\\)|san%20diego|florida%20news%20\\(499647\\)|iheartsocal|106\\.1%20fm%20wtkk%20\\(418990\\)|going%20viral%20(\\||%7c)wktu-fm(\\||%7c)|atl%20news|pittsburgh-news|tucson%20happenings|sunny%20story%20of%20the%20day|trending%20boston|northern%20colorado%20news|the%20wood%20insider|california%20news%20\\(489209\\)|weekends%20\\(279270\\)|the%20buzz%20(\\||%7c)wksc-fm(\\||%7c)|features%20\\(351976\\)|news%20\\(478876\\)|the%20morning%20news|iheart%20communities%20central%20pa|local-homepage-pinned-content|the%20latest%20from%20rock|featured%20promotions%20\\(468727\\)|local%20news%20\\(465659\\)|wnok%20\\(473617\\)|breaking%20news%20-%20toledo%20\\(487796\\)|the%20arkansas%20edge%20\\(255170\\)|106%20kmel%20articles%20\\(502301\\)|z%20trending|features%20\\(353133\\)|koa%20newsradio%20programming|boston%20news|featured%20\\(487430\\)|what's%20rockin'%20at%20the%20q%20\\(472633\\)|jacksonville%20local%20news|trending%20wkss-fm|pa%20education|mojoe|dfw%20news|kogo%20news%20file%20\\(497368\\)|featured%20\\(253029\\)|minnesota%20news|oh%20florida|communities|cat%20country%20107\\.1%20\\(486314\\)|going%20viral%20(\\||%7c)wltw-fm(\\||%7c)|what's%20happening%20-%20kmod-fm%20\\(501830\\)|hot%20on%20the%20web%20\\(423478\\)|so%20hot%20right%20now%20\\(353806\\)|lynchburg%20roanoke%20around%20town|95\\.3%20the%20river%20\\(486315\\)|okc%20breaking%20news|what's%20new%20at%20101-3%20kiss-fm%20\\(453463\\)|wkci-fm%20trending|pee%20dee%20news|hawaii%20news|local%20news%20\\(476751\\)|articleswmks|what's%20new%20at%20mix%2096%20\\(107642\\)|around%20the%20valley|what's%20new%20at%20woc%201420%20\\(252965\\)|breaking%20news%20\\(498614\\)|news%20wdcg-fm|kix%20country%2092\\.9%20\\(489438\\)|95x%20\\(465517\\)|what's%20new%20on%20fox%20sports%20radio%201230%20\\(284776\\)|wqmf%20social%20\\(501527\\)|q102%20online%20\\(484348\\)|what's%20happening%20-%20ktgx-fm%20\\(501828\\)|san%20diego%20business%20saturday|wrfx%20news%20\\(464606\\)|dmv%20storm%20center|south%20texas%20winter%20storm%20update|national%20news%20(\\||%7c)wor-am(\\||%7c)|articleswmag|whats%20new%20(\\||%7c)wltw-fm(\\||%7c)|birmingham-news|boston%20weather|wzlx%20updates|wildfire%20alerts|local%20news%20\\(129497\\)|from%20the%20newsroom|waks-hd2%20features|las%20vegas|local%20\\(498389\\)|all%20things%20brunswick|keep%20pennsylvania%20working|what's%20trending%20on%20kmag%2099\\.1%20\\(497527\\)|what's%20up%20at%20y100|kwhn-local%20news%20\\(119423\\)|kfi%20news%20presents|760%20local%20news|whas%20on-air%20schedule|local%20buzz|concerts|seaview%20104\\.9%20\\(487434\\)|dmv%20stormwatch|graduation%20radio%20990|houston%20%26%20texas%20news|q104\\.3%20news%20\\(457573\\)|right%20now|icymi%20in%20chicago|georgia%20news%20network|san%20diego%20news%20%26%20updates)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/local-news$\u003csuffix>"},"disabled":true,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P0Qib","priority":0,"source":"^\\/topic\\/(iheartradio-music-news|trending-pop|trending-hip-hop-rnb|national%20-%20trending%20\\(chr%20rhythmic\\)%20\\(501919\\)|national%20-%20trending%20\\(hot%20ac\\)%20\\(501921\\)|at40-news|rock-news-classic-rock|rock-news-active-main-rock|trending-rock-alt-news|iheartcountry|trending-rnb|iheartpride%20\\(2768\\)|home%20lead|lgbt%20pride%20news%20\\(493621\\)|country%20news%20wwyz-fm|q104\\.3%20music%20news%20\\(476123\\)|new%20music%20discovery%20of%20the%20week|\\(cmt\\)%20cody%20%2b%20crew%20\\(481920\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/music-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"66uMb","priority":0,"source":"^\\/topic\\/(bin-national-news|covid-19%20coronavirus|national%20news%20\\(500965\\)|national%20news%20\\(483313\\)|national%20news%20\\(120357\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/national-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZFT3D","priority":0,"source":"^\\/topic\\/(photos%3a%20main|pop-pics)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ycIHn","priority":0,"source":"^\\/topic\\/(political-junkie)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/politics$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"aylLm","priority":0,"source":"^\\/topic\\/(breaking%20sports%20news|wisconsin%20sports%20\\(125287\\)|houston%20sports%20news%20\\(478486\\)|sports-top-stories|woai%20sports%20\\(501263\\)|local%20sports%20stories%20\\(chillicothe\\)%20\\(107551\\)|louisiana%20sports|local%20sports%20stories%20-%20wcho%20\\(226197\\)|the%20locker%20room%20\\(486404\\)|high%20school%20sports|florida%20sports|bin-sports-news|the%20sports%20grind|dallas%20cowboys%20\\(499622\\)|wmrn%20sports%20\\(403428\\)|au%20sports|sports%20chowder|majic%20sports%20\\(403352\\)|east%20alabama%20hs%20football|espn%20pittsburgh%20plus|seattle%20-%20sports%20\\(501789\\)|orioles%20\\(487400\\)|fox%20sports%20radio%3a%20trending%20now%20\\(478012\\)|mid-ohio%20athlete%20of%20the%20week|sports%20\\(501357\\)|san%20diego%20sports%20news|sports%20\\(121849\\)|wch%20-%20local%20sports%20scores%20\\(226544\\)|chillicothe%20-%20local%20sports%20links%20\\(108930\\)|local%20sports%20scores%20\\(108966\\)|sports%20\\(500088\\)|\\(fsr\\)%20line%20up%20\\(381855\\)|hawaii%20sports%20news)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/sports$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"9eLtV","priority":0,"source":"^\\/topic\\/(must%20see%20popular%20videos%20(\\||%7c)%20what's%20good%20\\(497247\\)|videos%20\\(495778\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/videos$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2XDEK","priority":0,"source":"^\\/topic\\/(iheartradio-weird-news|jjar%20headlines|big%20boy%20interviews)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/weird-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fxOzl","priority":0,"source":"/topic/BIN-National-News.rss","regex":false,"schedule":{"begin":1651186560889,"end":4115978604802},"destination":{"type":"URL","value":"/topic/national-news.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZDVmY","priority":0,"source":"/topic/BIN-Sports-News.rss","regex":false,"schedule":{"begin":1651186920317,"end":4115978604802},"destination":{"type":"URL","value":"/topic/sports.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6QmXI","priority":0,"source":"/topic/BIN-Entertainment-News.rss","regex":false,"schedule":{"begin":1651186920489,"end":4115978604802},"destination":{"type":"URL","value":"/topic/entertainment-news.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RFODd","priority":0,"source":"/fortnite","regex":false,"schedule":{"begin":1660849200393,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5GKMa","priority":0,"source":"/fortnight","regex":false,"schedule":{"begin":1660849200267,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8NnC5","priority":0,"source":"/calendar/legacy/","regex":false,"schedule":{"begin":1662745980550,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fL071","priority":0,"source":"/roblox","regex":false,"schedule":{"begin":1663005600645,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wzUfe","priority":0,"source":"/roblocks","regex":false,"schedule":{"begin":1663005600974,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"a6DmF","priority":0,"source":"/rowblox","regex":false,"schedule":{"begin":1663005600907,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rgbJY","priority":0,"source":"/rowblocks","regex":false,"schedule":{"begin":1663005600371,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"uXQLc","priority":0,"source":"/iheartland","regex":false,"schedule":{"begin":1663970400642,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/visit-iheartland/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"NH1T0","priority":0,"source":"/photos/main/","regex":false,"schedule":{"begin":1670941440072,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XVqR6","priority":0,"source":"/photos/hot-shots/","regex":false,"schedule":{"begin":1670941500360,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Iaa8F","priority":0,"source":"/content/2023-01-25-sister-wife-spectacle-cody-brown-turned-down-by-potential-new-wife/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/2023-01-26-sister-wife-spectacle-kody-brown-turned-down-by-potential-new-wife/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fWgRP","priority":0,"source":"/content/2023-02-05-lisa-marie-presely-reportedly-scared-to-go-to-golden-globes-before-death/","regex":false,"schedule":{"begin":1675652280789,"end":4115978604802},"destination":{"type":"URL","value":"/content/2023-02-05-lisa-marie-presley-reportedly-scared-to-go-to-golden-globes-before-death/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"frEV2","priority":0,"source":"/CPRPlaylist","regex":false,"schedule":{"begin":1676306700098,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/cpr-playlist-312064750-KJZ1fL1kfpQS67hwpze1SV/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jMkkw","priority":0,"source":"//apps/","regex":false,"schedule":{"begin":1681392840097,"end":4115978604802},"destination":{"type":"URL","value":"/apps/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"K1aCb","priority":0,"source":"/featured/dj-xtreme/","regex":false,"schedule":{"begin":1694790120151,"end":4115978604802},"destination":{"type":"URL","value":"https://www.lamezclafuego.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pcY27","priority":0,"source":"/wttm","regex":false,"schedule":{"begin":1707487200357,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tJP4V","priority":0,"source":"/womentakethemic","regex":false,"schedule":{"begin":1707487200200,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pxq4R","priority":0,"source":"/.well-known/apple-app-site-association/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/apple-app-site-association/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"OCpsh","priority":0,"source":"/sitemap/historical-timeline.xml","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/sitemap.xml"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yCxqb","priority":0,"source":"/petradio","regex":false,"schedule":{"begin":1712592000522,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/pet-radio-10231/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yCmw3","priority":0,"source":"/timeline.rss","regex":false,"schedule":{"begin":1718371440806,"end":4115978604802},"destination":{"type":"URL","value":"/content.rss"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YENnS","priority":0,"source":"/olympics","regex":false,"schedule":{"begin":1718942400292,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Olympics"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"CZm4o","priority":0,"source":"/houseofmusic","regex":false,"schedule":{"begin":1753365600390,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/featured/iheartradio-music-festival/content/2024-09-23-house-of-music-offers-immersive-experience-at-iheartradio-music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ncKRo","priority":0,"source":"/morganwallen","regex":false,"schedule":{"begin":1747317600768,"end":1751342400768},"destination":{"type":"URL","value":"https://albumrelease.iheart.com/MorganWallen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ubOEu","priority":0,"source":"/teachers","regex":false,"schedule":{"begin":1753113480018,"end":1767242700018},"destination":{"type":"URL","value":"https://www.donorschoose.org/iheartradio"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jrcq6","priority":0,"source":"/stormready","regex":false,"schedule":{"begin":1753297200957,"end":1755748800958},"destination":{"type":"URL","value":"/promotions/solar-source-battery-back-up-giveaway-1795764/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"NTIXH","priority":0,"source":"/pay","regex":false,"schedule":{"begin":1548775065597,"end":4115978604802},"destination":{"type":"URL","value":"https://pay.iheartmedia.com/secure/checkout.ssp?MarketID=291"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Ie90P","priority":0,"source":"/healingchicago","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Healing Chicago Together"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xxvUI","priority":0,"source":"/bioncefoxx","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Bionce Foxx (57510)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"X7htw","priority":0,"source":"/joesoto","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Joe Soto (58115)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FkntH","priority":0,"source":"/sundance","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Sundance"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Khjca","priority":0,"source":"/glenncosby","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Glenn Cosby (3682)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Vyc2l","priority":0,"source":"/sonyablakey","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Sonya Blakey (7919)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rUiiX","priority":0,"source":"/jeannesparrow","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Jeanne Sparrow"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"eluk4","priority":0,"source":"/CrazyHoward","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Crazy Howard McGee"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8bsTl","priority":0,"source":"/Brilliant","regex":false,"schedule":{"begin":1591908900763,"end":4115978604802},"destination":{"type":"URL","value":"https://v103.iheart.com/featured/brilliantly-black/?/1"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jQ1Jy","priority":0,"source":"/black","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://v103.iheart.com/featured/brilliantly-black/?/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7im69","priority":0,"source":"/healing","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Healing Chicago Together"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Er9j0","priority":0,"source":"/bionce","regex":false,"schedule":{"begin":1599059520403,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Bionce Foxx (57510)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"trg8X","priority":0,"source":"/concerts","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8DZK1","priority":0,"source":"/event","regex":false,"schedule":{"begin":1671653887054,"end":4115978604802},"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qGokS","priority":0,"source":"/inspire","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://v103.iheart.com/content/2023-06-21-women-inspire-chicago/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rmCoq","priority":0,"source":"/voicesofbettermedicine","regex":false,"schedule":{"begin":1693001880468,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/761-voices-of-better-medicine-121836218/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"p2TL0","priority":0,"source":"/LAB","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://v103.iheart.com/featured/living-and-building-chicago-together/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"adbfW","priority":0,"source":"/rocket","regex":false,"schedule":{"begin":1725661560946,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/contests/could-25k-from-rocket-mortgage-turn-your-homeownership-dream-into-a-reality-1697926/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"KEJWE","priority":0,"source":"/baseball","regex":false,"schedule":{"begin":1745347680662,"end":1747594080662},"destination":{"type":"URL","value":"https://v103.iheart.com/promotions/joe-soto-baseball-experience-presented-by-1771282/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"}],"searchOverrides":[{"id":"AvRa8","keywords":["iHeartRadio Spotlight","Spotlight"],"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"schedule":{"begin":1498503600000,"end":4115978604802}},{"id":"6MRdl","keywords":["Politics","Political Junkie","Political News","Debate","Elections","President"," PresidentTrump"],"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"schedule":{"begin":1498507200000,"end":4115978604802}},{"id":"WTbqt","keywords":["iHeartRadio LIVE","iHeartRadio Theater","iHeartRadioTheater","The iHeartRadio Theater","iHeartRadio Theater New York","iHeartRadio Theater New York City","iHeartRadio Theater NYC","iHeartRadio Theater Los Angeles","iHeartRadio Theater LA"],"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"schedule":{"begin":1498510800000,"end":4115978604802}},{"id":"IpRHU","keywords":["Fiesta","Fiesta Latina","Latin Festival","iHeart Fiesta Latina","iHeartRadio Fiesta Latina","iHeartRadio Latin Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"schedule":{"begin":1532113200000,"end":4115978604802}},{"id":"NKNzM","keywords":["iHeartRadio On The Verge","iHeartRadio On The Verge Artist","On the Verge","Verge"],"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"schedule":{"begin":1498672800000,"end":4115978604802}},{"id":"mDAGh","keywords":["iHeartRadio Guest DJ","Guest DJ"],"destination":{"type":"URL","value":"/content/iheartradio-guest-dj/"},"disabled":false,"schedule":{"begin":1498680000000,"end":1690905649036}},{"id":"syhf9","keywords":["Jingle Ball","Jingle Ball Tour","iHeartRadio Jingle Ball","iHeart Jingle Ball","JingleBall","Jingle Ball Tickets","iHeartRadio JingleBall"],"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"schedule":{"begin":1498755600000,"end":4115978604802}},{"id":"4Jh0T","keywords":["pay","payment","invoice"],"destination":{"type":"URL","value":"/pay"},"disabled":false,"schedule":{"begin":1498837560000,"end":4115978604802}},{"id":"vtcZ6","keywords":["Macys","Macy's iHeartRadio Rising Star","Macys iHeartRadio Rising Star","Rising Star","Macys Rising Star","iHeartRadio Rising Star"],"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"schedule":{"begin":1499313600000,"end":4115978604802}},{"id":"lqpg0","keywords":["EDC","EDC Radio"],"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"schedule":{"begin":1500656400000,"end":4115978604802}},{"id":"Tdn07","keywords":["iHeartRadio Daytime Village","Village","Daytime Village"],"destination":{"type":"URL","value":"https://www.iheart.com/daytime-stage/"},"disabled":false,"schedule":{"begin":1653336000000,"end":4115978604802}},{"id":"Hs7M6","keywords":["The 80s Show","80s Show","Eighties Show"],"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"schedule":{"begin":1504040400000,"end":4115978604802}},{"id":"odm3R","keywords":["iHeartNow"],"destination":{"type":"URL","value":"https://www.facebook.com/iheartnow"},"disabled":false,"schedule":{"begin":1506690000000,"end":4115978604802}},{"id":"ZAUyY","keywords":["Happy Holidays","Holidays","Christmas","Hanukkah","Xmas"],"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"schedule":{"begin":1508331600000,"end":4115978604802}},{"id":"Z9eHx","keywords":["FanGirls","Fan Girls","Fan Girl","FanGirl"],"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"schedule":{"begin":1515776400000,"end":4115978604802}},{"id":"V3xvs","keywords":["Daytime Stage","iHeartRadio Daytime Stage","Stage"],"destination":{"type":"URL","value":"https://www.iheart.com/daytime-stage/"},"disabled":false,"schedule":{"begin":1653336000000,"end":4115978604802}},{"id":"aldaB","keywords":["Festival","iHeartRadio Music Festival","iHeart Festival","iHeart Music Festival","Music Festival","Las Vegas","iHeart Radio Music Festival","iHeartRadio Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"schedule":{"begin":1528156800000,"end":4115978604802}},{"id":"xMD7N","keywords":["ALTar EGO","ALTer EGO","ALTerEGO","iHeart ALTar EGO","iHeart ALTer EGO","iHeartALT","iHeartRadio ALTar EGO","iHeartRadio ALTer EGO"],"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"schedule":{"begin":1538398200000,"end":4115978604802}},{"id":"WDePf","keywords":["Podcast Award","Podcast Awards","iHeart Podcast Awards","iHeart Radio Podcast Awards","iHeartRadio Podcast Awards"],"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"schedule":{"begin":1539921600000,"end":4115978604802}},{"id":"bbq2k","keywords":["Awards","Music Awards","iHeart Awards","iHeart Music Awards","iHeartRadio Awards","iHeartRadio Music Awards"],"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"schedule":{"begin":1546984800000,"end":4115978604802}},{"id":"FR9jT","keywords":["country festival","iHeart Country Festival","iHeartCountry Festival","iHeartCountry Music Festival","iHeartRadio Country Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"schedule":{"begin":1548705600000,"end":4115978604802}},{"id":"VRKj9","keywords":["Women of iHeartCountry"],"destination":{"type":"BRAND","value":"brands/Women of iHeartCountry"},"disabled":false,"schedule":{"begin":1550869200000,"end":1767243540000}},{"id":"CVAUd","keywords":["Charts","Music Charts"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/charts/"},"disabled":false,"schedule":{"begin":1597266000000,"end":4115978604802}},{"id":"2vU3Z","keywords":["Wango","Wango Tango","WangoTango","iHeart Radio Wango Tango","iHeart Wango Tango","iHeartRadio Wango Tango"],"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"schedule":{"begin":1555939800000,"end":4115978604802}},{"id":"kvTSU","keywords":["Pride"],"destination":{"type":"URL","value":"https://prideradio.iheart.com"},"disabled":false,"schedule":{"begin":1560542400000,"end":4115978604802}},{"id":"iUYD7","keywords":["Back To School"],"destination":{"type":"URL","value":"https://news.iheart.com/back-to-school/"},"disabled":false,"schedule":{"begin":1565186400000,"end":4115978604802}},{"id":"J6cBT","keywords":["Podcast Chart","Podcasts Chart","Top 100","Top 100 Podcasts","Top Podcasts","Top Podcasts Chart"],"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"schedule":{"begin":1569902400000,"end":4115978604802}},{"id":"p2xVk","keywords":["brantley gilbert"],"destination":{"type":"URL","value":"https://country.iheart.com/featured/iheartradio-live/content/2019-10-07-brantley-gilbert-on-new-album-and-monday-night-football-halftime-show-debut/"},"disabled":false,"schedule":{"begin":1570550400000,"end":1575176400000}},{"id":"9W2IO","keywords":["Heat","Heating"],"destination":{"type":"URL","value":"/contests/iheartradio-wants-to-help-735208/"},"disabled":false,"schedule":{"begin":1574193600000,"end":1576904400000}},{"id":"7OXfp","keywords":["Capital 1","Capital One","Capitol 1","Capitol One","capitalone"],"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"schedule":{"begin":1748523642079,"end":1758513600000}},{"id":"uqVj1","keywords":["downhill"],"destination":{"type":"URL","value":"/contests/you-can-win-778740/"},"disabled":false,"schedule":{"begin":1581022800998,"end":1581742800000}},{"id":"qeVVE","keywords":["Coronavirus","COVID-19"],"destination":{"type":"BRAND","value":"brands/Coronavirus"},"disabled":false,"schedule":{"begin":1584018000242,"end":4115978604802}},{"id":"Tn5Ib","keywords":["Living Room Concert","Living Room"],"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"schedule":{"begin":1585152000009,"end":4115978604802}},{"id":"xKumV","keywords":["Small Business","Small Businesses"],"destination":{"type":"BRAND","value":"brands/Small Business"},"disabled":false,"schedule":{"begin":1586458800821,"end":1651014006656}},{"id":"44fNv","keywords":["First Responder Fridays","First Responder Friday","First Responder","First Responders"],"destination":{"type":"URL","value":"/content/2020-05-04-kelsea-ballerini-to-tribute-first-responders-with-special-performance/"},"disabled":false,"schedule":{"begin":1588608000000,"end":1596254400000}},{"id":"hMYFW","keywords":["Stand For Small","StandForSmall","Stand For Small Business","Stand For Small Businesses"],"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"schedule":{"begin":1587096000000,"end":4115978604802}},{"id":"55Ybe","keywords":["Meat District"],"destination":{"type":"URL","value":"/contests/enter-daily-for-861832/"},"disabled":false,"schedule":{"begin":1597773600503,"end":1600066800000}},{"id":"dcsrV","keywords":["Extra Gum","Extra","Gratitude Radio"],"destination":{"type":"URL","value":"/content/gratitude-radio-frontline-dedications-presented-by-extra-gum/"},"disabled":false,"schedule":{"begin":1588021200082,"end":1609477200000}},{"id":"RSH6H","keywords":["nurse","nurses"],"destination":{"type":"URL","value":"/contests/nominate-a-nurse-824762/"},"disabled":false,"schedule":{"begin":1588348800605,"end":1589342400000}},{"id":"bMHoZ","keywords":["Prom","iHeartRadio Prom","iHeart Prom"],"destination":{"type":"BRAND","value":"brands/iHeartRadio Prom"},"disabled":false,"schedule":{"begin":1588359600959,"end":1609477200000}},{"id":"z9Tuz","keywords":["Black Music","Black Music Month"],"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"schedule":{"begin":1589472000532,"end":4115978604802}},{"id":"9Uz11","keywords":["The Vibe","Vibe"],"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"schedule":{"begin":1589979600371,"end":4115978604802}},{"id":"qum6C","keywords":["George Floyd"],"destination":{"type":"URL","value":"/content/2020-06-09-how-to-watch-george-floyds-hometown-funeral-service/"},"disabled":false,"schedule":{"begin":1591711200596,"end":1601524800000}},{"id":"36lhT","keywords":["Bud Light","Bud Lite","BudLight"],"destination":{"type":"URL","value":"/contests/celebrate-hispanic-heritage-868922/"},"disabled":false,"schedule":{"begin":1600272000486,"end":1602486000486}},{"id":"P301q","keywords":["Dr Pepper","Doctor Pepper","DrPepper","DoctorPepper"],"destination":{"type":"URL","value":"/contests/enter-to-win-871510/"},"disabled":false,"schedule":{"begin":1600214419906,"end":1601870400037}},{"id":"4JLhv","keywords":["Ultimate Jam","UltimateJam"],"destination":{"type":"URL","value":"/contests/capital-one-cardholders-846250/"},"disabled":false,"schedule":{"begin":1596038400866,"end":1597636800866}},{"id":"p4ex6","keywords":["Vote","Voting"],"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"schedule":{"begin":1604505600927,"end":4115978604802}},{"id":"I8bwh","keywords":["Front Row","FrontRow"],"destination":{"type":"URL","value":"/featured/iheartradio-music-festival/front-row/"},"disabled":false,"schedule":{"begin":1596812400489,"end":1600660800489}},{"id":"8qAEF","keywords":["Sittercity","Sitter City"],"destination":{"type":"URL","value":"/contests/enter-to-win-1000-863794/"},"disabled":false,"schedule":{"begin":1598475600511,"end":1600920000511}},{"id":"OItps","keywords":["Phantoms","Fantoms","Phantom","Fantom","Julie and the Phantoms","Julie and the Fantoms"],"destination":{"type":"URL","value":"/contests/julie-and-the-phantoms-866540/"},"disabled":false,"schedule":{"begin":1599055200123,"end":1600401600123}},{"id":"mWi5V","keywords":["Stella Rosa","StellaRosa","Stella Roza","Stellah Rosa","Stellah Roza","StellaRoza"],"destination":{"type":"URL","value":"/contests/stellabrate-the-holidays-903274/"},"disabled":false,"schedule":{"begin":1605848400651,"end":1609131600651}},{"id":"QtSa2","keywords":["Capital One Trivia","Capitol One Trivia","Capital 1 Trivia","Capitol 1 Trivia","CapitalOneTrivia","Capital1Trivia"],"destination":{"type":"URL","value":"/contests/capital-one-cardholders-867836/"},"disabled":false,"schedule":{"begin":1600455600775,"end":1601870400775}},{"id":"YFsMq","keywords":["MS Vibes","MS Vibes Radio","Multiple Sclerosis","Multiple Sclerosis Vibes"],"destination":{"type":"URL","value":"https://www.iheart.com/live/ms-vibes-radio-8751/"},"disabled":false,"schedule":{"begin":1602599400749,"end":4115978604802}},{"id":"zvsNK","keywords":["HBCU","HBCUs","HBUC","HBCU Homecoming","HBCU Celebration"],"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"schedule":{"begin":1602795600498,"end":4115978604802}},{"id":"Jqkzz","keywords":["Trick or Treat","TrickOrTreat","iHeartHalloween","iHeart Halloween"],"destination":{"type":"BRAND","value":"brands/iHeartHalloween"},"disabled":false,"schedule":{"begin":1603116000860,"end":1606798800860}},{"id":"5kWI4","keywords":["Flight","Flight Fit N Fun"],"destination":{"type":"URL","value":"/contests/win-4-tickets-886476/"},"disabled":false,"schedule":{"begin":1603141200900,"end":1603857600900}},{"id":"uklA8","keywords":["Veterans","Veterans Day"],"destination":{"type":"URL","value":"/contests/share-a-salute-890794/"},"disabled":false,"schedule":{"begin":1603726200598,"end":1605157200598}},{"id":"gzicc","keywords":["Ulta","Ulta Beauty"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/ulta-hbcu/"},"disabled":false,"schedule":{"begin":1604073650564,"end":1605200400483}},{"id":"LnEe8","keywords":["Jingle Ball Playlist"],"destination":{"type":"URL","value":"/contests/listen-to-win-892162/"},"disabled":false,"schedule":{"begin":1604088000781,"end":1605502800781}},{"id":"MDFLy","keywords":["Jingle Jangle","JingleJangle","Jingle Jangel","JingleJangel"],"destination":{"type":"URL","value":"/contests/enter-to-win-898226/"},"disabled":false,"schedule":{"begin":1605063600996,"end":1605330000996}},{"id":"e8lnx","keywords":["The Ice Cream Shop","Ice Cream Shop"],"destination":{"type":"URL","value":"/contests/win-a-chance-898800/"},"disabled":false,"schedule":{"begin":1605218415274,"end":1606798800029}},{"id":"BvZEs","keywords":["Game Night","GameNight"],"destination":{"type":"URL","value":"/contests/win-a-game-night-898752/"},"disabled":false,"schedule":{"begin":1605290400803,"end":1609477200803}},{"id":"Qupti","keywords":["Visit Jamaica"],"destination":{"type":"URL","value":"/contests/win-a-trip-898768/"},"disabled":false,"schedule":{"begin":1605560400606,"end":1607144400606}},{"id":"uooMg","keywords":["Hero","Heroes"],"destination":{"type":"URL","value":"/contests/stellabrate-our-military-901608/"},"disabled":false,"schedule":{"begin":1605643200803,"end":1607922000803}},{"id":"mQfMq","keywords":["Wish","Christmas Wish"],"destination":{"type":"URL","value":"/promotions/let-iheartradio-grant-your-christmas-wish-1129066/"},"disabled":false,"schedule":{"begin":1637769600774,"end":1643691600774}},{"id":"Wtnin","keywords":["Airtab","air tab"],"destination":{"type":"URL","value":"/contests/airtab-25-million-916478/"},"disabled":false,"schedule":{"begin":1607140800281,"end":1613106000281}},{"id":"2BL2K","keywords":["MMS","M and Ms","M&MS","M & Ms"],"destination":{"type":"URL","value":"/contests/mms-battle-909650/"},"disabled":false,"schedule":{"begin":1607529600083,"end":1608354000083}},{"id":"AKdiw","keywords":["Bake Box","BakeBox","Baker Box","BakerBox"],"destination":{"type":"URL","value":"/contests/win-the-ultimate-909648/"},"disabled":false,"schedule":{"begin":1607529600292,"end":1607914800292}},{"id":"AZwnn","keywords":["Living Black","LivingBlack","iHeart Living Black","iHeartRadio Living Black"],"destination":{"type":"URL","value":"https://www.iheart.com/livingblack/"},"disabled":false,"schedule":{"begin":1611075600603,"end":4115978604802}},{"id":"LHuAb","keywords":["BHM","Black History","Black History Month"],"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"schedule":{"begin":1611950400153,"end":4115978604802}},{"id":"BcYU9","keywords":["taxact facts","taxact fact","tax act facts","tax act fact"],"destination":{"type":"URL","value":"/promotions/taxact-facts-937090/"},"disabled":false,"schedule":{"begin":1613166960238,"end":4115978604802}},{"id":"v28dw","keywords":["tickets"],"destination":{"type":"URL","value":"https://www.axs.com/series/12038/iheartradio-music-festival-tickets?skin=iheart"},"disabled":false,"schedule":{"begin":1620748800046,"end":1632013200046}},{"id":"twjRb","keywords":["Splat Halloween","splat"],"destination":{"type":"URL","value":"https://news.iheart.com/promotions/transform-and-win-with-splat-1097082/"},"disabled":false,"schedule":{"begin":0,"end":1635739200252}},{"id":"a5Fiz","keywords":["VIPx","VIPex"],"destination":{"type":"URL","value":"https://link.vatom.com/s/vipx"},"disabled":false,"schedule":{"begin":1668016800294,"end":1677646800294}},{"id":"YHpCH","keywords":["fortnite","fortnight","fort nite","fort night"],"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"schedule":{"begin":1660849200229,"end":4115978604802}},{"id":"OtSEl","keywords":["scratch off","scratchoff"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/iheartradio-music-festival/scratch-and-win/"},"disabled":false,"schedule":{"begin":1660765500332,"end":1664078400332}},{"id":"Itj9E","keywords":["Capital One NFT","Capital 1 NFT","Capitol One NFT","Capitol 1 NFT","CapitalOneNFT","Capital1NFT","CapitolOneNFT","Capitol1NFT"],"destination":{"type":"URL","value":"https://start.vatom.com/iheart-festival/"},"disabled":false,"schedule":{"begin":1661450400766,"end":1664164800766}},{"id":"31EeP","keywords":["roblox","roblocks","rowblox","rowblocks"],"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"schedule":{"begin":1663005600930,"end":4115978604802}},{"id":"nbQet","keywords":["iheartland","iheart land","i heart land","eye heart land","eyeheartland"],"destination":{"type":"URL","value":"https://www.iheart.com/content/visit-iheartland/"},"disabled":false,"schedule":{"begin":1663970400429,"end":4115978604802}},{"id":"Y2SAb","keywords":["Capital One ALTer EGO","Capitol One ALTer EGO","Capital 1 ALTer EGO","Capitol 1 ALTer EGO","capitalonealterego"],"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/09005D4E3665A282"},"disabled":false,"schedule":{"begin":1664467200253,"end":1673769600253}},{"id":"c1c8O","keywords":["Fall Out Boy","FallOutBoy","Fallout Boy"],"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"schedule":{"begin":1673553600119,"end":1675670400119}},{"id":"whuuQ","keywords":["The Rolling Stones","Rolling Stones","TheRollingStones","RollingStones"],"destination":{"type":"URL","value":"/promotions/win-a-trip-for-you-and-1604361/"},"disabled":false,"schedule":{"begin":1700573400283,"end":1701752400283}},{"id":"EXXfK","keywords":["International Women's Day","International Womens Day","Women's Day","Womens Day","womensday","IWD","wttm","Women Take The Mic","WomenTakeTheMic"],"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"schedule":{"begin":1707487200899,"end":4115978604802}},{"id":"0Fptw","keywords":["petradio","pet radio","dog radio","cat radio","petsradio","pets radio","radio for pet","radio for pets"],"destination":{"type":"URL","value":"https://www.iheart.com/live/pet-radio-10231/"},"disabled":false,"schedule":{"begin":1712592000464,"end":4115978604802}},{"id":"nhLgg","keywords":["olympics","summer olympics","summer games","winter olympics","winter games","paris olympics"],"destination":{"type":"BRAND","value":"brands/Olympics"},"disabled":false,"schedule":{"begin":1718942400705,"end":4115978604802}},{"id":"BmP6Z","keywords":["Trip"],"destination":{"type":"URL","value":"https://v103.iheart.com/featured/joe-soto/content/2018-03-12-journey-to-south-africa-with-joe-soto/"},"disabled":false,"schedule":{"begin":1524878520000,"end":1533086520000}},{"id":"6jILp","keywords":["Events"],"destination":{"type":"URL","value":"http://v103.iheart.com/calendar/"},"disabled":false,"schedule":{"begin":1504106340000,"end":4115978604802}},{"id":"Bq8Qd","keywords":["Halloween"],"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/event/59de9cea244b8eebb08b1870/"},"disabled":false,"schedule":{"begin":1507840860000,"end":1509174000000}},{"id":"Hzwso","keywords":["Serve"],"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/event/59e8b89f70df9bbddd5989dc/"},"disabled":false,"schedule":{"begin":1508423880000,"end":1510419600000}},{"id":"3wfiE","keywords":["sparrow","SPARROW","Sparrow"],"destination":{"type":"BRAND","value":"brands/Jeanne Sparrow"},"disabled":false,"schedule":{"begin":1510248360000,"end":4115978604802}},{"id":"aT1Y9","keywords":["Kwanza","kwanza","Kwanzaa","kwanzaa"],"destination":{"type":"URL","value":"https://www.iheart.com/artist/venus-jones-397020/albums/kwanzaa-7-days-7-principles-poems-and-affirmations-for-everyday-living-10232506/"},"disabled":false,"schedule":{"begin":1513879980000,"end":1521652380000}},{"id":"czcud","keywords":["Green"],"destination":{"type":"URL","value":"https://v103.iheart.com/contests/-372596"},"disabled":false,"schedule":{"begin":1518479940000,"end":1520294340000}},{"id":"i4NDg","keywords":["whispers","whisper"],"destination":{"type":"URL","value":"https://v103.iheart.com/contests/register-for-the-secret-406480/"},"disabled":false,"schedule":{"begin":1524671640000,"end":1525449240000}},{"id":"lbD9j","keywords":["best in the community"],"destination":{"type":"URL","value":"https://v103.iheart.com/contests/tell-414164/"},"disabled":false,"schedule":{"begin":1524879000000,"end":1528075800000}},{"id":"E7uWD","keywords":["Duck "],"destination":{"type":"URL","value":"https://1035kissfm.iheart.com/featured/fred-and-angi/content/2018-06-07-help-rufio-and-paulina-raise-money-for-special-olympics/"},"disabled":false,"schedule":{"begin":1529330820000,"end":1533823620000}},{"id":"gf0zZ","keywords":[" sister","SISTA","SISTA STRUT","STRUT","Sista","Strut","sista","strut"],"destination":{"type":"BRAND","value":"brands/Sista Strut Chicago"},"disabled":false,"schedule":{"begin":1501613400000,"end":4115978604802}},{"id":"d5Q4O","keywords":["Maxwell"],"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/event/5b7796032b13491dfcf7c1a5/"},"disabled":false,"schedule":{"begin":1534563900000,"end":1543898700000}},{"id":"NjirI","keywords":["vote "],"destination":{"type":"URL","value":"https://nationalvoterregistrationday.org/"},"disabled":false,"schedule":{"begin":1537218600000,"end":1537937940000}},{"id":"6fEOB","keywords":["Give"],"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/event/5be19899e4bef07c8558c763/"},"disabled":false,"schedule":{"begin":1541511420000,"end":1542294000000}},{"id":"6Ljil","keywords":["CEO","Ceo","ceo"],"destination":{"type":"BRAND","value":"brands/Chicago CEO's You Should Know"},"disabled":false,"schedule":{"begin":1546888680000,"end":1554661080000}},{"id":"nkUOt","keywords":["party","Party"],"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/event/5cb90e3ae731ee768faec06c/"},"disabled":false,"schedule":{"begin":1555631880000,"end":1563062280000}},{"id":"bYSpK","keywords":["sistas"],"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/event/5cc9aa98869512083c916ffd/"},"disabled":false,"schedule":{"begin":1556744700000,"end":1557781500000}},{"id":"eWyzT","keywords":["win"],"destination":{"type":"URL","value":"https://v103.iheart.com/contests/enter-to-win-tickets-to-the-648606/"},"disabled":false,"schedule":{"begin":1561497480000,"end":1562793480000}},{"id":"UgsUR","keywords":["#service"],"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/event/5d5a8ece555cd74a6ac5d51d/"},"disabled":false,"schedule":{"begin":1566217500000,"end":1568204700000}},{"id":"leoLh","keywords":["BMOA"],"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/event/5dcac8a659f31ba1054c48e7/"},"disabled":false,"schedule":{"begin":1573573200000,"end":1574610000000}},{"id":"CIyUE","keywords":["blessing","BLessing"],"destination":{"type":"URL","value":"https://v103.iheart.com/contests/tell-us-how-a-holiday-blessing-from-bionce-can-help-you-get-a-jump-start-on-2020-741422/"},"disabled":false,"schedule":{"begin":1575334680000,"end":1576285080000}},{"id":"QxM1A","keywords":["win"],"destination":{"type":"URL","value":"https://v103.iheart.com/contests/nominate-an-unsung-she-ro-762796/"},"disabled":false,"schedule":{"begin":1579190280000,"end":1581782280000}},{"id":"mfXFH","keywords":["healing"],"destination":{"type":"URL","value":"https://v103.iheart.com/featured/healing-chicago-together/"},"disabled":false,"schedule":{"begin":0,"end":1589346000000}},{"id":"atr11","keywords":["cares"],"destination":{"type":"URL","value":"https://939litefm.iheart.com/contests/celebrate-family-caregivers-893364/"},"disabled":false,"schedule":{"begin":0,"end":1605578940250}},{"id":"2dKk4","keywords":["GIVE, Give, give"],"destination":{"type":"URL","value":"https://v103.iheart.com/calendar/event/5fa438afb7727a8c49174b9b/"},"disabled":false,"schedule":{"begin":1604966880956,"end":1606867680956}}],"sections":{"general":{"name":"V103","positioner":"Today's R&B and Throwbacks","description":"V103 102.7 FM Today's R&B and Throwbacks","keywords":[{"id":"V103"},{"id":"102.7 FM"},{"id":"R&B"},{"id":"Old School"},{"id":"radio"},{"id":"chicago"},{"id":"Steve Harvey"},{"id":"Doug Banks"},{"id":"Joe Soto"},{"id":"Consuella"},{"id":"Connie"},{"id":"Chris Michaels"},{"id":"Herb Kent"},{"id":"Sonya Blakey"},{"id":"Glen Cosby"},{"id":"Davante Stone"},{"id":"Alicia Keys"},{"id":"Beyonce"},{"id":"Mary J Blige"},{"id":"Miguel"},{"id":"Prince"},{"id":"KEM"},{"id":"iHeartRadio"},{"id":"Troi Tyler"}],"default_content":[{"id":"collections/Steve Harvey Morning Show Blog (55813)"},{"id":"collections/Bionce Foxx Blog (57510)"},{"id":"collections/Joe Soto Blog (3681)"},{"id":"collections/Glenn Cosby Blog (3682)"},{"id":"collections/The Sweat Hotel Blog (56048)"},{"id":"collections/Sonya Blakey Blog (7919)"},{"id":"collections/breaking-news"},{"id":"collections/Joe Soto Blog (58115)"},{"id":"collections/trending-rnb"},{"id":"collections/trending-hip-hop-rnb"},{"id":"collections/black-entertainment-news"},{"id":"collections/BIN-National-News"}],"additional_distributions":[],"default_podcasts":[{"id":"117923987"},{"id":"29747177"},{"id":"30129479"},{"id":"121836218"},{"id":"79998832"},{"id":"27928551"}],"default_shows":[{"id":"brands/Steve Harvey Morning Show (55813)","sites":{"_id":"%2F8c59715129bb90ae284404fa50076d84","slug":"steve-harvey-morning-show","ownBrand":"brands/Steve Harvey Morning Show (55813)","configByLookup":{"common":{"branding":{"name":"Steve Harvey Morning Show"}}}}},{"id":"brands/Bionce Foxx (57510)","sites":{"_id":"%2F1facdc041107d2d038831f365abec506","slug":"bionce-foxx","ownBrand":"brands/Bionce Foxx (57510)","configByLookup":{"common":{"branding":{"name":"Bioncé Foxx"}}}}},{"id":"brands/Joe Soto (58115)","sites":{"_id":"%2F698e8b0486cfd176b1f78a846b9c70d6","slug":"joe-soto","ownBrand":"brands/Joe Soto (58115)","configByLookup":{"common":{"branding":{"name":"Joe Soto"}}}}},{"id":"brands/The Sweat Hotel (56048)","sites":{"_id":"%2Ff547ce9f7a5b9baef0f4059d0a19d171","slug":"the-sweat-hotel","ownBrand":"brands/The Sweat Hotel (56048)","configByLookup":{"common":{"branding":{"name":"The Sweat Hotel"}}}}}],"default_playlists":[{"id":"312064750::3q7xeW194a5o4wMeCAH7fc"},{"id":"312064750::JdkLAYTjoMsvg4KKX9NSMw"},{"id":"312064750::7fpx5JtdgVqXm18dPH5q2U"},{"id":"312064750::BUHT3ujvmZ1kUNnPdNoxsA"},{"id":"312064750::4H6g84mGFS3GD5Jf5vR9tr"},{"id":"312064750::7YEzxjaZ4jkJ15JyZz3rxk"},{"id":"312064750::QW1iBpLZ7zJGAFMRZEmL2A"},{"id":"312064750::Z34KytvFvZig8CppMzFZG"}],"default_event_categories":[{"id":"calendar-categories/community","taxo":{"memberName":"calendar-categories/community","displayName":"Community"}},{"id":"calendar-categories/concerts","taxo":{"memberName":"calendar-categories/concerts","displayName":"Concerts"}},{"id":"calendar-categories/entertainment","taxo":{"memberName":"calendar-categories/entertainment","displayName":"Entertainment"}},{"id":"calendar-categories/station-events","taxo":{"memberName":"calendar-categories/station-events","displayName":"Station Events"}},{"id":"calendar-categories/holiday","taxo":{"memberName":"calendar-categories/holiday","displayName":"Holiday"}},{"id":"calendar-categories/sports","taxo":{"memberName":"calendar-categories/sports","displayName":"Sports"}}],"weather_market":"Chicago, IL","country":{"id":"countries/US"},"geo_latitude":"41.8870789","geo_longitude":"-87.6230875","locale":{"taxo":{"name":"en-US"}},"additional_copyright":null},"alert":{"title":"Buy Your Tickets To Our 2025 iHeartRadio Musical Festival NOW!","link":"https://www.iheart.com/music-festival/?campid=localalert","target":"_self","start_date":{"timestampMs":1749834000000},"end_date":{"timestampMs":1758254420912}},"navigation":{"contact_menu_switch":true,"listen_live_switch":true,"contest_nav_switch":true,"search_switch":true,"user_menu_switch":true,"show_public_file_switch":true,"advertise_switch":true,"find_your_station_switch":null,"enable_podcasts_links_switch":null,"national_promotions":[],"menu":[{"id":"tqTQw","type":"link","label":"On Air","target":"_self","ref":"#","children":[{"id":"bD98Z","type":"brand","label":"Steve Harvey Morning Show","target":"_self","ref":"%2F8c59715129bb90ae284404fa50076d84","href":"/featured/steve-harvey-morning-show/"},{"id":"STyrB","type":"brand","label":"Bioncé Foxx","target":"_self","ref":"%2F1facdc041107d2d038831f365abec506","href":"/featured/bionce-foxx/"},{"id":"EvaEh","type":"brand","label":"Joe Soto","target":"_self","ref":"%2F698e8b0486cfd176b1f78a846b9c70d6","href":"/featured/joe-soto/"},{"id":"Q5d3l","type":"brand","label":"Crazy Howard McGee","target":"_self","ref":"%2F5cb8abf4324aa8c862ecf3ef","href":"/featured/crazy-howard-mcgee/"},{"id":"BFiVq","type":"brand","label":"Jeanne Sparrow","target":"_self","ref":"%2F5a00aaa9ec622238be88d49e","href":"/featured/jeanne-sparrow/"},{"id":"eaSWE","type":"brand","label":"Sonya Blakey","target":"_self","ref":"%2Fd1ffa5bae208c6004c61dc195d39b109","href":"/featured/sonya-blakey/"},{"id":"4mLFT","type":"brand","label":"Chicago Speaks ","target":"_self","ref":"%2F607ee8e5125eadabd62a6265","href":"/featured/chicago-speaks/"},{"id":"2xFJQ","type":"brand","label":"Sweat Hotel","target":"_self","ref":"%2Ff547ce9f7a5b9baef0f4059d0a19d171","href":"/featured/the-sweat-hotel/"},{"id":"dlPsw","type":"page","label":"On-Air Schedule","target":"_self","ref":"onair_schedule","href":"/schedule/"}],"href":"#"},{"id":"yh0Kz","type":"page","label":"Podcasts","target":"_self","ref":"podcasts","children":[{"id":"aQwsa","type":"link","label":"We'll Just Agree to Disagree","target":"_self","ref":"https://www.iheart.com/podcast/1248-well-just-agree-to-disagr-79998832/","href":"https://www.iheart.com/podcast/1248-well-just-agree-to-disagr-79998832/"},{"id":"WMHBF","type":"link","label":"The Pod Squad","target":"_self","ref":"https://www.iheart.com/podcast/53-the-pod-squad-111839377/","href":"https://www.iheart.com/podcast/53-the-pod-squad-111839377/"},{"id":"h4Zb5","type":"link","label":"The Steve Harvey Morning Show","target":"_self","ref":"https://www.iheart.com/podcast/1141-the-steve-harvey-morning-27928551/","href":"https://www.iheart.com/podcast/1141-the-steve-harvey-morning-27928551/"}],"href":"/podcasts/"},{"id":"oRysM","type":"page","label":"Playlist","target":"_self","ref":"music_recently_played","children":[],"href":"/music/recently-played/"},{"id":"4tgT6","type":"link","label":"On Demand","target":"_self","ref":"#","children":[{"id":"TrUWa","type":"page","label":"Traffic","target":"_self","ref":"traffic","href":"/traffic/"},{"id":"On5eD","type":"page","label":"Weather","target":"_self","ref":"weather","href":"/weather/"},{"id":"9Z9XO","type":"link","label":"Voices of Better Medicine","target":"_self","ref":"https://www.iheart.com/podcast/761-northwestern-medicine-voic-121836218/","href":"https://www.iheart.com/podcast/761-northwestern-medicine-voic-121836218/"}],"href":"#"},{"id":"aJJ1U","type":"link","label":"Connect","target":"_self","ref":"#","children":[{"id":"qs8jh","type":"link","label":"Event Calendar","target":"_self","ref":"/calendar","href":"/calendar"},{"id":"Ldisy","type":"page","label":"iHeartRadio App","target":"_self","ref":"iheartradio_app","href":"/apps/"},{"id":"4XaXY","type":"link","label":"Photos","target":"_self","ref":"/topic/photos/","href":"/topic/photos/"},{"id":"bhiXH","type":"link","label":"Contest Rules","target":"_self","ref":"/topic/contest-rules/","href":"/topic/contest-rules/"}],"href":"#"},{"id":"B1B9v","type":"page","label":"Have A Question About A Prize?","target":"_blank","ref":"contact","children":[],"href":"/contact/"}],"menu_footer":[]},"design":{"theme":"default","color_scheme":{"id":"site-color-schemes/light"},"logo_best_res":{"id":"asset://assets.brands/5d406598b2b99b5c447490c7","asset":{"bucket":"assets.brands","resourceId":"%2F5d406598b2b99b5c447490c7","href":"https://i.iheart.com/v3/re/assets.brands/5d406598b2b99b5c447490c7"}},"station_logo":{"id":"asset://assets.brands/641b4a49de66c5274866b3f9","asset":{"bucket":"assets.brands","resourceId":"%2F641b4a49de66c5274866b3f9","href":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9"}},"logo_favicon":null,"font":{"id":"site-fonts/Inter"},"accent_color":"#0057a6","header_color":null,"navigation_color":null,"navigation_links_color":null,"ihr_embed_player_bar_stream_override":null,"ihr_embed_player_bar_switch":true,"ihr_embed_player_bar_stream_theme":"light","logo_footer":null,"thumbnail_image":null},"social":{"facebook_switch":true,"facebook_name":"V103Chicago","facebook_app_id":"","facebook_fan_page_id":"133889882794","twitter_switch":true,"twitter_name":"V103","youtube_switch":false,"youtube_name":"v103chicago","instagram_switch":true,"instagram_name":"v103chicago","snapchat_switch":true,"snapchat_name":"V103chicago","pinterest_switch":null,"pinterest_name":null,"tiktok_switch":null,"tiktok_name":null},"contact":{"page_intro":"Contact V103!","show_social_switch":true,"phone_text_numbers_switch":true,"request_phone_number":"833-591-V103","business_phone_number":"(312) 540-2000","traffic_tip_phone":"","newsroom_phone":"","sms_number":"","prize_pickup_directions_switch":true,"prize_pickup_info":"STATION IS NOT RESPONSIBLE FOR SHOW CANCELLATIONS OR PRIZE REPLACEMENTS DUE TO SHOW CANCELLATIONS.\n\nWe no longer have a prize-pick up location. Most tickets will be sent to you electronically via e-mail. Other prize distribution information will be emailed to you directly. \n\nYou will be emailed 1-2 weeks prior to each concert/event with ticket distribution information. \n\nPlease note that for tax purposes you will be asked for your personal information including social security number to claim your prize. You will also be asked to sign a W-9 and Winner Release Form electronically before receiving your prize. \n\nFor questions please contact:\nV103: EchoRobinson@iheartmedia.com","location_address1":"233 N. Michigan Ave Suite 3000","location_address2":" Suite 2800","location_city":"Chicago","location_state":"Illinois","location_zip":"60601","office_hours":"STATION IS NOT RESPONSIBLE FOR SHOW CANCELLATIONS OR PRIZE REPLACEMENTS DUE TO SHOW CANCELLATIONS.\n\nWe no longer have a prize-pick up location. Most tickets will be sent to you electronically via e-mail. Other prize distribution information will be emailed to you directly. \n\nYou will be emailed 1-2 weeks prior to each concert/event with ticket distribution information. \n\nPlease note that for tax purposes you will be asked for your personal information including social security number to claim your prize. You will also be asked to sign a W-9 and Winner Release Form electronically before receiving your prize. \n\nFor questions please contact:\nV103: EchoRobinson@iheartmedia.com","email_form_switch":true,"employment_info_switch":true,"contacts":[{"type":"Promotions/Contest Questions"},{"type":null}],"eeo_report_asset":{"id":"asset://assets.eeo/688931f34bf1b9b6a2b46449"},"employment_link_override":"","public_file_assistance_link_override":null,"email_ip_blacklist":"","enable_contest_promotions":true},"partners":{"iheartradio_switch":true,"ihr_show_in_iheart_switch":false,"video_monetization_provider":"none","postup_switch":true,"email_format":null,"dataskrive_switch":true,"outbrain_switch":true,"traffic_market":"","aptivada_switch":true,"aptivada_id":"1781993","google_webmaster_verification":null,"auth_type":null},"ads":{"dfp_switch":true,"header_bidding":true,"facebook_ad_track_pixel_switch":true,"facebook_ad_track_pixel_id":"270798540384083"},"analytics":{"adobe_library":"dtm","parsely_switch":false,"parsely_account_id":null}}},"integration":{"type":"broadcast-facilities","plugin":{"broadcastFacilities":[{"facilityId":"6588","broadcastFrequency":"102.7","broadcastBand":"FM","broadcastCallLetters":"WVAZ","applicationNotices":[],"politicalLinkOverride":null}]}},"liveConfig":{"sections":{"design":{"ihr_embed_player_bar_stream_override":null}}}}}},"micrositeReferences":[{"_id":"%2F5cb8abf4324aa8c862ecf3ef","slug":"crazy-howard-mcgee","ownBrand":"brands/Crazy Howard McGee","configByLookup":{"common":{"branding":{"name":"Crazy Howard McGee"}}}},{"_id":"%2F5a00aaa9ec622238be88d49e","slug":"jeanne-sparrow","ownBrand":"brands/Jeanne Sparrow","configByLookup":{"common":{"branding":{"name":"Jeanne Sparrow"}}}},{"_id":"%2Fd1ffa5bae208c6004c61dc195d39b109","slug":"sonya-blakey","ownBrand":"brands/Sonya Blakey (7919)","configByLookup":{"common":{"branding":{"name":"Sonya Blakey"}}}},{"_id":"%2F607ee8e5125eadabd62a6265","slug":"chicago-speaks","ownBrand":"brands/Chicago Speaks","configByLookup":{"common":{"branding":{"name":"Chicago Speaks with Darryl Dennard"}}}},{"_id":"%2F8c59715129bb90ae284404fa50076d84","slug":"steve-harvey-morning-show","ownBrand":"brands/Steve Harvey Morning Show (55813)","configByLookup":{"common":{"branding":{"name":"Steve Harvey Morning Show"}}}},{"_id":"%2F1facdc041107d2d038831f365abec506","slug":"bionce-foxx","ownBrand":"brands/Bionce Foxx (57510)","configByLookup":{"common":{"branding":{"name":"Bioncé Foxx"}}}},{"_id":"%2F698e8b0486cfd176b1f78a846b9c70d6","slug":"joe-soto","ownBrand":"brands/Joe Soto (58115)","configByLookup":{"common":{"branding":{"name":"Joe Soto"}}}},{"_id":"%2Ff547ce9f7a5b9baef0f4059d0a19d171","slug":"the-sweat-hotel","ownBrand":"brands/The Sweat Hotel (56048)","configByLookup":{"common":{"branding":{"name":"The Sweat Hotel"}}}}],"surrogateKeys":[]},"cache":[["\"/\"",{"data":{"_id":"/master-site/inferno/home","name":"home","pageConfig":{"adobe_page_name":"home","description":"","keywords":[],"sitemap_frequency":"hourly","thumbnail":"","title":""},"displayName":"Home","path":"/","primaryBlockId":"e6Rs0","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"FppTo","region":"main:dynamic","type":"onair","ordinal":0,"value":{"title":null},"tags":["display-hints/themed-block","display-hints/onair-show-play"],"schedule":{"begin":0,"end":4115978604802}},{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688e6a032cc96ab9d0f5692b","type":"PUBLISHING","record":{"ref_id":"%2F688e6a032cc96ab9d0f5692b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0360466e-b366-47fd-ba5b-3ae3ba586659","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - AUGUST 01: Billboards of actress Sydney Sweeney is seen outside of an American Eagle store on August 01, 2025 in New York City. American Eagle’s recent denim ad campaign featuring Sweeney has drawn backlash for language and imagery that critics say echoes eugenics-era rhetoric, following a tagline referencing “great genes” alongside visuals of Sweeney in blue jeans. (Photo by Michael M. Santiago/Getty Images)","id":"%2F688e6a761e00845eeb1b5f15","new_tab":false,"schedule":{},"source_credit":"Michael M. Santiago / Getty Images News / Getty Images","title":"American Eagle Ad Campaign Featuring Actor Sydney Sweeney Draw Controversy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>American Eagle Outfitters is standing by its recent advertising campaign featuring actress \u003cstrong>Sydney Sweeney\u003c/strong>, despite facing significant online backlash. The campaign, titled "Sydney Sweeney Has Great Jeans," \u003ca href=\"https://www.foxnews.com/entertainment/american-eagle-fires-back-critics-after-sydney-sweeney-campaign-sparks-online-backlash\" target=\"_blank\">sparked controversy due to its play on words between "genes" and "jeans."\u003c/a> In a promotional video, Sweeney, known for her roles in \u003ca href=\"https://www.iheart.com/podcast/867-euphoria-a-post-show-recap-93962517/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"93962517\" data-catalog-related-id=\"\">\u003cem>Euphoria\u003c/em>\u003c/a> and \u003ca href=\"https://www.iheart.com/podcast/269-the-white-lotus-official-p-255890751/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"255890751\" data-catalog-related-id=\"\">\u003cem>The White Lotus\u003c/em>\u003c/a>, talks about genetic traits before stating, "My jeans are blue," which led to accusations of promoting eugenics.\u003c/p>\n\n\u003cp>The backlash has been widespread, with critics taking to social media to voice their concerns. However, American Eagle \u003ca href=\"https://www.instagram.com/americaneagle/p/DM0tMjaTBll/\" target=\"_blank\">responded on Instagram\u003c/a>, emphasizing that the campaign focuses on celebrating how everyone wears their jeans with confidence. The company stated, "Sydney Sweeney Has Great Jeans is and always was about the jeans. Her jeans. Her story."\u003c/p>\n\n\u003cp>Despite the criticism, some industry experts, like former Levi's brand president \u003cstrong>Jennifer Sey\u003c/strong>, have defended the campaign, t\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">elling \u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">\u003cem>Women's Wear Daily\u003c/em>\u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\"> that the controversy is overblown\u003c/a> and advising American Eagle to stand firm. Sey described the campaign as a clever play on words, adding that Sweeney's self-awareness and humor make the ad unique.\u003c/p>\n\n\u003cp>The campaign's launch on July 23 reportedly increased American Eagle's market value by $400 million, although the company's stock saw a slight dip, closing down less than one percent at $10.74. \u003c/p>\n\n\u003cp>Meanwhile, Sweeney has remained silent on the issue, continuing to focus on her acting career and various brand partnerships.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","primary_image":{"bucket":"assets.getty","id":"%2F688e6a761e00845eeb1b5f15"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754163660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","social_title":"","summary":"","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics"},"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15","title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics","description":"","author":"iHeartRadio"},"pub_start":1754163660000,"pub_until":4115978604802,"pub_changed":1754164044767,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6a032cc96ab9d0f5692b","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"WQJCS","region":"main:dynamic","type":"feed","ordinal":3,"value":{"feed_id":"USAGE:feed-usecases/Default Promotions","feed_index":1,"size":4,"title":""},"tags":["display-hints/xsmall"],"schedule":null,"feed":{"results":[{"id":"%2F5ef387ebbc9d54a03958c96e","type":"LEADS","record":{"title":"Check out highlighted Black-Owned Businesses in Chicagoland","subtitle":"Check out highlighted Black-Owned Businesses in Chicagoland","image":"https://i.iheart.com/v3/re/new_assets/6372478690e9bedc755a3cc8","img_meta":{"base_id":"%2F6372478690e9bedc755a3cc8","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://v103.iheart.com/featured/brilliantly-black/?/","web":"https://v103.iheart.com/featured/brilliantly-black/?/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F687aaea4875b23cab49ddde2","type":"LEADS","record":{"title":"Nominate An Exceptional Teacher Who Is Making A Lasting Impact!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/687aae40875b23cab49ddde1","img_meta":{"base_id":"%2F687aae40875b23cab49ddde1","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"https://www.donorschoose.org/iheartradio"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67b8f4a3e072eb3303429080","type":"LEADS","record":{"title":"Advertise with America's #1 Audio Company","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67b8f45de072eb330342907f","img_meta":{"base_id":"%2F67b8f45de072eb330342907f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"/advertise/?campid=advertise_promo"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F6765c1ec27c687c84e024cf3","type":"LEADS","record":{"title":"Calming Music To Relax Your Pets!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67575e4ee34cbffded965b42","img_meta":{"base_id":"%2F67575e4ee34cbffded965b42","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"https://www.iheart.com/live/pet-radio-10231/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoyfSwiZW5kcyI6eyJQVG9PSyI6LTEsIkpBclJOIjoxLCJ3bWVOSyI6LTF9fQ==","scopes":[]}}},{"id":"lP0Ih","region":"main:dynamic","type":"feed","ordinal":4,"value":{"feed_id":"USAGE:feed-usecases/Default Content","feed_index":2,"size":2,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/large"],"schedule":null,"feed":{"results":[{"id":"%2F688e660a2cc96ab9d0f56920","type":"PUBLISHING","record":{"ref_id":"%2F688e660a2cc96ab9d0f56920","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a378e900-2776-4c78-a7d6-15c87e94651b","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NY - DECEMBER 06: Cooking show host Paula Deen visits Fox & Friends Christmas Special at FOX Studios on December 6, 2012 in New York City. (Photo by Slaven Vlasic/Getty Images)","id":"%2F688e6681fe9037a39187a472","new_tab":false,"schedule":{},"source_credit":"Slaven Vlasic / Getty Images Entertainment / Getty Images","title":"Fox & Friends Christmas Special","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Paula Deen\u003c/strong>, the renowned celebrity chef, has \u003ca href=\"https://people.com/paula-deen-announces-closure-of-two-restaurants-including-flagship-11783829\" target=\"_blank\">announced the abrupt closure of her flagship restaurant, The Lady & Sons\u003c/a>, in Savannah, Georgia. The closure, effective Thursday (July 31), marks the end of an era for the eatery that launched Deen to fame. Alongside The Lady & Sons, Deen also closed The Chicken Box, another restaurant she operated in Savannah.\u003c/p>\n\n\u003cp>Deen \u003ca href=\"https://www.facebook.com/TheLadyAndSons/posts/pfbid0t7Ez1nWgD3DXSVRw9ssf6GeSsFBwSC9Hf9escFxqixJYdw8VhTSASz3v8UDBSUzjl\" target=\"_blank\">shared the news on social media\u003c/a>, expressing gratitude to her patrons and staff for their support over the past 36 years. "Thank you for all the great memories and for your loyalty," Deen wrote, emphasizing her family's appreciation for the community. The Lady & Sons, which began as a catering business called The Bag Lady in 1989, became a staple in Savannah, known for its Southern-style dishes and family-style dining, earning accolades such as the “International Meal of the Year” from USA Today in 1999.\u003c/p>\n\n\u003cp>Despite the closures, \u003ca href=\"https://www.eonline.com/news/1420674/paula-deen-chef-food-network-star-closes-2-restaurants\" target=\"_blank\">Deen plans to focus on her Paula Deen’s Family Kitchen locations\u003c/a> in Pigeon Forge, Myrtle Beach, Nashville, and Branson. She expressed excitement about visiting these restaurants, starting with Branson on August 8.\u003c/p>\n\n\u003cp>The sudden closure surprised many, including locals who frequently visited the popular restaurant. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous/","primary_image":{"bucket":"assets.getty","id":"%2F688e6681fe9037a39187a472"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754163240000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","social_title":"","summary":"Despite the closure, Deen plans to focus on her Paula Deen’s Family Kitchen locations.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Paula Deen Closes Popular Restaurant That Made Her Famous"},"slug":"2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e6681fe9037a39187a472","title":"Paula Deen Closes Popular Restaurant That Made Her Famous","description":"Despite the closure, Deen plans to focus on her Paula Deen’s Family Kitchen locations.","author":"iHeartRadio"},"pub_start":1754163240000,"pub_until":4115978604802,"pub_changed":1754163613417,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e660a2cc96ab9d0f56920","slug:2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","slug:2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688cff3f2e24d7fcac0823af","type":"PUBLISHING","record":{"ref_id":"%2F688cff3f2e24d7fcac0823af","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"25d5ca72-6873-474f-8403-ef91ebd707ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Nearly 200,000 KidKraft Farm to Table Play Kitchens have been recalled after a child died while playing with it. ","id":"%2F688cffcc2e24d7fcac0823b9","new_tab":false,"schedule":{},"source_credit":"Consumer Products Safety Comission","title":"Recall On KidKraft Farm to Table Play Kitchens","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Nearly \u003ca href=\"https://abcnews.go.com/GMA/Family/192000-kids-play-kitchens-recalled-after-1-death/story?id=124241619\" target=\"_blank\">200,000 KidKraft Farm to Table Model Play Kitchen sets are being recalled\u003c/a> after a tragic incident led to the death of a toddler. The recall, announced by Backyard Kids, LLC and the Consumer Product Safety Commission, follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook of the play kitchen set in February 2023.\u003c/p>\n\n\u003cp>The play kitchens, sold between 2018 and July 2025, \u003ca href=\"https://www.usatoday.com/story/money/2025/08/01/kidkraft-play-kitchens-recall/85471428007/\" target=\"_blank\">pose a risk of strangulation and asphyxia if a child climbs on the counter\u003c/a> or crawls through the opening in the back. The recalled units are black and light gray with wood-like countertops and measure 44 inches in length, 13 3/4 inches in width, and 43 inches high. They were intended for children aged three and above.\u003c/p>\n\n\u003cp>Although 192,000 units are impacted, only 400 were sold to consumers by Backyard Kids. The play kitchens were available online on Amazon, Walmart, and KidKraft's websites, retailing between $120 and $270.\u003c/p>\n\n\u003cp>Backyard Kids is \u003ca href=\"https://www.cpsc.gov/Recalls/2025/Backyard-Kids-Recalls-KidKraft-Farm-to-Table-Play-Kitchens-Due-to-Strangulation-Hazard-One-Death-Reported\" target=\"_blank\">offering free replacement hooks to consumers\u003c/a> with affected units. They can be contacted via email at recall@kidkraft.com or by phone at (800) 882-0234, Monday through Friday from 8:30 a.m. to 5 p.m. ET.\u003c/p>\n\n\u003cp>KidKraft, Inc., which manufactured the sets, filed for bankruptcy in May 2024. As of now, no other incidents have been reported involving the hooks catching on children's clothing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","primary_image":{"bucket":"new_assets","id":"%2F688cffcc2e24d7fcac0823b9"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","social_title":"","summary":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death"},"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9","title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death","description":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","author":"iHeartRadio"},"pub_start":1754070900000,"pub_until":4115978604802,"pub_changed":1754071336411,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff3f2e24d7fcac0823af","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":2,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"beE6F","region":"main:dynamic","type":"feed","ordinal":5,"value":{"feed_id":"ID:weekly-widget-feed","feed_index":3,"size":10,"title":""},"tags":["display-hints/cume"],"schedule":null,"feed":{"results":[],"resume":null}},{"id":"ha5Er","region":"main:dynamic","type":"contests","ordinal":6,"value":{},"tags":["display-hints/tile"],"schedule":null},{"id":"lHlMQ","region":"main:dynamic","type":"playlist","ordinal":7,"value":{},"tags":["display-hints/themed-block","display-hints/tile"],"schedule":null},{"id":"zlJN0","region":"main:dynamic","type":"show","ordinal":8,"value":{"brands":[{"ref":"config://field/general.default_shows","scope":null,"type":"VAR"}],"title":"Shows"},"tags":[],"schedule":{"begin":0,"end":4115978604802},"shows":[{"_id":"%2F8c59715129bb90ae284404fa50076d84","slug":"steve-harvey-morning-show","ownBrand":"brands/Steve Harvey Morning Show (55813)","configByLookup":{"common":{"branding":{"name":"Steve Harvey Morning Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/62756c1194a3c7b6f53c403872d1088c"}}}}}},{"_id":"%2F1facdc041107d2d038831f365abec506","slug":"bionce-foxx","ownBrand":"brands/Bionce Foxx (57510)","configByLookup":{"common":{"branding":{"name":"Bioncé Foxx","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/67a3a068dd07c73d876194e7"}}}}}},{"_id":"%2F698e8b0486cfd176b1f78a846b9c70d6","slug":"joe-soto","ownBrand":"brands/Joe Soto (58115)","configByLookup":{"common":{"branding":{"name":"Joe Soto","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5ce447d94c996d20048560fc"}}}}}},{"_id":"%2Ff547ce9f7a5b9baef0f4059d0a19d171","slug":"the-sweat-hotel","ownBrand":"brands/The Sweat Hotel (56048)","configByLookup":{"common":{"branding":{"name":"The Sweat Hotel","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/0e542c0b5c8f8471258fdba9a3e6bf42"}}}}}}]},{"id":"MOi2y","region":"main:dynamic","type":"ad","ordinal":9,"value":{"ad_split":0,"position":"3331"},"tags":[],"schedule":null},{"id":"Vj1NU","region":"main:dynamic","type":"podcasts","ordinal":10,"value":{"shows":[{"ref":"config://field/general.default_podcasts","scope":null,"type":"VAR"}],"title":null},"tags":["display-hints/podcasts-block","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"podcasts":["117923987","29747177","30129479","121836218","79998832","27928551"]},{"id":"kIdtO","region":"main:dynamic","type":"feed","ordinal":11,"value":{"feed_id":"USAGE:feed-usecases/Default Content","feed_index":4,"size":6,"title":"Latest Stories"},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-load-more","display-hints/feed-date-stamp","display-hints/small"],"schedule":null,"feed":{"results":[{"id":"%2F688bd70e0506ff600524dd56","type":"PUBLISHING","record":{"ref_id":"%2F688bd70e0506ff600524dd56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"7ec9ce50-6eae-45ed-84b9-49e331258464","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F105-savor-28019899%2F","@url":"https://www.iheart.com/podcast/105-savor-28019899/","author_name":"Savor","author_url":"https://www.iheart.com/podcast/105-savor-28019899/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Savor\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/?embed=true&cid=oembed&keyid%5B0%5D=Savor&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZhZWEzNjg2LThkNzAtNGU4ZC1hODQ4LWFlMjcwMTc0N2UxNS9pbWFnZS5qcGc_dD0xNzUzMTI5ODA4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"Savor","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Savor\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/?embed=true&cid=oembed&keyid%5B0%5D=Savor&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/105-savor-28019899/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"BEEF Bacon Breakfast Sandwich with Scrambled eggs and Cheese on Toasted Bread","id":"%2F688bd8030506ff600524dd61","new_tab":false,"schedule":{},"source_credit":"E+","title":"BEEF Bacon Breakfast Sandwich","type":"asset","url":"","use_caption":false},{"html":"\u003cp>There’s one breakfast spot that locals swear by in Illinois.\u003c/p>\n\n\u003cp>A place where the coffee is always hot, the pancakes are perfectly golden, and the morning rush feels more like a friendly gathering than a routine start to the day. The best breakfast restaurant in the state isn’t just about food, it’s about comfort, community, and tradition. From fluffy biscuits smothered in gravy to inventive takes on avocado toast, this gem has earned a reputation for starting mornings right.\u003c/p>\n\n\u003cp>Let's take a closer look at the beloved eatery that’s captured the hearts (and stomachs) of locals and travelers alike. Grab a fork, and maybe a second cup of coffee, as we dig into what makes this Illinois breakfast spot truly the best in the state.\u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://www.lovefood.com/gallerylist/146801/the-best-breakfast-joint-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a>, the best breakfast join \u003ca href=\"https://www.iheart.com/content/2025-07-29-beloved-illinois-eatery-serves-the-best-fried-chicken-in-the-state/\" target=\"_blank\">in Illinois\u003c/a> is\u003cstrong> Wildberry Pancakes and Cafe\u003c/strong> in Chicago, Libertyville, and Schaumburg. \u003c/p>\n\n\u003cp>Here's what \u003cem>LoveFood\u003c/em> had to say about the restaurant that serves the best breakfast in the entire state:\u003c/p>\n\n\u003cblockquote>"Hearty American breakfasts are what Wildberry Pancakes and Cafe is all about. There are four outposts throughout the state, and each one gets rave reviews from customers. Top menu choices include a classic eggs Benedict, which comes with thick slices of real ham, house-made Hollandaise, and a side of hash browns, and the Mexicana skillet, an overloaded pan of hash browns, cheese, chorizo, jalapeños, avocado, and your choice of eggs."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.lovefood.com/gallerylist/146801/the-best-breakfast-joint-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a> for a continued list of eateries that serve the best breakfast meals in the country!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/state","keywords/eatery","keywords/breakfast","keywords/breakfast spot","keywords/Illinois","keywords/place","keywords/breakfast restaurant","keywords/coffee","keywords/breakfast item","keywords/menu"],"permalink":"https://v103.iheart.com/content/2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state/","primary_image":{"bucket":"new_assets","id":"%2F688bd8030506ff600524dd61"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1753995900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","social_title":"","summary":"Is your favorite breakfast item on the menu??","targets":[{"categories":["categories/local-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/content"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Popular Illinois Eatery Serves The 'Best Breakfast' In The Entire State"},"slug":"2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688bd8030506ff600524dd61","title":"Popular Illinois Eatery Serves The 'Best Breakfast' In The Entire State","description":"Is your favorite breakfast item on the menu??","author":"Logan DeLoye"},"pub_start":1753995900000,"pub_until":4115978604802,"pub_changed":1753996389025,"subscription":[{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["categories/local-news","brands/iHeartRadio"]},{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["syndications/content","markets/CHICAGO-IL"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd70e0506ff600524dd56","slug:2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","slug:2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","keyword:keywords/state","keyword:keywords/eatery","keyword:keywords/breakfast","keyword:keywords/breakfast spot","keyword:keywords/Illinois","keyword:keywords/place","keyword:keywords/breakfast restaurant","keyword:keywords/coffee","keyword:keywords/breakfast item","keyword:keywords/menu","author:user"]}},{"id":"%2F688bbd7c47e2da957ab997b9","type":"PUBLISHING","record":{"ref_id":"%2F688bbd7c47e2da957ab997b9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d552901d-f273-412b-8fae-32649a454f16","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-battleground-podcast-29165646%2F","@url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","author_name":"Battleground Podcast","author_url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5YmY5ZDhkZWVhMjVkODAwNzk3MDI3OGRiYWNmYWI2LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"Battleground Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"INGLEWOOD, CALIFORNIA - JANUARY 06: Hulk Hogan with Jimmy Hart along side address the crowd during RAW at Intuit Dome on January 6, 2025 in Inglewood, California. (Photo by WWE/Getty Images)","id":"%2F68825ec0ef97e24aa4a2d7df","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Monday Night RAW","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">WWE Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">\u003cstrong>Hulk Hogan\u003c/strong>\u003c/a> secretly battled leukemia prior to his death, according to Pinellas County Forensic Science Center documents obtained by \u003ca href=\"https://pagesix.com/2025/07/31/celebrity-news/hulk-hogans-cause-of-death-revealed/?_gl=1*95du87*_ga*NDc5NjcxMzU5LjE3MjkyNTQxNDM.*_ga_0DZ7LHF5PZ*czE3NTM5NzQwNTMkbzEwOTgkZzEkdDE3NTM5NzQzMjAkajU4JGwwJGgw\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a> on Thursday (July 31).\u003c/p>\n\n\u003cp>Hogan, 71, whose real name was \u003cstrong>Terry Bollea\u003c/strong>, reportedly had a history of atrial fibrillation (AFib), which is categorized in patients with an irregular and often rapid heart rate, as well as chronic lymphocytic leukemia (CLL), a cancer that affects white blood cells, though the diagnosis that wasn't previously revealed to the public. The legendary wrestler's \u003ca href=\"https://www.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/\" target=\"_blank\">cause of death was determined to be acute myocardial infarction\u003c/a>, which occurs when blood flow to the heart is suddenly blocked, resulting in tissue damage, the documents confirmed.\u003c/p>\n\n\u003cp>Hogan's death was ruled as natural and the Pinellas County Forensic Center confirmed that a request was made to have him cremated.\u003c/p>\n\n\u003cp>“I am not aware when Mr. Bollea will be cremated, only that we received a request for cremation approval," a spokesperson told \u003cem>Page Six\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-24-wwe-confirms-hulk-hogans-death-in-tribute/\" target=\"_blank\">WWE confirmed Hulk Hogan's death\u003c/a> in tribute posts shared on its social media account following \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>' initial report las Thursday (July 24).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FWWE%2Fstatus%2F1948414335153230023","@url":"https://x.com/WWE/status/1948414335153230023","author_name":"WWE","author_url":"https://twitter.com/WWE","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/WWE/status/1948414335153230023","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/WWE/status/1948414335153230023"},{"html":"\u003cp>Medics reportedly responded to a reported "cardiac arrest" at Hogan's Clearwater home early Thursday morning, with the dispatch audio clip obtained and shared by \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>. Sources with knowledge of the situation told \u003cem>TMZ Sports\u003c/em> that several police vehicles and EMTs were parked outside the wrestling legend's home and he was reported to be carried out on a stretcher and into an ambulance.\u003c/p>\n\n\u003cp>Hogan's death came weeks after his wife denied rumors that he was in a coma, claiming his heart was "strong" while recovering from surgeries, according to \u003cem>TMZ Sports\u003c/em>. The website had previously reported rumors of the wrestler being on his "deathbed," which were later clarified to be symptoms of a neck procedure in May.\u003c/p>\n\n\u003cp>The Hulk Hogan character is one of the most well-known in the history of professional wrestling, leading WWE to become a global enterprise in the 1980s as the face of the company during its popularity boom. Bollea was a five-time WWE (then-WWF) Champion, which included a 1,474-day reign as the longest of the \u003cem>WrestleMania\u003c/em> era and a six-time WCW World Heavyweight Champion, where he was the leader of the New World Order as 'Hollywood' Hulk Hogan during his tenure with the now-defunct promotion.\u003c/p>\n\n\u003cp>Hogan was inducted into the WWE Hall of Fame twice as both an individual and as a member of the faction.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hulk Hogan","keywords/WWE","keywords/AFib","keywords/death","keywords/pro wrestling","keywords/documents","keywords/acute myocardial infarction","keywords/professional wrestling","keywords/dead","keywords/autopsy","keywords/results","keywords/cause of death","keywords/heart attack","keywords/cardiac arrest"],"permalink":"https://v103.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","primary_image":{"bucket":"new_assets","id":"%2F68825ec0ef97e24aa4a2d7df"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753988460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","social_title":"","summary":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death"},"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df","title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death","description":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","author":"Jason Hall"},"pub_start":1753988460000,"pub_until":4115978604802,"pub_changed":1753988852218,"subscription":[{"tags":["categories/sports","categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bbd7c47e2da957ab997b9","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","keyword:keywords/Hulk Hogan","keyword:keywords/WWE","keyword:keywords/AFib","keyword:keywords/death","keyword:keywords/pro wrestling","keyword:keywords/documents","keyword:keywords/acute myocardial infarction","keyword:keywords/professional wrestling","keyword:keywords/dead","keyword:keywords/autopsy","keyword:keywords/results","keyword:keywords/cause of death","keyword:keywords/heart attack","keyword:keywords/cardiac arrest","author:user"]}},{"id":"%2F688b8586cc40131f1045ce52","type":"PUBLISHING","record":{"ref_id":"%2F688b8586cc40131f1045ce52","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-battleground-podcast-29165646%2F","@url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","author_name":"Battleground Podcast","author_url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5YmY5ZDhkZWVhMjVkODAwNzk3MDI3OGRiYWNmYWI2LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"Battleground Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"INGLEWOOD, CALIFORNIA - JANUARY 06: Hulk Hogan with Jimmy Hart along side address the crowd during RAW at Intuit Dome on January 6, 2025 in Inglewood, California. (Photo by WWE/Getty Images)","id":"%2F688b85f6cc40131f1045ce5d","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Monday Night RAW","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">WWE Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">\u003cstrong>Hulk Hogan\u003c/strong>\u003c/a>'s cause of death was officially ruled to be a heart attack, according to Pinellas County Forensic Science Center documents obtained by \u003ca href=\"https://pagesix.com/2025/07/31/celebrity-news/hulk-hogans-cause-of-death-revealed/?_gl=1*95du87*_ga*NDc5NjcxMzU5LjE3MjkyNTQxNDM.*_ga_0DZ7LHF5PZ*czE3NTM5NzQwNTMkbzEwOTgkZzEkdDE3NTM5NzQzMjAkajU4JGwwJGgw\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a> on Thursday (July 31).\u003c/p>\n\n\u003cp>Hogan, 71, whose real name was \u003cstrong>Terry Bollea\u003c/strong>, died from acute myocardial infarction, which occurs when blood flow to the heart is suddenly blocked, resulting in tissue damage, the documents confirmed. The legendary wrestler reportedly had a history of atrial fibrillation (AFib), which is categorized in patients with an irregular and often rapid heart rate, as well as chronic lymphocytic leukemia (CLL), a cancer that affects white blood cells, though the diagnosis that wasn't previously revealed to the public.\u003c/p>\n\n\u003cp>Hogan's death was ruled as natural and the Pinellas County Forensic Center confirmed that a request was made to have him cremated.\u003c/p>\n\n\u003cp>“I am not aware when Mr. Bollea will be cremated, only that we received a request for cremation approval," a spokesperson told \u003cem>Page Six\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-24-wwe-confirms-hulk-hogans-death-in-tribute/\" target=\"_blank\">WWE confirmed Hulk Hogan's death\u003c/a> in tribute posts shared on its social media account following \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>' initial report last Thursday (July 24).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FWWE%2Fstatus%2F1948414335153230023","@url":"https://x.com/WWE/status/1948414335153230023","author_name":"WWE","author_url":"https://twitter.com/WWE","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/WWE/status/1948414335153230023","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/WWE/status/1948414335153230023"},{"html":"\u003cp>Medics reportedly responded to a reported "cardiac arrest" at Hogan's Clearwater home early Thursday morning, with the dispatch audio clip obtained and shared by \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>. Sources with knowledge of the situation told \u003cem>TMZ Sports\u003c/em> that several police vehicles and EMTs were parked outside the wrestling legend's home and he was reported to be carried out on a stretcher and into an ambulance.\u003c/p>\n\n\u003cp>Hogan's death came weeks after his wife denied rumors that he was in a coma, claiming his heart was "strong" while recovering from surgeries, according to \u003cem>TMZ Sports\u003c/em>. The website had previously reported rumors of the wrestler being on his "deathbed," which were later clarified to be symptoms of a neck procedure in May.\u003c/p>\n\n\u003cp>The Hulk Hogan character is one of the most well-known in the history of professional wrestling, leading WWE to become a global enterprise in the 1980s as the face of the company during its popularity boom. Bollea was a five-time WWE (then-WWF) Champion, which included a 1,474-day reign as the longest of the \u003cem>WrestleMania\u003c/em> era and a six-time WCW World Heavyweight Champion, where he was the leader of the New World Order as 'Hollywood' Hulk Hogan during his tenure with the now-defunct promotion.\u003c/p>\n\n\u003cp>Hogan was inducted into the WWE Hall of Fame twice as both an individual and as a member of the faction.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hulk Hogan","keywords/WWE","keywords/documents","keywords/acute myocardial infarction","keywords/pro wrestling","keywords/professional wrestling","keywords/dead","keywords/death","keywords/autopsy","keywords/results","keywords/cause of death","keywords/heart attack","keywords/cardiac arrest"],"permalink":"https://v103.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/","primary_image":{"bucket":"new_assets","id":"%2F688b85f6cc40131f1045ce5d"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1753974480000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-hulk-hogans-official-cause-of-death-determined","social_title":"","summary":"Hulk Hogan's official cause of death has been determined.","targets":[],"title":"Hulk Hogan's Official Cause Of Death Determined"},"slug":"2025-07-31-hulk-hogans-official-cause-of-death-determined","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688b85f6cc40131f1045ce5d","title":"Hulk Hogan's Official Cause Of Death Determined","description":"Hulk Hogan's official cause of death has been determined.","author":"Jason Hall"},"pub_start":1753974480000,"pub_until":4115978604802,"pub_changed":1753988684026,"subscription":[{"tags":["categories/sports","categories/national-news","categories/entertainment-news","categories/politics","facets/All Sites - English"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b8586cc40131f1045ce52","slug:2025-07-31-hulk-hogans-official-cause-of-death-determined","slug:2025-07-31-hulk-hogans-official-cause-of-death-determined","keyword:keywords/Hulk Hogan","keyword:keywords/WWE","keyword:keywords/documents","keyword:keywords/acute myocardial infarction","keyword:keywords/pro wrestling","keyword:keywords/professional wrestling","keyword:keywords/dead","keyword:keywords/death","keyword:keywords/autopsy","keyword:keywords/results","keyword:keywords/cause of death","keyword:keywords/heart attack","keyword:keywords/cardiac arrest","author:user"]}},{"id":"%2F688b624ee7857f97a89a7b48","type":"PUBLISHING","record":{"ref_id":"%2F688b624ee7857f97a89a7b48","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"474e9a3c-56fe-453b-b154-26f666620485","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Tony M. Centeno","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F67fe6b683fa2fdacfb0b2c8a","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Diddy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/diddy-58652/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"58652\" data-catalog-related-id=\"\">\u003cstrong>Sean "Diddy" Combs'\u003c/strong>\u003c/a> legal team is looking to get \u003ca href=\"https://www.iheart.com/content/2025-07-02-jury-in-diddys-criminal-trial-reaches-verdict-on-all-counts/\" target=\"_blank\">\u003cstrong>the mogul's convictions\u003c/strong>\u003c/a> overturned, and if that doesn't work, then they want another trial only for the Mann Act charges. \u003cbr />\u003cbr />According to a report \u003ca href=\"https://www.tmz.com/2025/07/30/diddy-acquittal-new-trial-mann-act-doesnt-apply-voyeur-sex-workers-cassie-jane/\" target=\"_blank\">\u003cstrong>\u003cem>TMZ\u003c/em>\u003c/strong>\u003c/a> published on Wednesday night, July 30, Combs' attorneys filed a new motion asking Judge Arun Subramanian to acquit their client. They argue that Combs is the only person convicted of violating the Mann Act (which forbids transporting people across state lines for sex) who didn't profit from the scheme, make the arrangements, or have sex with the prostitutes. They claim Combs' only involvement was recording the sexual acts for his private entertainment. \u003c/p>\n\n","schedule":{},"type":"html"},{"html":"\u003cp>Combs' legal team is convinced the Bad Boy Records founder didn't do anything under the Mann Act. They point to testimony from the witnesses, including the sex workers in question, as well as his ex-girlfriends, Casandra "Cassie" Ventura and "Jane." None of them ever indicated that Combs participated in sexual activity with the hired prostitutes. They also point out that the women involved were the ones who usually handled everything for the freak-off sessions, from the travel to their compensation. \u003cbr />\u003cbr />In addition, they asserted that the male prostitutes involved consented to everything and "enjoyed the activities." They also claim the sex workers maintained friendships with the women and didn't only take part in the freak-offs for money. Combs' involvement only constitutes voyeurism at best. The artist's lawyers argue, "multiple state courts have held that paying for voyeurism, to watch other people have sex, is not prostitution." They also said Combs' recordings are protected under the First Amendment since they were only making "amateur pornography." \u003cbr />\u003cbr />If the judge doesn't acquit, Combs' legal team will request a new trial for only the Mann Act charges. They also want the 2016 video of Combs beating Cassie to be excluded because they believe it won't be relevant and would be "unfairly prejudicial." Their new motion comes several months before Combs' sentencing hearing. It's possible that Combs could get only three to four years in prison based on the prosecution and defense's recommendations. However, President Donald Trump is also \u003ca href=\"https://www.iheart.com/content/2025-07-30-trump-reportedly-seriously-considering-presidential-pardon-for-diddy/\" data-content-id=\"/688a52b3818cf2bf1b2933a0\">\u003cstrong>considering giving Combs a full pardon\u003c/strong>\u003c/a> before he's sentenced. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions/","cuser":"user/ldap/1133095","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Diddy","keywords/Hip-Hop"],"permalink":"https://v103.iheart.com/content/2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions/","primary_image":{"bucket":"new_assets","id":"%2F67fe6b683fa2fdacfb0b2c8a"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/HIPHOPRNB","formats/CHRRHYTHMIC","formats/CHRPOP","formats/RNB"]},"publish_date":1753969740000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","social_title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions","summary":"Diddy's legal team is looking to overturn his recent convictions","targets":[{"categories":["categories/music-news"],"distribution":["artists/Diddy (58652)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions"},"slug":"2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67fe6b683fa2fdacfb0b2c8a","title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions","description":"Diddy's legal team is looking to overturn his recent convictions","author":"Tony M. Centeno"},"pub_start":1753969740000,"pub_until":4115978604802,"pub_changed":1753970126905,"subscription":[{"tags":["categories/music-news","formats/HIPHOPRNB","formats/CHRRHYTHMIC","formats/CHRPOP","formats/RNB"]},{"tags":["categories/music-news","artists/Diddy (58652)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b624ee7857f97a89a7b48","slug:2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","slug:2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","keyword:keywords/Diddy","keyword:keywords/Hip-Hop","author:user"]}},{"id":"%2F688b611ba1567cef8d2fc709","type":"PUBLISHING","record":{"ref_id":"%2F688b611ba1567cef8d2fc709","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5e6ec176-f6a0-4b0f-b29f-f429de50f793","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6837017502c378e4e3decad3","new_tab":false,"schedule":{},"source_credit":"@Itshanrose/Instagram","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-06-30-influencer-hannah-moodys-cause-of-death-revealed/\" target=\"_blank\">Influencer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-06-30-influencer-hannah-moodys-cause-of-death-revealed/\" target=\"_blank\">\u003cstrong>Hannah Moody\u003c/strong>\u003c/a>'s body was found "deceased and decomposing" for about two days after she went missing in Scottsdale in May, a full report from the Maricopa County Medical Examiner's Office revealed via \u003ca href=\"https://people.com/hiking-influencer-hannah-moodys-body-was-discovered-decomposing-in-103-degree-heat-11782054\" target=\"_blank\">\u003cem>PEOPLE\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>Moody, 31, was reportedly on a popular Arizona trail where temperatures reached up to 103 degrees Fahrenheit and her body experienced "abrasions of the right shoulder and lower extremities." The influencer's cause of death was officially ruled as "environmental heat exposure" and determined to be accidental.\u003c/p>\n\n\u003cp>Toxicology results were reported to be negative for "ethanol, screened drugs of abuse, and select therapeutic medications" and she only had "minimally elevated creatine and urea nitrogen," according to \u003cem>PEOPLE\u003c/em>. Moody, who had nearly 50,000 followers on her Instagram account documenting her hiking, faith and fitness lifestyle, was \u003ca href=\"https://www.iheart.com/content/2025-05-28-influencer-hannah-moody-dead-at-31/\" target=\"_blank\">found dead off a trail in central Arizona\u003c/a> on May 22 and an investigation into her death was launched, however, the Scottsdale Police Department said there were "no obvious signs of foul play or trauma" during its initial update.\u003c/p>\n\n\u003cp>The hiking influencer was found near the Gateway Trailhead of the McDowell Sonoran Preserve in Scottsdale at around 12:05 p.m. local time.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDH4FewmTYUf%2F","@url":"https://www.instagram.com/p/DH4FewmTYUf/","author_name":"itshanrose","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Hannah Rose 🌹 (@itshanrose)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1137,"thumbnail_url":"https://scontent-iad3-1.cdninstagram.com/v/t51.2885-15/487916492_18493547338053482_683740702106337735_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2QErMi8v1qrboqqtfmVXx-rF5LlrJLPotP5cmmr4oHUbLIEUNIDTjlQfVHSyLEvsKT4&_nc_ohc=ZngSUNM1s20Q7kNvwF8XBcC&_nc_gid=Y6bDwyNw6-guyPCBpcWkwA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfQomkxDk8tY99hFaeGrkl4vs8zZ7MCY3nLHPXtKhPEBUw&oe=68911F27&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Hannah Rose 🌹 (@itshanrose)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DH4FewmTYUf/"},{"html":"\u003cp>Moody was reported missing about 16 hours prior after concerned friends said they hadn't heard from her. Scottsdale Police officers located her vehicle in the parking lot of the McDowell Sonoran Preserve and attempts "to reach her by phone or ping her cellphone were unsuccessful," the department said via \u003cem>CBS News\u003c/em>.\u003c/p>\n\n\u003cp>Officers searched the area on foot and used drones, as well as the assistance of a Phoenix Police Department helicopter. The initial search was suspended for the evening at around 11:30 p.m. before resuming the following morning "with 20-plus officers on bicycles, on foot, with drones, and with the assistance of the Maricopa County Sheriff's Office search and rescue team and air unit," the Scottsdale Police Department confirmed via \u003ca href=\"https://www.cbsnews.com/news/arizona-hiker-hannah-moody-body-found-day-after-reported-missing/\" target=\"_blank\">\u003cem>CBS News\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>"Other individuals showed up and assisted with the search efforts as well. The Maricopa County Sheriff's Air Unit located Hannah's body around 12:05 p.m., about 600 yards off-trail," the department added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":["formats/ROCKCLASSIC","formats/ROCKACTIVE"]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hannah Moody","keywords/Moody","keywords/PEOPLE","keywords/Scottsdale Police Department","keywords/death","keywords/details","keywords/Office","keywords/trail","keywords/body","keywords/influencer","keywords/dead","keywords/investigation","keywords/Arizona"],"permalink":"https://v103.iheart.com/content/2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed/","primary_image":{"bucket":"new_assets","id":"%2F6837017502c378e4e3decad3"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753966140000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","social_title":"","summary":"Gruesome new details on influencer Hannah Moody's death have been revealed.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Gruesome New Details On Influencer Hannah Moody's Death Revealed"},"slug":"2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6837017502c378e4e3decad3","title":"Gruesome New Details On Influencer Hannah Moody's Death Revealed","description":"Gruesome new details on influencer Hannah Moody's death have been revealed.","author":"Jason Hall"},"pub_start":1753966140000,"pub_until":4115978604802,"pub_changed":1753966537209,"subscription":[{"tags":["categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["formats/ROCKCLASSIC","formats/ROCKACTIVE"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b611ba1567cef8d2fc709","slug:2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","slug:2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","keyword:keywords/Hannah Moody","keyword:keywords/Moody","keyword:keywords/PEOPLE","keyword:keywords/Scottsdale Police Department","keyword:keywords/death","keyword:keywords/details","keyword:keywords/Office","keyword:keywords/trail","keyword:keywords/body","keyword:keywords/influencer","keyword:keywords/dead","keyword:keywords/investigation","keyword:keywords/Arizona","author:user"]}},{"id":"%2F688a7dbc5f812abfb97a1202","type":"PUBLISHING","record":{"ref_id":"%2F688a7dbc5f812abfb97a1202","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fea14457-409d-49d5-8cd9-ef87baeea83a","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F105-savor-28019899%2Fepisode%2Fsavor-classics-hail-seitan-285464915%2F","@url":"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/","author_name":"Savor","author_url":"https://www.iheart.com/podcast/105-savor-28019899/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Savor Classics: Hail Seitan - Savor\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/?embed=true&cid=oembed&keyid%5B0%5D=Savor&keyid%5B1%5D=Savor%20Classics%3A%20Hail%20Seitan%20-%20Savor&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZhZWEzNjg2LThkNzAtNGU4ZC1hODQ4LWFlMjcwMTc0N2UxNS9pbWFnZS5qcGc_dD0xNzUzMTI5ODA4JnNpemU9TGFyZ2U","thumbnail_width":300,"title":"Savor Classics: Hail Seitan - Savor","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Savor Classics: Hail Seitan - Savor\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/?embed=true&cid=oembed&keyid%5B0%5D=Savor&keyid%5B1%5D=Savor%20Classics%3A%20Hail%20Seitan%20-%20Savor&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Panini (sandwiches) made of arugula, tomato and prosciutto crudo (raw ham) in a store in Venice, Veneto region, Italy.","id":"%2F688a81475f812abfb97a120e","new_tab":false,"schedule":{},"source_credit":"Moment RF","title":"Panini made of arugula, tomato and prosciutto crudo","type":"asset","url":"","use_caption":false},{"html":"\u003cp>In a state packed with standout sandwiches and bold culinary creativity, one Illinois shop has risen above the rest, earning a coveted spot on \u003ca href=\"https://www.yelp.com/article/top-100-sandwich-shops-2025\" target=\"_blank\">\u003cem>Yelp’s Top 100 Sandwich Shops of 2025\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>Recognized for its consistently high ratings, glowing reviews, and unforgettable flavors, this local favorite is more than just a place to grab a bite, it’s a community staple and a destination for sandwich lovers far and wide.\u003c/p>\n\n\u003cp>Yelp’s rankings are no small feat, weighing a blend of review volume, star ratings, and genuine customer feedback to highlight the best of the best. This particular Illinois shop checks all the boxes, serving up fresh ingredients, inventive combinations, and a welcoming atmosphere that keeps people coming back.\u003c/p>\n\n\u003cp>According to \u003cem>Yelp’s Top 100 Sandwich Shops of 2025\u003c/em>, the best place to order a sandwich \u003ca href=\"https://www.iheart.com/content/2025-07-28-popular-sweet-treat-recalled-across-illinois-poses-deadly-health-risk/\" target=\"_blank\">in Illinois\u003c/a> is \u003cstrong>Omarcitos Latin Cafe\u003c/strong> in Chicago. \u003c/p>\n\n\u003cp>Here's what \u003cem>Yelp\u003c/em> had to say about compiling the data to discover the best sandwich shops across the country:\u003c/p>\n\n\u003cblockquote>"This is an all-time list of the Top 100 Sandwich Shops in the US according to Yelp. We identified businesses in the sandwich category on Yelp, then ranked those spots using a number of factors, including the total volume and ratings of reviews. When available, all businesses on this list have a passing health score as of May 9, 2025."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.yelp.com/article/top-100-sandwich-shops-2025\" target=\"_blank\">\u003cem>Yelp’s Top 100 Sandwich Shops of 2025\u003c/em>\u003c/a> for a full list of America's best sandwich shops!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Yelp","keywords/community staple","keywords/shop","keywords/Illinois","keywords/spot","keywords/Top 100 sandwich Shops","keywords/Top 100 Sandwich Shops","keywords/sandwich","keywords/sandwiches","keywords/state"],"permalink":"https://v103.iheart.com/content/2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025/","primary_image":{"bucket":"new_assets","id":"%2F688a81475f812abfb97a120e"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1753907880000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","social_title":"","summary":"Does this shop serve your FAVORITE sandwich?! ","targets":[{"categories":["categories/local-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/content"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Beloved Illinois Spot Named Among 'Top 100 Sandwich Shops' In US For 2025"},"slug":"2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688a81475f812abfb97a120e","title":"Beloved Illinois Spot Named Among 'Top 100 Sandwich Shops' In US For 2025","description":"Does this shop serve your FAVORITE sandwich?! ","author":"Logan DeLoye"},"pub_start":1753907880000,"pub_until":4115978604802,"pub_changed":1753908651607,"subscription":[{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["categories/local-news","brands/iHeartRadio"]},{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["syndications/content","markets/CHICAGO-IL"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688a7dbc5f812abfb97a1202","slug:2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","slug:2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","keyword:keywords/Yelp","keyword:keywords/community staple","keyword:keywords/shop","keyword:keywords/Illinois","keyword:keywords/spot","keyword:keywords/Top 100 sandwich Shops","keyword:keywords/Top 100 Sandwich Shops","keyword:keywords/sandwich","keyword:keywords/sandwiches","keyword:keywords/state","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"LSixG","region":"main:dynamic","type":"feed","ordinal":12,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Personalities","feed_index":5,"position":null,"size":6,"title":"From Our Shows"},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/small-scrollable"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688c9705e338e3865dece711","type":"PUBLISHING","record":{"ref_id":"%2F688c9705e338e3865dece711","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Candace Taylor, a Louisiana business owner, has been arrested after allegedly stealing $9.5 million from Medicaid, and social media helped expose it all.\u003c/p>\n\n\u003cp>According to Fox 8 News New Orleans, Taylor ran a home health care business and reported only making $2,000 a month between 2020 and 2024. That low income helped her qualify for government assistance, including Medicaid.\u003c/p>\n\n\u003cp>But while she claimed to be struggling on paper, her social media told a different story. Taylor frequently posted pictures of luxury cars, designer outfits, lavish vacations, and even cosmetic surgery. Her “soft life” timeline didn’t match her reported income, which caught the attention of investigators.\u003c/p>\n\n\u003cp>The Louisiana Bureau of Investigation says she used false documents and concealed her real earnings to keep collecting benefits. Now, she’s facing felony charges for misrepresentation, fraud, and concealment of income.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree/","primary_image":{"bucket":"assets.getty","id":"%2F5f906966a83fb9b283aa77fd"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1754051400000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree","social_title":"","summary":"A Louisiana woman claimed $2K a month in income, but flaunted Bentleys and BBLs on IG. She’s now facing $9.5M Medicaid fraud charges.","targets":[],"title":"Louisiana Woman Arrested for $9.5M Medicaid Fraud Spree"},"slug":"2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f906966a83fb9b283aa77fd","title":"Louisiana Woman Arrested for $9.5M Medicaid Fraud Spree","description":"A Louisiana woman claimed $2K a month in income, but flaunted Bentleys and BBLs on IG. She’s now facing $9.5M Medicaid fraud charges.","author":""},"pub_start":1754051400000,"pub_until":4115978604802,"pub_changed":1754051400000,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688c9705e338e3865dece711","slug:2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree","slug:2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree"]}},{"id":"%2F688c95b44b004eb52b927378","type":"PUBLISHING","record":{"ref_id":"%2F688c95b44b004eb52b927378","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"Facebook Post","@query":"https://graph.facebook.com/v16.0/oembed_post?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.facebook.com%2Fmodestfashions4you%2Fposts%2Fpfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl","@url":"https://www.facebook.com/modestfashions4you/posts/pfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl","author_name":"Fashion4Life","author_url":"https://www.facebook.com/modestfashions4you","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/modestfashions4you/posts/pfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100050535407078/posts/1329389185422249/\" class=\"fb-xfbml-parse-ignore\">\u003cp>ASAP ROCKY stepping out of his Classic Benz with Hot Red Mary Jane babydoll shoes on. He is really making a Fashion Statement. #asaprocky Thoughts???\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/modestfashions4you\">Fashion4Life\u003c/a> on \u003ca href=\"https://graph.facebook.com/100050535407078/posts/1329389185422249/\">Wednesday, July 23, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider_name":"Facebook","provider_url":"https://www.facebook.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":552},"embed_type":"rich","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/modestfashions4you/posts/pfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100050535407078/posts/1329389185422249/\" class=\"fb-xfbml-parse-ignore\">\u003cp>ASAP ROCKY stepping out of his Classic Benz with Hot Red Mary Jane babydoll shoes on. He is really making a Fashion Statement. #asaprocky Thoughts???\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/modestfashions4you\">Fashion4Life\u003c/a> on \u003ca href=\"https://graph.facebook.com/100050535407078/posts/1329389185422249/\">Wednesday, July 23, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/modestfashions4you/posts/pfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl"},{"html":"\u003cp>ASAP Rocky is no stranger to turning heads, but his latest outfit has the internet buzzing. In a now-viral photo, the rapper is seen wearing a sharp gray suit, white socks, and bright red, patent leather Mary Jane shoes, yes, men’s Mary Janes.\u003c/p>\n\n\u003cp>The bold footwear is part of a collaboration between his fashion brand, AWGE, and designer Christian Louboutin. The flashy red shoes sparked debates online, with some loving the look and others questioning it.\u003c/p>\n\n\u003cp>But ASAP? He’s completely unbothered. In a Vogue podcast interview back in May, he explained his approach to fashion. “I don’t know who drew the line between femininity and masculinity,” he said, “but I don’t see any barriers for me.”\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets/","primary_image":{"bucket":"assets.getty","id":"%2F688c95da1e00845eeb1b5b3d"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1754043660000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets","social_title":"","summary":"ASAP Rocky rocked red Mary Jane shoes and white socks—and broke the internet. He says, “No regrets.”","targets":[],"title":"ASAP Rocky Breaks Fashion \"Rules\" with Red Mary Janes—and No Regrets"},"slug":"2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688c95da1e00845eeb1b5b3d","title":"ASAP Rocky Breaks Fashion \"Rules\" with Red Mary Janes—and No Regrets","description":"ASAP Rocky rocked red Mary Jane shoes and white socks—and broke the internet. He says, “No regrets.”","author":""},"pub_start":1754043660000,"pub_until":4115978604802,"pub_changed":1754044028739,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688c95b44b004eb52b927378","slug:2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets","slug:2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets"]}},{"id":"%2F688b3a4ee0f8627adafa218b","type":"PUBLISHING","record":{"ref_id":"%2F688b3a4ee0f8627adafa218b","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>The city of Augusta, Georgia, is making room for a major upgrade, but not without careful consideration. The iconic James Brown statue in the Augusta Common area is being temporarily relocated as downtown renovations begin.\u003c/p>\n\n\u003cp>According to USA Today, the statue will be moved to a climate-controlled space at the Augusta Museum of History to keep it safe during construction. Once the upgrades are complete, it will be returned to Broad Street as part of the new James Brown Linear Park.\u003c/p>\n\n\u003cp>The “Godfather of Soul” was raised in Augusta and spent much of his life there. He even helped unveil the statue himself back in 2005, and it’s become one of the city’s most visited landmarks.\u003c/p>\n\n\u003cp>City officials say this move is just the beginning of a larger plan to honor James Brown’s legacy and bring more beauty and green space to downtown Augusta.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation/","primary_image":{"bucket":"assets.getty","id":"%2F688b3a7b843f239dbab0e725"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1753968600000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation","social_title":"","summary":"Augusta’s James Brown statue is being moved during construction but will return to a new James Brown Linear Park. ","targets":[],"title":"James Brown Statue Temporarily Moved During Augusta Renovation"},"slug":"2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688b3a7b843f239dbab0e725","title":"James Brown Statue Temporarily Moved During Augusta Renovation","description":"Augusta’s James Brown statue is being moved during construction but will return to a new James Brown Linear Park. ","author":""},"pub_start":1753968600000,"pub_until":4115978604802,"pub_changed":1753968600000,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688b3a4ee0f8627adafa218b","slug:2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation","slug:2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation"]}},{"id":"%2F688b39cc4beb9ecbb88c1860","type":"PUBLISHING","record":{"ref_id":"%2F688b39cc4beb9ecbb88c1860","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Jay-Z is taking on a bold new business move; he’s part of a group that wants to bring a Caesars Palace casino to the middle of Times Square.\u003c/p>\n\n\u003cp>Jay-Z and his partners say the location would be perfect for the iconic casino brand. Their proposal promises to bring over $7 billion in tax revenue, create 3,000 construction jobs, and 3,800 permanent jobs for New Yorkers.\u003c/p>\n\n\u003cp>The plan includes a five-star hotel, restaurants, nightclubs, a wellness retreat, and of course, high-end gaming and entertainment venues.\u003c/p>\n\n\u003cp>But not everyone is excited. A growing number of locals, including people in the Broadway community, have formed the No Times Square Casino coalition. They argue that adding a casino could disrupt the area’s charm, increase crime, and make Times Square even more chaotic.\u003c/p>\n\n\u003cp>Jay-Z believes the project will uplift the city. Critics say it could change Times Square for the worse.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square/","primary_image":{"bucket":"assets.getty","id":"%2F688b39dcf5e9a10fe30a45fb"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1753965000000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square","social_title":"","summary":" Jay-Z wants to bring Caesars Palace to Times Square. His team says it’ll boost jobs and revenue, but some locals say no way. ","targets":[],"title":"Jay-Z Wants to Build a Caesars Palace Casino in Times Square"},"slug":"2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688b39dcf5e9a10fe30a45fb","title":"Jay-Z Wants to Build a Caesars Palace Casino in Times Square","description":" Jay-Z wants to bring Caesars Palace to Times Square. His team says it’ll boost jobs and revenue, but some locals say no way. ","author":""},"pub_start":1753965000000,"pub_until":4115978604802,"pub_changed":1753965000000,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688b39cc4beb9ecbb88c1860","slug:2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square","slug:2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square"]}},{"id":"%2F688b3963876a55ea41a72c15","type":"PUBLISHING","record":{"ref_id":"%2F688b3963876a55ea41a72c15","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Beyoncé has officially made history again! Her latest tour, Cowboy Carter, just brought in a massive $407.6 million across only 32 shows, according to Billboard Boxscore.\u003c/p>\n\n\u003cp>That makes it the highest-grossing country tour ever recorded in Boxscore history. Beyoncé sold over 1.6 million tickets in just nine cities, proving her country music era is more than just a moment; it’s a movement.\u003c/p>\n\n\u003cp>This accomplishment also makes Beyoncé the first American artist to have two separate tours earn over $400 million. Her previous tour, Renaissance, broke records too, making her one of the most successful touring artists in history.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour/","primary_image":{"bucket":"assets.getty","id":"%2F688b3982fe9037a391879e1b"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1753961400000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour","social_title":"","summary":"Beyoncé just became the highest-grossing country tour artist in history with Cowboy Carter, grossing $ 407.6M across just 32 shows.","targets":[],"title":"Beyoncé Breaks Country Music Records with Cowboy Carter Tour"},"slug":"2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688b3982fe9037a391879e1b","title":"Beyoncé Breaks Country Music Records with Cowboy Carter Tour","description":"Beyoncé just became the highest-grossing country tour artist in history with Cowboy Carter, grossing $ 407.6M across just 32 shows.","author":""},"pub_start":1753961400000,"pub_until":4115978604802,"pub_changed":1753961400000,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688b3963876a55ea41a72c15","slug:2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour","slug:2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour"]}},{"id":"%2F688b38f55522ef894f73ced7","type":"PUBLISHING","record":{"ref_id":"%2F688b38f55522ef894f73ced7","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Sean “Diddy” Combs is once again asking the court to release him on bail while he awaits sentencing this October. According to TMZ, his legal team just filed a new motion proposing a $50 million bail package.\u003c/p>\n\n\u003cp>Diddy was found guilty of two counts under the Mann Act, which involves transporting people across state lines for illegal sexual activity. The charges stem from allegations that he hired male sex workers for his ex-girlfriends. Diddy’s lawyers say he never had sex with the men—his girlfriends did—as part of what they describe as a “swinger’s lifestyle.”\u003c/p>\n\n\u003cp>His team argues that most people convicted under the Mann Act are not held in custody before sentencing. Still, the judge previously denied bail, citing concerns about Diddy’s alleged violent behavior, especially involving Cassie Ventura and another accuser, “Jane.”\u003c/p>\n\n\u003cp>Diddy’s team acknowledged his history with Cassie, but blamed the violence on him being “provoked” by Jane. The proposed bail deal includes Diddy putting up his Florida estate, three financial backers, home detention, and electronic monitoring.\u003c/p>\n\n\u003cp>The court has yet to respond to this updated package. For now, Diddy remains in custody, waiting to see if this new deal gets him home before sentencing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing/","primary_image":{"bucket":"assets.getty","id":"%2F688b390761f6ebfce871f9cb"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1753954260000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing","social_title":"","summary":"Diddy’s legal team offers $50M bail package to get him released before sentencing. Judge remains focused on his violent history.","targets":[],"title":"Diddy’s Lawyers Request $50M Bail Deal Ahead of October Sentencing"},"slug":"2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688b390761f6ebfce871f9cb","title":"Diddy’s Lawyers Request $50M Bail Deal Ahead of October Sentencing","description":"Diddy’s legal team offers $50M bail package to get him released before sentencing. Judge remains focused on his violent history.","author":""},"pub_start":1753954260000,"pub_until":4115978604802,"pub_changed":1753954621756,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688b38f55522ef894f73ced7","slug:2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing","slug:2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing"]}}],"resume":{"id":"ID:personality-content-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7IkFhbFlaIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"aM2ge","region":"main:dynamic","type":"feed","ordinal":14,"value":{"ad_split":50,"feed_id":"ID:calendar-topics-feed-matsubs","feed_index":0,"link":[{"children":[],"id":"TH77G","label":"View All","ref":"calendar_content_all","target":"_self","type":"page"}],"min_size":0,"position":null,"size":4,"title":"Events"},"tags":["display-hints/feed-date-stamp","display-hints/feed-show-eyebrow","display-hints/tile","display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6849c26dd666987388f046f1","type":"PUBLISHING","record":{"ref_id":"%2F6849c26dd666987388f046f1","type":"content:calendar","payload":{"canonical_url":"https://v103.iheart.com/calendar/content/2025-06-16-2025-kroc-summer-camp-registration-is-open","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6849c2a1d666987388f046ff","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6849c2a1d666987388f046ff","source_credit":"","title":"","url":"asset://assets.calendar/6849c2a1d666987388f046ff","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Have Your Kids join Our Action-Packed Summer. Enjoy Swimming, Arts, Music, Academics, STEM Classes & More at The Salvation Army Kroc Center at I-57 and 119th St.\u003c/p>\n\n\u003cp>Camp Starts June 16 - Monday – Friday- 9 am – 3 pm.\u003c/p>\n\n\u003cp>Boys and Girls- Ages 6-14.\u003c/p>\n\n\u003cp>Before Care and Aftercare is available.\u003c/p>\n\n\u003cp>Call 773-995-0151; \u003ca href=\"https://kroccenterchicago.com/\" target=\"_blank\">click \u003c/a>for information or come in 1250 W 119th St. Chicago, IL.\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1750082400994,"enabled":false,"end":1755288000994}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6849c29ad666987388f046fd","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6849c29ad666987388f046fd","source_credit":"","title":"","url":"asset://assets.calendar/6849c29ad666987388f046fd","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-06-16-2025-kroc-summer-camp-registration-is-open"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"2025 Kroc Summer Camp Registration is Open"},"venue_address":{"type":"plain","value":"1250 W 119th St. Chicago, IL"},"venue_name":{"type":"plain","value":"The Salvation Army Kroc Center "}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"permalink":"https://v103.iheart.com/calendar/content/2025-06-16-2025-kroc-summer-camp-registration-is-open","summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6849c29ad666987388f046fd","use_caption":false},"keywords":[],"primary_slug":"2025-06-16-2025-kroc-summer-camp-registration-is-open","slugs":["2025-06-16-2025-kroc-summer-camp-registration-is-open"],"sponsored":false,"title":"2025 Kroc Summer Camp Registration is Open"},"targeting":{"exclusion":{"tags":[]},"publish_date":1749665700000,"publish_end_date":4115978604802,"publish_origin":"brands/WVAZ-FM (2062)","syndication":{"publish_origin":"brands/WVAZ-FM (2062)","refs":{}},"targets":[{"id":"6849c26dd666987388f046f2","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community","calendar-categories/station-events"],"where":["brands/WGCI-FM (1773)","brands/WKSC-FM (1846)","brands/WLIT-FM (1863)","brands/WVAZ-FM (2062)","brands/WCHI-FM","brands/WGRB-AM (1151)"],"workflow":""}]}},"slug":"2025-06-16-2025-kroc-summer-camp-registration-is-open","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6849c29ad666987388f046fd","title":"2025 Kroc Summer Camp Registration is Open","description":"","author":""},"pub_start":1749665700000,"pub_until":4115978604802,"pub_changed":1749666124450,"subscription":[{"tags":["calendar-categories/community","calendar-categories/station-events","brands/WGCI-FM (1773)","brands/WKSC-FM (1846)","brands/WLIT-FM (1863)","brands/WVAZ-FM (2062)","brands/WCHI-FM","brands/WGRB-AM (1151)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WVAZ-FM (2062)","id:/6849c26dd666987388f046f1","slug:2025-06-16-2025-kroc-summer-camp-registration-is-open","slug:2025-06-16-2025-kroc-summer-camp-registration-is-open"]}},{"id":"%2F6839ac1dc0fa30f5da7c9ced","type":"PUBLISHING","record":{"ref_id":"%2F6839ac1dc0fa30f5da7c9ced","type":"content:calendar","payload":{"canonical_url":"https://v103.iheart.com/calendar/content/2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":true,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6839a870c0fa30f5da7c9cba","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba","source_credit":"","title":"","url":"asset://assets.calendar/6839a870c0fa30f5da7c9cba","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Get ready to groove with Morris Day and the Time, and Sheila E on August 2 at the Country Club Hills Theater. \u003c/p>\n\n\u003cp>Their high-energy performances will have you dancing all night. \u003c/p>\n\n\u003cp>Join us for the 2025 Summer Jam at Country Club Hills Theater – a night under the stars. \u003c/p>\n\n\u003cp>Get your tickets now at \u003ca href=\"http://cchtheater.com/\" target=\"_blank\">cchtheater.com\u003c/a>!\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1754175600321,"enabled":false,"end":1754190000321}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6839a870c0fa30f5da7c9cba","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba","source_credit":"","title":"","url":"asset://assets.calendar/6839a870c0fa30f5da7c9cba","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"2025 Summer Jam at Country Club Hills Morris Day and the Time & Sheila E "},"venue_address":{"type":"plain","value":"4150 183rd street, Country Club Hills, IL"},"venue_name":{"type":"plain","value":"Country Club Hills Amphitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"permalink":"https://v103.iheart.com/calendar/content/2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6839a870c0fa30f5da7c9cba","use_caption":false},"keywords":[],"primary_slug":"2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","slugs":["2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e"],"sponsored":false,"title":"2025 Summer Jam at Country Club Hills Morris Day and the Time & Sheila E "},"targeting":{"exclusion":{"tags":[]},"publish_date":1748609880000,"publish_end_date":4115978604802,"publish_origin":"brands/WVAZ-FM (2062)","syndication":{"publish_origin":"brands/WVAZ-FM (2062)","refs":{}},"targets":[{"id":"6839ac1dc0fa30f5da7c9cee","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WVAZ-FM (2062)"],"workflow":""}]}},"slug":"2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba","title":"2025 Summer Jam at Country Club Hills Morris Day and the Time & Sheila E ","description":"","author":""},"pub_start":1748609880000,"pub_until":4115978604802,"pub_changed":1748610218213,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WVAZ-FM (2062)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WVAZ-FM (2062)","id:/6839ac1dc0fa30f5da7c9ced","slug:2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","slug:2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e"]}},{"id":"%2F6850eab548a35c754b106301","type":"PUBLISHING","record":{"ref_id":"%2F6850eab548a35c754b106301","type":"content:calendar","payload":{"canonical_url":"https://v103.iheart.com/calendar/content/2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F68879bed55ab0fbc5e4551c0","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0","source_credit":"","title":"","url":"asset://assets.calendar/68879bed55ab0fbc5e4551c0","use_caption":false}}]},"event_date":{"type":"multidate","value":[{"begin":1754776800102,"enabled":false,"end":1754784000102}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F68879bed55ab0fbc5e4551c0","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0","source_credit":"","title":"","url":"asset://assets.calendar/68879bed55ab0fbc5e4551c0","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-09-an-evening-with-keke-wyatt-friends-august-9th"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"An Evening with Keke Wyatt & Friends August 9th "},"venue_address":{"type":"plain","value":"8800 W. 159th Street, Orland Park, IL 60462"},"venue_name":{"type":"plain","value":"Georgio's Banquets"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"permalink":"https://v103.iheart.com/calendar/content/2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/68879bed55ab0fbc5e4551c0","use_caption":false},"keywords":[],"primary_slug":"2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","slugs":["2025-08-09-an-evening-with-keke-wyatt-friends-august-9th"],"sponsored":false,"title":"An Evening with Keke Wyatt & Friends August 9th "},"targeting":{"exclusion":{"tags":[]},"publish_date":1750133220000,"publish_end_date":4115978604802,"publish_origin":"brands/WVAZ-FM (2062)","syndication":{"publish_origin":"brands/WVAZ-FM (2062)","refs":{}},"targets":[{"id":"6850eab548a35c754b106302","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WGRB-AM (1151)","brands/WVAZ-FM (2062)"],"workflow":""}]}},"slug":"2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0","title":"An Evening with Keke Wyatt & Friends August 9th ","description":"","author":""},"pub_start":1750133220000,"pub_until":4115978604802,"pub_changed":1753717771237,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WGRB-AM (1151)","brands/WVAZ-FM (2062)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WVAZ-FM (2062)","id:/6850eab548a35c754b106301","slug:2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","slug:2025-08-09-an-evening-with-keke-wyatt-friends-august-9th"]}},{"id":"%2F6839b2f8c0fa30f5da7c9d41","type":"PUBLISHING","record":{"ref_id":"%2F6839b2f8c0fa30f5da7c9d41","type":"content:calendar","payload":{"canonical_url":"https://v103.iheart.com/calendar/content/2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":true,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6839b324c0fa30f5da7c9d4f","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f","source_credit":"","title":"","url":"asset://assets.calendar/6839b324c0fa30f5da7c9d4f","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Get ready for the \u003cstrong>2025 Summer Jam\u003c/strong>! Join us for \u003cstrong>a night under the stars\u003c/strong> at the Country Club Hills Theater on August 9th for the \u003cstrong>Legends of Comedy\u003c/strong> show. \u003c/p>\n\n\u003cp>Featuring an all-star lineup including Sheryl Underwood, Mark Curry, J. Anthony Brown, Damon Williams, George Willbourn, Rodney Perry, and Honest John, this is a comedy event you won't want to miss.\u003c/p>\n\n\u003cp>Get your tickets now at \u003ca href=\"http://cchtheater.com/\" target=\"_blank\">cchtheater.com\u003c/a>!\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1754780400321,"enabled":false,"end":1754794800321}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6839b324c0fa30f5da7c9d4f","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f","source_credit":"","title":"","url":"asset://assets.calendar/6839b324c0fa30f5da7c9d4f","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Summer Jam at Country Club Hills Legends of Comedy"},"venue_address":{"type":"plain","value":"4150 183rd street, Country Club Hills, IL"},"venue_name":{"type":"plain","value":"Country Club Hills Amphitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"permalink":"https://v103.iheart.com/calendar/content/2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6839b324c0fa30f5da7c9d4f","use_caption":false},"keywords":[],"primary_slug":"2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","slugs":["2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy"],"sponsored":false,"title":"Summer Jam at Country Club Hills Legends of Comedy"},"targeting":{"exclusion":{"tags":[]},"publish_date":1748611620000,"publish_end_date":4115978604802,"publish_origin":"brands/WVAZ-FM (2062)","syndication":{"publish_origin":"brands/WVAZ-FM (2062)","refs":{}},"targets":[{"id":"6839b2f8c0fa30f5da7c9d42","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WVAZ-FM (2062)"],"workflow":""}]}},"slug":"2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f","title":"Summer Jam at Country Club Hills Legends of Comedy","description":"","author":""},"pub_start":1748611620000,"pub_until":4115978604802,"pub_changed":1748611977451,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WVAZ-FM (2062)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WVAZ-FM (2062)","id:/6839b2f8c0fa30f5da7c9d41","slug:2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","slug:2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy"]}}],"resume":{"id":"ID:calendar-topics-feed-matsubs","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IlppeHlBIjoiZXlKdlptWnpaWFFpT2pSOSJ9LCJlbmRzIjp7fX0=","scopes":[]}}},{"id":"rbePH","region":"main:dynamic","type":"keywordcontest","ordinal":15,"value":{"campaign_id":{"ref":"config://field/partners.aptivada_id","scope":null,"type":"VAR"},"campaign_type":"ihrcountdown","title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802},"disabled":false,"campaignId":"1781993"},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]}}],["topic-e6Rs0",{"data":{}}],["contestsloader-wvaz-fm",{"data":[{"appType":"contest","appId":"1795270","parentAppId":"","title":"Enter to win tickets to see Jorja Smith","shareTitle":"Enter to win tickets to see Jorja Smith","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://v103.iheart.com/contests/enter-to-win-tickets-to-see-jorja-smith-1795270/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8xOTg1NjUxMDhfY29udGVzdF8xNzk1MjcwX21vYmlsZV8xNzUyMjcyOTA2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"win tickets to see Jorja Smith","sort":"","startTime":"2025-07-11 17:40:00","endTime":"2025-08-03 23:59:00","scheduleStatus":"live","startDate":"2025-07-11 17:40:00","endDate":"2025-08-03 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8xOTg1NjUxMDhfY29udGVzdF8xNzk1MjcwX21vYmlsZV8xNzUyMjcyOTA2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh4T1RnMU5qVXhNRGhmWTI5dWRHVnpkRjh4TnprMU1qY3dYMjF2WW1sc1pWOHhOelV5TWpjeU9UQTJMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"198565108","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1796028","parentAppId":"1795860","title":"Enter for Your Chance to Win a $250 NYX Professional Makeup Gift Card!","shareTitle":"Enter for Your Chance to Win a $250 NYX Professional Makeup Gift Card!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://v103.iheart.com/contests/enter-for-your-chance-to-win-a-250-nyx-professional-makeup-gift-card-1796028/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk1ODYwX3N0YW5kYXJkXzE3NTI1OTgxMDgucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk1ODYwX21vYmlsZV8xNzUyNTk4MTQyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-07-17 23:00:00","endTime":"2025-12-31 22:59:00","scheduleStatus":"live","startDate":"2025-07-17 23:00:00","endDate":"2025-12-31 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk1ODYwX21vYmlsZV8xNzUyNTk4MTQyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnprMU9EWXdYMjF2WW1sc1pWOHhOelV5TlRrNE1UUXlMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"198565108","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1798214","parentAppId":"1797956","title":"Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!","shareTitle":"Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!","tags":"","gridStatus":"featured","gridRedirect":"https://www.donorschoose.org/iheartradio","pageUrl":"https://v103.iheart.com/contests/give-your-favorite-teacher-a-chance-to-win-5-000-in-classroom-supplies-1798214/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk3OTU2X3N0YW5kYXJkXzE3NTI5MjEzNDUucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk3OTU2X21vYmlsZV8xNzUyOTIwNzA0LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-07-20 23:00:00","endTime":"2025-12-31 22:59:00","scheduleStatus":"live","startDate":"2025-07-20 23:00:00","endDate":"2025-12-31 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk3OTU2X21vYmlsZV8xNzUyOTIwNzA0LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnprM09UVTJYMjF2WW1sc1pWOHhOelV5T1RJd056QTBMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"198565108","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1799518","parentAppId":"1799449","title":"Win A VIP Vegas Experience With Bruno Mars!","shareTitle":"Win A VIP Vegas Experience With Bruno Mars!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://v103.iheart.com/contests/win-a-vip-vegas-experience-with-bruno-mars-1799518/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk5NDQ5X3N0YW5kYXJkXzE3NTMyODA5NjIucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk5NDQ5X21vYmlsZV8xNzUzMjgwOTY2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-07-22 23:00:00","endTime":"2025-08-03 22:59:00","scheduleStatus":"live","startDate":"2025-07-22 23:00:00","endDate":"2025-08-03 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk5NDQ5X21vYmlsZV8xNzUzMjgwOTY2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnprNU5EUTVYMjF2WW1sc1pWOHhOelV6TWpnd09UWTJMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"198565108","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1801060","parentAppId":"1800824","title":"Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!","shareTitle":"Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!","tags":"","gridStatus":"featured","gridRedirect":"","pageUrl":"https://v103.iheart.com/contests/win-a-trip-to-our-iheartradio-music-festival-2025-and-1000-1801060/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xODAwODI0X3N0YW5kYXJkXzE3NTM3MjUwODMucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xODAwODI0X21vYmlsZV8xNzUzNzI1MDk2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","startTime":"2025-08-03 23:00:00","endTime":"2025-09-05 22:59:00","scheduleStatus":"upcoming","startDate":"2025-08-03 23:00:00","endDate":"2025-09-05 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xODAwODI0X21vYmlsZV8xNzUzNzI1MDk2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4T0RBd09ESTBYMjF2WW1sc1pWOHhOelV6TnpJMU1EazJMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"198565108","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1781114","parentAppId":"","title":"Enter to win a pair of tickets to see the legendary John Legend at Ravinia on August 23rd or 24th","shareTitle":"Enter to win a pair of tickets to see the legendary John Legend at Ravinia on August 23rd or 24th","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://v103.iheart.com/contests/enter-to-win-a-pair-of-tickets-to-see-the-legendary-john-legend-at-ravinia-on-august-23rd-or-24th-1781114/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8xOTg1NjUxMDhfY29udGVzdF8xNzgxMTE0X21vYmlsZV8xNzQ4NjE5MjYwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"win a pair of tickets to see the legendary John Legend at Ravinia on August 23rd or 24th","sort":"2","startTime":"2025-05-30 10:34:00","endTime":"2025-08-17 23:59:00","scheduleStatus":"live","startDate":"2025-05-30 10:34:00","endDate":"2025-08-17 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8xOTg1NjUxMDhfY29udGVzdF8xNzgxMTE0X21vYmlsZV8xNzQ4NjE5MjYwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh4T1RnMU5qVXhNRGhmWTI5dWRHVnpkRjh4TnpneE1URTBYMjF2WW1sc1pWOHhOelE0TmpFNU1qWXdMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"198565108","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1771507","parentAppId":"1771365","title":"Stella Rosa Summer Queen of Chill Sweepstakes","shareTitle":"Stella Rosa Summer Queen of Chill Sweepstakes","tags":"","gridStatus":"show_live","gridRedirect":"https://stellarosa.com/sweepstakes-queenofchill/","pageUrl":"https://v103.iheart.com/contests/stella-rosa-summer-queen-of-chill-sweepstakes-1771507/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X3N0YW5kYXJkXzE3NDY0NDIyODUuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X21vYmlsZV8xNzUwNzk4NDQyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"4","startTime":"2025-04-30 23:00:00","endTime":"2025-08-31 22:59:00","scheduleStatus":"live","startDate":"2025-04-30 23:00:00","endDate":"2025-08-31 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X21vYmlsZV8xNzUwNzk4NDQyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpjeE16WTFYMjF2WW1sc1pWOHhOelV3TnprNE5EUXlMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"198565108","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1196846","parentAppId":"1196808","title":"Submit A Business for Brilliantly Black","shareTitle":"Submit A Business for Brilliantly Black","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://v103.iheart.com/contests/submit-a-business-for-brilliantly-black-1196846/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC81Njk0MzYyNzRfY29udGVzdF8xMTk2ODA4X3N0YW5kYXJkXzE2NDc0NTUzMDguanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC81Njk0MzYyNzRfY29udGVzdF8xMTk2ODA4X21vYmlsZV8xNjQ3NDU2MDk2LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"5","startTime":"2022-03-16 00:00:00","endTime":"2026-02-28 00:00:00","scheduleStatus":"live","startDate":"2022-03-16 00:00:00","endDate":"2026-02-28 00:00:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC81Njk0MzYyNzRfY29udGVzdF8xMTk2ODA4X21vYmlsZV8xNjQ3NDU2MDk2LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzgxTmprME16WXlOelJmWTI5dWRHVnpkRjh4TVRrMk9EQTRYMjF2WW1sc1pWOHhOalEzTkRVMk1EazJMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"198565108","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null}]}],["item-eyebrow-/688e6a032cc96ab9d0f5692b",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/688e660a2cc96ab9d0f56920",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/688cff3f2e24d7fcac0823af",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/688c95b44b004eb52b927378",{"data":null}],["item-eyebrow-/688bbd7c47e2da957ab997b9",{"data":{"name":"sports","source":{"id":null,"display_name":"Sports","description":null,"source_name":null,"type":"user"},"displayName":"Sports"}}],["item-eyebrow-/688b3a4ee0f8627adafa218b",{"data":null}],["item-eyebrow-/6839ac1dc0fa30f5da7c9ced",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["item-eyebrow-/688b611ba1567cef8d2fc709",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/688b8586cc40131f1045ce52",{"data":{"name":"sports","source":{"id":null,"display_name":"Sports","description":null,"source_name":null,"type":"user"},"displayName":"Sports"}}],["item-eyebrow-/688bd70e0506ff600524dd56",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["item-eyebrow-/688b624ee7857f97a89a7b48",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/6849c26dd666987388f046f1",{"data":{"name":"community","source":{"id":null,"display_name":"Community","description":null,"source_name":null,"type":"user"},"displayName":"Community"}}],["item-eyebrow-/688b3963876a55ea41a72c15",{"data":null}],["item-eyebrow-/688b39cc4beb9ecbb88c1860",{"data":null}],["item-eyebrow-/688a7dbc5f812abfb97a1202",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["item-eyebrow-/6850eab548a35c754b106301",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["item-eyebrow-/688b38f55522ef894f73ced7",{"data":null}],["$podcastloader-117923987,29747177,30129479,121836218,79998832,27928551",{"data":[{"id":117923987,"title":"Women Inspire Chicago!","description":"Hosted by Angela Ingram, iHeart Chicago's Senior Vice President of Public Engagement and produced by iHeart Chicago’s Paulina Roe. Angela will host inspiring conversations with some of Chicago’s top women executives as they share their personal stories of success. These conversations will highlight the executive's road to success, including their triumphs, detours, pitfalls and challenges.","lastUpdated":1738083073,"slug":"1248-women-inspire-chicago","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAgHKgoAAAGMWTzkIA"},"items":[{"id":285270029,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Thirteen: Nicole R. Robinson","duration":1832,"isExplicit":false,"description":"iHeartMedia Chicago presents the Women Inspire Chicago Podcast, hosted by Angela Ingram, iHeart Chicago's SVP of Public Engagement and produced by iHeart Chicago’s Paulina Roe. Angela hosts inspiring conversations with some of Chicago’s top women executives. Nicole Robinson, Chief Executive Officer for YWCA Metropolitan Chicago, joined Angela for her latest episode.\u003cbr /> \u003cbr />Born and raised on Chicago’s South Side, \u003cb>Nicole R. Robinson\u003c/b> has spent her career building bridges between communities, individuals, government, and business leaders. Today, Nicole serves as the\u003cb> Chief Executive Officer for YWCA Metropolitan Chicago,\u003c/b> a social impact organization dedicated to eliminating racism and empowering women. Inspired by this mission and the resilience of the families who turn to the YWCA, Nicole is committed to building community resilience to heal from violence; unleashing youth potential and ensuring communities have economic equity needed to thrive. It’s a privilege for Nicole to serve as steward of the mission, vision, strategy, operational and financial leadership of a $40MM, 300 team member human services enterprise, with 12 sites across Cook County, DuPage County and Lake County.\u003cbr />\u003cbr />Nicole has been featured in Crain’s Business Chicago amongst the list of Notable Black Leaders and Executives, serves on the boards of Court Theatre and Erikson Institute as well as being a member of the Economic Club of Chicago.\u003cbr />\u003cbr />Check out the Women Inspire Chicago Podcast and be inspired! The Women Inspire Chicago podcast is sponsored by \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.potbelly.com%2Fcatering&data=05%7C02%7Cpaulina%40iheartmedia.com%7C2800b303954f4021169a08ddbe62c87f%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638876053652524434%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=Hb4pMZIhB7kUcGhxLZGa7B45vAYMCLpYgo5ipVJ12%2Bo%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">@Potbelly\u003c/a>.\u003cbr /> \u003cbr />\u003cbr />\u003cb>Connect with Nicole Robinson:\u003c/b>\u003cbr />\u003cb> \u003c/b>\u003cbr />\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2Fywcachicago&data=05%7C02%7Cpaulina%40iheartmedia.com%7C2800b303954f4021169a08ddbe62c87f%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638876053652544287%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=52n24P0cOG5T37F8jAv6MdndM0GTbLivwtPq3bmwI8s%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/ywcachicago\u003c/a>\u003cbr />\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Finstagram.com%2Fywcachicago&data=05%7C02%7Cpaulina%40iheartmedia.com%7C2800b303954f4021169a08ddbe62c87f%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638876053652556482%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=351J0B7bQKsdLCHh2TbrERMlSsxPJa8gIQstRIg8Tnw%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">https://instagram.com/ywcachicago\u003c/a>\u003cbr />\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fywcachicago&data=05%7C02%7Cpaulina%40iheartmedia.com%7C2800b303954f4021169a08ddbe62c87f%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638876053652577033%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=%2BHoIlQA5GzJN%2FIEUtsyQeknrNUSkyeEeasx8r3ObWfs%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.linkedin.com/company/ywcachicago\u003c/a>\u003cbr />\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fnicole-r-robinson-825abb1%2F&data=05%7C02%7Cpaulina%40iheartmedia.com%7C2800b303954f4021169a08dd","startDate":1752137641000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":278010783,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Twelve: Jeanne Sparrow","duration":2188,"isExplicit":false,"description":"iHeartMedia Chicago presents the Women Inspire Chicago Podcast, hosted by iHeart Chicago’s SVP of Public Engagement, Angela Ingram and produced by iHeart Chicago’s Paulina Roe. Angela hosts inspiring conversations with some of Chicago’s top women executives. V103’s Jeanne Sparrow, an Emmy-winning television and radio personality and author, joined Angela for her 2nd Anniversary Special Edition episode.\u003cbr /> \u003cbr />Jeanne Sparrow\u003cb> \u003c/b>is a 7-time Emmy-winning television and radio personality and podcast host with over 30 years’ experience in broadcasting and media. She now uses hat expertise as an author, award-winning speaker, trusted leadership communications consultant and graduate faculty instructor at Northwestern University. Jeanne helps people and organizations amplify their impact and find more success by delivering their unique, authentic value through visionary leadership, effective sales, and inspiring speaking. Jeanne Sparrow is everywhere! Listen to her podcast \"Fearless Authenticity with Jeanne Sparrow\" on iHeartRadio,\u003ci> \u003c/i>hear her on the \"Saturday Morning Wake Up Club\" on iHeart Chicago's V103, and find her new book, \u003cb>\u003ci>Fearless Authenticity: Lead Better, Sell More and Speak Sensationally\u003c/i>\u003c/b> at your favorite bookseller.\u003cbr /> \u003cbr />Check out the Women Inspire Chicago Podcast and be inspired! The Women Inspire Chicago podcast is sponsored by \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.potbelly.com%2Fcatering&data=05%7C02%7Cpaulina%40iheartmedia.com%7Cb2e7ad444a964ba2aac108dd9d34a535%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638839571627310056%7CUnknown%7CTWFpbGZsb3d8eyJFbXB0eU1hcGkiOnRydWUsIlYiOiIwLjAuMDAwMCIsIlAiOiJXaW4zMiIsIkFOIjoiTWFpbCIsIldUIjoyfQ%3D%3D%7C0%7C%7C%7C&sdata=gcgG24wI42xqwk652j91pZUbEiubuDugC7pCi%2BIqfpc%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">@Potbelly\u003c/a>.\u003cbr /> \u003cbr />\u003cbr />\u003cb>Connect with Jeanne:\u003c/b>\u003cbr /> \u003cbr />Facebook: msjeannesparrow\u003cbr />Instagram: @jmsparrow\u003cbr />X: @JMSparrow\u003cbr />LinkedIn: JeanneSparrow\u003cbr />TikTok: @msjeannesparrow\u003cbr />Email: js@jeannesparrow.com\u003cbr />Website: FearlessAuthenticity.com/book\u003cbr />","startDate":1748414815000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":269110581,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Eleven: Suzanne Yoon","duration":2562,"isExplicit":false,"description":"Suzanne Yoon is a recognized private equity investment executive with over 25 years of experience investing in and advising middle market companies. Throughout her career she has led, sourced, and closed over $3B of middle market deals and advised on global restructurings totaling over $10B in asset value. Suzanne currently serves as Founder and Managing Partner of Kinzie Capital Partners, a Chicago-based private equity firm. She launched Kinzie in 2017 as part of her long-standing vision to advance the use of technology and innovation to help companies unlock value. In 2020, Kinzie was recognized by the Private Equity Women Investor Network (PEWIN) as the North American Female Founded Firm of the Year. Prior to Kinzie, Suzanne held executive positions with Versa Capital Management, CIT Group and LaSalle Bank/ABN AMRO.\u003cbr />\u003cbr />As an active member of the business and civic communities and a champion for diversity initiatives, Suzanne serves on several private company and philanthropic boards including on the Board of Trustees for the National Philanthropic Trust, a $37B donor advised fund, and on the Chicago Bears’ first-ever Women’s Advisory Board. She is a member of the Board of Directors for Chicago’s John G. Shedd Aquarium, the University of Iowa Center for Advancement, The Economic Club of Chicago and the Chicago Public Library Foundation. Suzanne also serves on the Steering Committee for PEWIN and is active with the Women’s Association of Venture & Equity (WAVE). She has earned extensive professional accolades from many organizations, including The Wall Street Journal, Mergers & Acquisitions and Chicago United.\u003cbr />\u003cbr />A Chicago native, Suzanne lives in the city with her husband and three children. She earned her B.A. in Economics from the University of Iowa and is an Executive Scholar of Northwestern University’s Kellogg School of Management.\u003cbr />\u003cbr />Check out the Women Inspire Chicago Podcast and be inspired! \u003cbr />\u003cbr />The Women Inspire Chicago podcast is sponsored by @Potbelly.","startDate":1740644908000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":262192959,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Ten: Keke Hampton","duration":2481,"isExplicit":false,"description":"\u003cbr />iHeartMedia Chicago presents the Women Inspire Chicago Podcast hosted by Angela Ingram, iHeart Chicago's Senior Vice President of Public Engagement and produced by iHeart Chicago’s Paulina Roe. Angela hosts inspiring conversations with some of Chicago’s top women executives as they share their personal stories of success, including their triumphs, detours, pitfalls and challenges.\u003cbr />\u003cbr />In this episode, \"Kickback with KeKe,\" Angela has a candid conversation with the voice of a new generation of leaders - KeKe Hampton. She is an award-winning on-air personality from iHeart Chicago's 103.5 KISS FM and 107.5 WGCI.\u003cbr />\u003cbr />KeKe began her radio career as an intern at iHeartmedia Chicago. She excelled in several behind the scenes roles until she began her on-air journey as a weekend talent on 107.5 WGCI. KeKe is a member of the nationally syndicated morning show, \"The Fred Show,\" on 103.5 KISS-FM. She also continues to host 'Weekends with KeKe\" on 107.5 WGCI in Chicago and Q93.3 in New Orleans. \u003cbr />\u003cbr />\u003cbr />KeKe is a 2024 \"Gracie Award\" winner, selected as a \"Rising Radio Star\" by Radio Facts Magazine and a \"Future African American Radio Leader\" by Radio Ink Magazine. Keke continues to create viral content and deliver compelling celebrity interviews. She has made multiple appearances on ABC 7 Chicago and FOX 32 Chicago. In 2023, she made her first appearance on BET and guest starred on the nationally syndicated morning show \"The Breakfast Club.\" She is a co-host of the popular \"What More Can I Say\" podcast and the co-creator/co-host of \"Cooking with Keke & Ryan.\" When she is not on the mic, you can catch KeKe reporting from the hottest events or hosting, “The Kickback With Keke,” an after-school program for under-privileged kids in the south suburbs of Chicago.\u003cbr />\u003cbr />Check out the Women Inspire Chicago Podcast and be inspired! The Women Inspire Chicago podcast is sponsored by @Potbelly\u003cbr />\u003cbr />Connect with KeKe: @OnAirKeKe","startDate":1738064818000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":209322968,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Nine: Jasmine Flowers Mazyck","duration":1056,"isExplicit":false,"description":"iHeartMedia Chicago presents the Women Inspire Chicago Podcast hosted by Angela Ingram, iHeart Chicago's Senior Vice President of Public Engagement and produced by iHeart Chicago’s Jasmine Bennett. Angela hosts inspiring conversations with some of Chicago’s top women executives as they share their personal stories of success, including their triumphs, detours, pitfalls and challenges.\u003cbr />\u003cbr />Jasmine Flowers Mazyck, Managing Director at Flowers Communications Group, spent 17 years as a global Talent/HR consultant and leader in the management consulting industry. She began her career at Deloitte as a Human Capital Consultant, where she developed and implemented change readiness and learning strategies for large-scale clients across a range of industries.\u003cbr />\u003cbr />Jasmine advanced her career at Deloitte, eventually becoming a Talent Leader for the Core Industry Solutions service area. In this role, she was a strategic thought partner with senior leadership, advising on priorities such as employee engagement, culture, professional development, performance management, retention, compensation, and DE&I.\u003cbr />\u003cbr />Most recently, Jasmine was a Professional Development Manager and Global Talent Management leader at McKinsey & Company, where she partnered with leaders to advance and activate DE&I commitments and led the inception of a leadership development strategy and program.\u003cbr />\u003cbr />Jasmine is a PR Council Board Member and an alumna of Leadership Georgia, one of the nation’s oldest and most successful leadership training programs for young business, civic, and community leaders. Jasmine holds a B.A. in Economics from Spelman College and an MBA from the University of Georgia Terry College of Business. Notably, her first corporate internship was at Flowers Communications Group while she was at Spelman.\u003cbr />\u003cbr />Check out the Women Inspire Chicago Podcast and be inspired! The Women Inspire Chicago podcast is sponsored by \u003ca href=\"https://www.potbelly.com/catering\" target=\"_blank\" rel=\"noreferrer noopener\">Potbelly\u003c/a>.\u003cbr />\u003cbr />\u003cb>Connect with Jasmine Flowers Mazyck:\u003c/b>\u003cbr />\u003cbr />LinkedIn: \u003ca href=\"https://www.linkedin.com/in/jasmineflowersmazyck/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.linkedin.com/in/jasmineflowersmazyck/\u003c/a>\u003cbr />Instagram: @MrsJazMaz","startDate":1724666517000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":193491315,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Eight: Sally Ramirez","duration":1292,"isExplicit":false,"description":"iHeartMedia Chicago presents the Women Inspire Chicago Podcast hosted by iHeart Chicago’s SVP of Public Engagement, Angela Ingram and produced by iHeart Chicago’s Jasmine Bennett. Angela hosts inspiring conversations with some of Chicago’s top women executives. \u003cbr />\u003cbr />Sally Ramirez, Senior Vice President of News, NBC5 Chicago and Telemundo Chicago, joined Angela for her 1st Anniversary Special Edition Episode.\u003cbr />\u003cbr />With more than 30 years of local/national broadcast journalism experience, Sally Ramirez returned to Chicago in 2023 to restructure and lead the newsrooms at two of Chicago’s most prestigious media properties: NBC 5 Chicago (WMAQ-TV) and Telemundo Chicago (WSNS-TV).\u003cbr />\u003cbr />Sally has been honored with numerous industry awards, including five Edward R. Murrow Awards, four Emmy Awards and the Alfred I. du-Pont-Columbia University Award, among others.\u003cbr />\u003cbr />Check it out and be inspired!\u003cbr />The Women Inspire Chicago Podcast is sponsored by \u003ca href=\"https://www.potbelly.com/catering\" target=\"_blank\" rel=\"noreferrer noopener\">Potbelly\u003c/a>.\u003cbr />\u003cbr />Connect with Sally Ramirez:\u003cbr /> \u003cbr />(NBC 5 Chicago): \u003cbr />Twitter (X): \u003ca href=\"https://twitter.com/nbcchicago\" target=\"_blank\" rel=\"noreferrer noopener\">@nbcchicago \u003c/a>\u003cbr />Instagram: \u003ca href=\"https://www.instagram.com/nbcchicago/?hl=en\" target=\"_blank\" rel=\"noreferrer noopener\">@nbcchicago \u003c/a>\u003cbr />TikTok: \u003ca href=\"https://www.tiktok.com/@nbcchicago\" target=\"_blank\" rel=\"noreferrer noopener\">@nbcchicago\u003c/a>\u003cbr /> \u003cbr />(Telemundo Chicago): \u003cbr />Twitter (X): \u003ca href=\"https://twitter.com/SallyRamirez\" target=\"_blank\" rel=\"noreferrer noopener\">@TelemundoCHI \u003c/a>\u003cbr />Instagram: \u003ca href=\"https://www.instagram.com/telemundochicago/\" target=\"_blank\" rel=\"noreferrer noopener\">@telemundochicago \u003c/a>\u003cbr /> \u003cbr />(Sally Ramirez): \u003cbr />LinkedIn: \u003ca href=\"https://www.linkedin.com/in/sally-ramirez/\" target=\"_blank\" rel=\"noreferrer noopener\">linkedin.com/in/sally-ramirez \u003c/a>\u003cbr />Twitter (X): \u003ca href=\"https://x.com/SallyRamirez\" target=\"_blank\" rel=\"noreferrer noopener\">@SallyRamirez\u003c/a>\u003cbr />Instagram: \u003ca href=\"https://www.instagram.com/sallyceli_news/\" target=\"_blank\" rel=\"noreferrer noopener\">@sallyceli_news \u003c/a>","startDate":1720445597000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":165943232,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Seven: Alene Mason","duration":1146,"isExplicit":false,"description":"iHeartMedia Chicago presents the Women Inspire Chicago Podcast hosted by Angela Ingram, iHeart Chicago's Senior Vice President of Public Engagement and produced by iHeart Chicago’s Jasmine Bennett. Angela hosts inspiring conversations with some of Chicago’s top women executives as they share their personal stories of success, including their triumphs, detours, pitfalls and challenges.\u003cbr /> \u003cbr />Alene Mason is the Chicago Public Schools Network 9 Chief of Schools. She is a highly skilled, passionate, motivated, and driven leader who works tirelessly to make a positive impact both inside and outside of the school community. Alene was born and raised on the South Side of Chicago and is a proud product of Chicago Public Schools. She has devoted her entire professional career to education as a Teacher Leader, Network Math and Science Coach, Assistant Principal, Principal, Deputy Chief of Schools and Chief of Schools.\u003cbr /> \u003cbr />Alene’s 25-year career in education is fueled by her vision to help transform and change the lives of others. She holds a Bachelor of Science Degree in Actuary Science from University of Illinois Urbana-Champaign, Master of Arts from Saint Xavier University in Elementary Education and Master of Arts from Concordia University in School Leadership. Alene is nationally recognized as a Cahn Distinguished Principals Fellow and currently serves as a Cahn Alumni Advisor. She sees no barriers when it comes to transforming lives. This is not a job for her, but a ministry, combined with a mission of excellence. \u003cbr /> \u003cbr />Check It Out and Be Inspired! The Women Inspire Chicago Podcast is sponsored by \u003ca href=\"https://www.potbelly.com/catering\" target=\"_blank\" rel=\"noreferrer noopener\">Potbelly\u003c/a>.\u003cbr />\u003cbr />Alene Mason on Social:\u003cbr />\u003cb>Facebook:\u003c/b> \u003ca href=\"https://www.facebook.com/profile.php?id=100015392623688\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook.com/AleneMason\u003c/a>\u003cbr />\u003cb>Instagram:\u003c/b> @masonalene\u003cbr />\u003cb>Twitter/X:\u003c/b>\u003cbr />@alenemason\u003cbr />@ChiPubSchools\u003cbr />\u003cb>LinkedIn:\u003c/b> \u003ca href=\"https://www.linkedin.com/in/alene-mason-872569256/\" target=\"_blank\" rel=\"noreferrer noopener\">Alene Mason\u003c/a>","startDate":1712601366000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":156147240,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Women Inspire Chicago: Bonus Episode","duration":1694,"isExplicit":false,"description":"It's Women's History Month!\u003cbr />\u003cbr />In a special bonus episode of Women Inspire Chicago, Angela and Jasmine pay tribute to the women in their lives that have inspired them and played a part in who they are today.\u003cbr />Join in as they honor their legacies and celebrate the progress that we continue to make in 2024 and beyond.\u003cbr />","startDate":1709550047000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":147958171,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Six: Kara Demirjian Huss","duration":1368,"isExplicit":false,"description":"Kara Demirjian Huss joined Jasmine for the latest episode.\u003cbr />\u003cbr />Kara is the Founder and President of DCC Marketing, WBE/WBENC, a full-service marketing agency driving impact through their unique approach to multicultural marketing that creates stand out campaigns to drive consumer education and behavior change. She is also the Senior Vice President for TCCI Manufacturing a global leader in compressor technology and electric vehicle component manufacturing for the commercial vehicle and specialty automotive industry. TCCI is headquartered in Illinois with facilities in 10 countries. Kara was appointed in May 2023 by Governor Pritzker to the Illinois Workforce Innovation Board (IWIB) as part of the leadership team to oversee the development, implementation, and modification of the Unified State Plan for Illinois workforce development system. She has a B.S. from the University of Illinois, Urbana-Champaign.\u003cbr />\u003cbr />Check It Out and Be Inspired! The Women Inspire Chicago Podcast is sponsored by \u003ca href=\"https://www.potbelly.com/catering\" target=\"_blank\" rel=\"noreferrer noopener\">Potbelly\u003c/a>.\u003cbr />\u003cbr />Kara Demirjian Huss:\u003cbr />\u003cbr />LinkedIn: https://www.linkedin.com/in/kara-demirjian-huss-aa1b3029/\u003cbr />Facebook: https://www.facebook.com/dccmarketing\u003cbr />Instagram: https://www.instagram.com/dccmarketing/\u003cbr />Twitter/X: @karadccmrktg","startDate":1707135986000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":134687242,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Five: Kimberly M. Foxx","duration":1791,"isExplicit":false,"description":"The Honorable Kimberly M. Foxx, Cook County State’s Attorney, joined Angela for her latest episode. She is the first Black woman to lead the Cook County State’s Attorney’s Office – the second-largest prosecutor’s office in the country. Kim took office on December 1, 2016, with a vision for transforming the Cook County State’s Attorney’s Office into a fairer, more forward-thinking agency focused on rebuilding public trust, promoting transparency, and being proactive in making all communities safe. She was elected to a second term in 2020.\u003cbr />\u003cbr />Born and raised in Cabrini Green on Chicago’s Near North Side, Kim is a graduate of Southern Illinois University, where she earned a B.A. in Political Science and a J.D. from the SIU School of Law. Check It Out and Be Inspired!\u003cbr />The Women Inspire Chicago Podcast is sponsored by \u003ca href=\"https://www.potbelly.com/catering\" target=\"_blank\" rel=\"noreferrer noopener\">Potbelly\u003c/a>.\u003cbr />\u003cbr />The Honorable Kimberly M. Foxx, Cook County State’s Attorney: \u003cbr />\u003cbr />LinkedIn: Kimberly Foxx\u003cbr />Twitter/X: @Sakimfoxx\u003cbr />Instagram: @Sakimfoxx\u003cbr />Facebook: @Sakimfoxx\u003cbr />\u003cbr />Cook County State Attorney Office:\u003cbr />LinkedIn: @cookcountysao\u003cbr />Twitter/X: @cookcountysao\u003cbr />Instagram: @cookcountysao\u003cbr />Facebook: @cookcountysao","startDate":1702304212000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"}]}},{"id":29747177,"title":"The Joe Soto Podcast","description":"The Best of The Joe Soto Show on V103 Chicago!","lastUpdated":1724176716,"slug":"761-the-joe-soto-podcast","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAHTYBkAAAFl-PqD4A"},"items":[{"id":112671879,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"Joe Soto Chats with Directors of The BASE Chicago Ahead of Their Disney+ Debut","duration":1852,"isExplicit":false,"description":".","startDate":1681123814000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"},{"id":48053983,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"Joe Soto Chats with The Directors of The Base Chicago","duration":3198,"isExplicit":false,"description":".","startDate":1565958438000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"},{"id":48009172,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"Joe Soto Chats with Phillip Bailey of Earth, Wind, & Fire","duration":254,"isExplicit":false,"description":".","startDate":1565892038000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"},{"id":47263486,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"Joe Soto Chats with Jimmy Jam and Terry Lewis","duration":332,"isExplicit":false,"description":".","startDate":1564426507000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"},{"id":42735082,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"Joe Soto Chats With Pastor Hannah","duration":231,"isExplicit":false,"description":".","startDate":1558043804000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"},{"id":30844577,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"Joe Soto Chats with Morris Day","duration":209,"isExplicit":false,"description":".","startDate":1555607667000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"},{"id":30698928,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"Joe Soto Chats WIth The Ravinia Crew","duration":266,"isExplicit":false,"description":".","startDate":1552670825000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"},{"id":30629933,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"Joe Soto Chats with Kurtis Blow!","duration":294,"isExplicit":false,"description":".","startDate":1543582871000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"},{"id":30629929,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"Joe Talks About Today's Current Events","duration":485,"isExplicit":false,"description":".","startDate":1540831862000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"},{"id":30629913,"podcastId":29747177,"podcastSlug":"761-the-joe-soto-podcast","title":"The Joe Soto Podcast Episode 5","duration":640,"isExplicit":false,"description":".","startDate":1537480492000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2ZhYjRjYzA1MmFkMzEwMDNlM2YyMDAzZjkyNmVjZmUxLmpwZw"}]}},{"id":30129479,"title":"The Bioncé Foxx Soapbox","description":"Bioncé Foxx has a lot on her mind, and she'll talk about anything.","lastUpdated":1724177119,"slug":"761-the-bioncé-foxx-soapbox","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAOjaGIAAAFxXoZMwA"},"items":[{"id":80443519,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"Maxwell Celebrates 25 Years of Urban Hang Suite","duration":528,"isExplicit":false,"description":"Maxwell Celebrates 25 Years of Urban Hang Suite on The Bionce Foxx Experience","startDate":1617372249000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"},{"id":74305191,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"John Legend Talks Bigger Love, The Voice, and more","duration":656,"isExplicit":false,"description":"John Legend Talks Bigger Love, The Voice, and more!","startDate":1606142408000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"},{"id":74229809,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"Jamal Malone, CEO of Ada S. Mckinley Community Services Talks Helping the Community During the Pandemic","duration":232,"isExplicit":false,"description":"Jamal Malone, CEO of Ada S. Mckinley Community Services Talks Helping the Community During the Pandemic","startDate":1605887021000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"},{"id":71814902,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"Tamron Hall Chats About The New Season of The Tamron Hall Show","duration":592,"isExplicit":false,"description":"Tamron Hall Chats About The New Season of The Tamron Hall Show!","startDate":1600793459000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"},{"id":65030634,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"Civil Rights Attorney Andrew Stroth On Defunding Police, Justice in Policing Act 2020 and More.","duration":918,"isExplicit":false,"description":"Civil Rights Attorney and Managing Director of Action Injury Law Group Andrew Stroth launched the social justice law firm to represent victims of unjustified police shootings, excessive force and police misconduct. He also created the Truth, Hope & Justice Initiative to share stories of families affected by police violence. He shares his opinions on defunding the police and the presence of police in Chicago Public Schools, in addition to police brutality and the affects of police misconduct on families.","startDate":1592564287000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"},{"id":63546676,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"Grammy Award-Winning Artist PJ Morton Brings \"Culture Trivia\" To YouTube","duration":551,"isExplicit":false,"description":"Grammy Award-Winning Artist PJ Morton Brings \"Culture Trivia\" To YouTube","startDate":1591360012000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"},{"id":63543793,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"Black Women's Expo Founder Merry Green Moves Forward With Expo In 2021","duration":389,"isExplicit":false,"description":"Black Women's Expo Founder Merry Green Shares Her Plans to Move Forward With the Expo In 2021","startDate":1591355774000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"},{"id":61292052,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"Frantically I Await John Legend's New Album Dropping In June","duration":586,"isExplicit":false,"description":"John Legend and I chat about living a quarantined life, the affects of the pandemic on artists, stuffed animal weddings and of course his new album dropping in June. But to my surprise he's not revealing too much about the new project -- not even to me!","startDate":1587049431000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"},{"id":61289096,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"Director of 'The Clark Sisters' Movie Reveals The Magic of The Film","duration":884,"isExplicit":false,"description":"Multi-award winning director, screenwriter and filmmaker Christine Swanson talks about the ingredients that went into making 'The Clark Sisters' a powerhouse film. A Detroit native like the legendary Gospel artists, she knew that this vision would one day become reality.","startDate":1587043893000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"},{"id":61040738,"podcastId":30129479,"podcastSlug":"761-the-bioncé-foxx-soapbox","title":"Isreal Idonije Talks Fighting The Spread of COVID-19","duration":378,"isExplicit":false,"description":"Isreal Idonije Talks Fighting The Spread of COVID-19","startDate":1586428792000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzdjMTliNzdkNzE1NjFiZDNlZDYyOTMwMmY0NTgyODQ4LmpwZw"}]}},{"id":121836218,"title":"Northwestern Medicine Voices Of Better Medicine For V103","description":"","lastUpdated":1724176620,"slug":"761-northwestern-medicine-voic","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABAWGAgAAAGVgFsSWA"},"items":[{"id":285552462,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Yang- Abnormal Bleeding/Pelvic Pain","duration":256,"isExplicit":false,"description":"Dr. Linda Yang explores what a healthy menstrual cycle should look like and highlights the signs and potential causes of abnormal uterine bleeding. She emphasizes the importance of tracking symptoms, when to seek medical attention, and what treatments may be available. The segment also provides practical advice on what information to log before visiting a physician to ensure a productive consultation.\u003cbr />","startDate":1752415208000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"},{"id":284709144,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Yang- Endometriosis","duration":301,"isExplicit":false,"description":"In this segment, Dr. Linda Yang sheds light on endometriosis, a condition affecting up to 10% of women. She explains what endometriosis is, common symptoms to watch for, how it is diagnosed, and how it can evolve over time. Dr. Yang also discusses strategies for symptom management, available treatments at Northwestern Medicine, and when surgical options may be considered.\u003cbr />","startDate":1751896808000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"},{"id":281016725,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Hublikar- Spinal Cord Injury","duration":320,"isExplicit":false,"description":"Dr. Hublikar, medical director at Northwestern Medicine Marianjoy Rehabilitation Hospital, reviews the causes and effects of spinal cord injuries. Spinal cord injuries can result from trauma, infections, or diseases. Treatment involves evaluation, personalized rehab, and advanced technologies. Marianjoy offers specialized care focused on long-term recovery and functional improvement.","startDate":1749996008000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"},{"id":279990805,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Hublikar- Marianjoy","duration":327,"isExplicit":false,"description":"Dr. Hublikar, medical director at Northwestern Medicine Marianjoy Rehabilitation Hospital, highlighted their focus on long-term recovery for conditions like spinal injuries. Unlike traditional hospitals, Marianjoy specializes in rehabilitation. Admission requires a physician referral and evaluation. They support all ages with tailored programs and use advanced technologies to enhance outcomes.","startDate":1749477608000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"},{"id":276421648,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Driss- ALS Seg. 2","duration":301,"isExplicit":false,"description":"Dr. Senda Ajroud-Driss, Neurologist and Director of the Les Turner ALS Center at Northwestern Medicine, discusses ALS, a condition diagnosed every 90 minutes. She explains what it is and the challenges faced by patients. She shares how loved ones can support those affected and outlines the treatment options available at Northwestern Medicine to improve quality of life. Dr. Driss also provides insights into the current state of ALS research and highlights recent strides in clinical trials that offer hope to listeners.","startDate":1747664174000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"},{"id":275156165,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Driss- ALS Seg. 1","duration":301,"isExplicit":false,"description":"In honor of ALS Awareness Month, Dr. Senda Ajroud-Driss, Neurologist and Director of the Les Turner ALS Center at Northwestern Medicine, discusses ALS, including its early symptoms, causes, and the role of family history. She explains the diagnostic steps at Northwestern Medicine and shares the mission of the Les Turner ALS Center- shedding light on importance of comprehensive care for ALS patients and the efforts to support those affected by the disease.\u003cbr />","startDate":1747065217000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"},{"id":273399080,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Malkani- Sleeping With Parkinson's Disease","duration":301,"isExplicit":false,"description":"Dr. Roneil Malkani, a specialist in sleep medicine and movement disorders at Northwestern Medicine, discusses how Parkinson's disease impacts sleep. He explains the importance of awareness of sleep issues for those with movement disorders and outlines treatment options for sleep problems in Parkinson's patients. Dr. Malkani also advises on when to consult a healthcare provider for sleep-related concerns.\u003cbr />","startDate":1745413200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"},{"id":273399258,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Malkani- Sleep Apnea","duration":301,"isExplicit":false,"description":"Dr. Roneil Malkani, a Movement Disorders and Sleep Medicine Physician at Northwestern Medicine, discusses sleep apnea, a common disorder affecting 10-15% of adults. He explains the condition, its causes, symptoms, and treatment options. Dr. Malkani emphasizes the importance of proper diagnosis to prevent serious health complications.\u003cbr />","startDate":1745243760000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"},{"id":270322864,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Ramirez- Eye Health","duration":301,"isExplicit":false,"description":"Dr. Ramírez explains the importance of routine eye exams, what to expect during a visit, and how screen time affects vision. He also discusses nutrition for eye health and the differences between type 1 and type 2 diabetes.\u003cbr />","startDate":1742133607000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"},{"id":269883400,"podcastId":121836218,"podcastSlug":"761-northwestern-medicine-voic","title":"Voices of Better Medicine- Dr. Ramirez- Glaucoma","duration":301,"isExplicit":false,"description":"Glaucoma affects millions and can lead to vision loss if left untreated. Dr. Ramírez, an ophthalmologist at Northwestern Medicine, explains the disease, its symptoms, and why early detection is key. Learn about risk factors, prevention, and management strategies to protect your sight.\u003cbr />","startDate":1741615207000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2MzNTQ1NGYzNWRmNGE1YWM5ZDZlMjE4OGMxMjgwZDgyLmpwZw"}]}},{"id":79998832,"title":"We'll Just Agree to Disagree","description":"Welcome to the conversation! This is the \"We'll Just Agree To Disagree,\" podcast where you’ll hear Bionce’ Foxx and Ryan Lee talk about any and everything while getting a perspective from a Generation X-er and a Millennial. We may not always agree on some things and we may not always disagree, but one thing for sure is we will definitely agree to disagree!","lastUpdated":1724176784,"slug":"1248-well-just-agree-to-disagr","isExternal":false,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAk6bCEAAAGN7r7naA"},"items":[{"id":201736172,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Generational Differences With Serafina G. & Olivia E.","duration":1802,"isExplicit":false,"description":"","startDate":1722589501000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"},{"id":196562141,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Special Guest Joe L. Barns Talks His Start In Music & His New Album \"The Good Shepherd\"","duration":1358,"isExplicit":false,"description":"","startDate":1721208709000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"},{"id":194881757,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Lambda Mu Omega Chapter Of Alpha Kappa Alpha Sorority, Inc. Blood Drive!","duration":433,"isExplicit":false,"description":"","startDate":1720770873000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"},{"id":183225499,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Rihanna Is Dropping A Fenty Hair Line!","duration":699,"isExplicit":false,"description":"","startDate":1717663160000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"},{"id":180451305,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Everything DIDDY...","duration":820,"isExplicit":false,"description":"","startDate":1716890940000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"},{"id":174804544,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Our Thoughts On The Met Gala 2024!","duration":973,"isExplicit":false,"description":"","startDate":1715248472000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"},{"id":172817896,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Life Has Been Lifing!","duration":801,"isExplicit":false,"description":"","startDate":1714640085000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"},{"id":162760687,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Diddy....","duration":790,"isExplicit":false,"description":"","startDate":1711611148000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"},{"id":160624439,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Trending Topics!","duration":710,"isExplicit":false,"description":"","startDate":1710925744000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"},{"id":154823713,"podcastId":79998832,"podcastSlug":"1248-well-just-agree-to-disagr","title":"Our Thoughts On The Wendy Williams Documentary","duration":881,"isExplicit":false,"description":"None","startDate":1709107505000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzQwODUzZjMyZmQzOTIxNDgxZTAwNjc3MTdiMjY1Y2RmLmpwZw"}]}},{"id":27928551,"title":"The Steve Harvey Morning Show","description":"Start your day with laughs, love, and real talk from Steve Harvey and his hilarious crew Shirley Strawberry, Carla Ferrell, Nephew Tommy, and Junior on the #1 morning radio show in America. Prank calls, life advice, celebrity guests, and nonstop energy. Follow, favorite, and subscribe now so you never miss a moment!\nSteve Harvey brings his unmatched charisma and wisdom to mornings across the country, mixing comedy, culture, and connection like no one else. Whether you need a laugh, a lift, or a little perspective, The Steve Harvey Morning Show delivers it all.\nJoin millions who tune in every day, and make Steve and the crew part of your morning routine!","lastUpdated":1747920773,"slug":"1141-the-steve-harvey-morning","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2ZhNGRhNGIxLTY1MDAtNDU1MC1hMGVkLWFlMmQwMTQyYWQxNi8yNDQyYjM1NS01YWI3LTQ1ZDQtOTJkYi1hZTJkMDE0MmFkMjQvaW1hZ2UuanBnP3Q9MTc0NTQ1NzI5NyZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABEkJw4AAAGYQt67cA"},"items":[{"id":283964237,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"Brand Building: A former emergency room nurse turned career coach, shares her journey from bedside care to a six-figure business. ","duration":1722,"isExplicit":false,"description":"\u003cp>Two-time Emmy and Three-time NAACP Image Award-winning, television Executive Producer Rushion McDonald, interviewed \u003cstrong>Dr. Farrah Laurent. \u003c/strong>\u003c/p> \u003cp>A former emergency room nurse turned entrepreneur and career coach, shares her journey from bedside care to building a six-figure business helping new nurses land high-paying jobs and launch their own ventures. The conversation explores nursing as a lucrative and flexible career path, the importance of mindset, and the power of personal branding.\u003c/p> \u003chr> \u003cp>🔑 \u003cstrong>Key Points\u003c/strong> 💼 \u003cstrong>Career Journey & Motivation\u003c/strong>\u003c/p> \u003cul> \u003cli>Dr. Laurent was inspired by the TV show \u003cem>Trauma: Life in the E.R.\u003c/em> to become an emergency nurse.\u003c/li> \u003cli>She worked 13 years in ER nursing, including at a Level 1 trauma center in Detroit.\u003c/li> \u003cli>Transitioned into education and leadership before launching her coaching business.\u003c/li> \u003c/ul> \u003cp>💰 \u003cstrong>Nursing as a High-Income Career\u003c/strong>\u003c/p> \u003cul> \u003cli>New nurses in cities like NYC and Northern California can earn \u003cstrong>$100K–$175K\u003c/strong> starting salaries.\u003c/li> \u003cli>National average is around \u003cstrong>$70K\u003c/strong>, but opportunities vary by region and specialization.\u003c/li> \u003cli>Nurse anesthetists can earn \u003cstrong>$200K–$300K+\u003c/strong>.\u003c/li> \u003c/ul> \u003cblockquote> \u003cp>\u003cstrong>“New graduate nurses today… are making baseline at least $100,000, up to $175K.”\u003c/strong>\u003c/p> \u003c/blockquote> \u003chr> \u003cp>🧠 \u003cstrong>Mindset & Coaching\u003c/strong>\u003c/p> \u003cul> \u003cli>Emphasizes \u003cstrong>abundance mindset\u003c/strong> over scarcity.\u003c/li> \u003cli>Coaches nurses on resume writing, interview prep, and personal branding.\u003c/li> \u003cli>Encourages nurses to \u003cstrong>invest in themselves\u003c/strong> through coaching and professional development.\u003c/li> \u003c/ul> \u003cblockquote> \u003cp>\u003cstrong>“If I can do it, you can do it too. It all starts with an idea and the mindset.”\u003c/strong>\u003c/p> \u003c/blockquote> \u003chr> \u003cp>📈 \u003cstrong>Entrepreneurship for Nurses\u003c/strong>\u003c/p> \u003cul> \u003cli>Nurses are increasingly turning to \u003cstrong>consulting, coaching, and telehealth\u003c/strong> for flexibility.\u003c/li> \u003cli>Dr. Laurent founded the \u003cstrong>Nurses Making Money Moves\u003c/strong> conference and authored a workbook by the same name.\u003c/li> \u003cli>Organized her first conference in just 10 weeks, attracting 70 nurses from 20 states.\u003c/li> \u003c/ul> \u003cblockquote> \u003cp>\u003cstrong>“You’re using your intellectual property—what you already know—to monetize.”\u003c/strong>\u003c/p> \u003c/blockquote> \u003chr> \u003cp>🌍 \u003cstrong>Diversity & Representation\u003c/strong>\u003c/p> \u003cul> \u003cli>Advocates for \u003cstrong>racial, gender, and linguistic diversity\u003c/strong> in nursing and leadership.\u003c/li> \u003cli>Notes that patient outcomes improve when care providers reflect the communities they serve.\u003c/li> \u003c/ul> \u003cblockquote> \u003cp>\u003cstrong>“We need more diversity in nursing and nursing leadership to close the gaps in healthcare inequalities.”\u003c/strong>\u003c/p> \u003c/blockquote> \u003chr> \u003cp>💡 \u003cstrong>Advice for New Nurses\u003c/strong>\u003c/p> \u003col> \u003cli>\u003cstrong>Get clear\u003c/strong> on your goals and ideal work environment.\u003c/li> \u003cli>\u003cstrong>Prepare thoroughly\u003c/strong> for interviews—don’t wing it.\u003c/li> \u003cli>\u003cstrong>Build a strong LinkedIn presence\u003c/strong>—95% of recruiters check it.\u003c/li> \u003cli>\u003cstrong>Negotiate\u003c/strong>: Know your worth, research salaries, and pitch your value.\u003c/li> \u003c/ol> \u003cblockquote> \u003cp>\u003cstrong>“Don’t just settle. Go after what you want.”\u003c/strong>\u003c/p> \u003c/blockquote> \u003chr> \u003cp>🚩 \u003cstrong>Red Flags in Job Offers\u003c/strong>\u003c/p> \u003cul> \u003cli>Disorganized interview process\u003c/li> \u003cli>Unwelcoming management\u003c/li> \u003cli>High turnover\u003c/li> \u003cli>Rushed job offers without clarity on responsibilities\u003c/li> \u003c/ul> \u003chr> \u003cp>📣 \u003cstrong>Closing Quote\u003c/strong>\u003c/p> \u003cblockquote> \u003cp>\u003cstrong>“Nurses are big problem solvers. Find the problem you want to solve and go for it.”\u003c/strong>\u003c/p> \u003c/blockquote> \u003cp>#SHMS #STRAW #BEST\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1754150400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2IxZGI3MjYzLWQxYTMtNGQwMC04OTc2LWFmNjIwMTJhYWI0NC8xZmUyYzk2Yi1kYmE1LTQ0NWItOWExYy1iMzBlMDEzMDkzOGMvaW1hZ2UuanBnP3Q9MTc1MTQ5NDk5OSZzaXplPUxhcmdl"},{"id":283523201,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"Brand Building: Insights on how individuals can navigate layoffs, negotiate salaries, and build resilient careers.","duration":1697,"isExplicit":false,"description":"\u003cp>Two-time Emmy and Three-time NAACP Image Award-winning, television Executive Producer Rushion McDonald, interviewed Katrice Miller.\u003c/p> \u003cp>A nationally recognized labor relations expert and career coach. The conversation explores her journey from federal government service to corporate leadership, her insights on labor law, personal branding, and how individuals can navigate layoffs, negotiate salaries, and build resilient careers.\u003c/p> \u003cp>👩🏾‍💼 About Katrice Miller\u003c/p> \u003cul> \u003cli>Labor Relations Counsel at Starbucks\u003c/li> \u003cli>Former Director of HR Compliance at Microsoft\u003c/li> \u003cli>Over 25 years of experience in labor relations across government and corporate sectors\u003c/li> \u003cli>Founder of CorporateWinners.com, a career and business coaching platform\u003c/li> \u003cli>Former federal employee with the U.S. Department of Labor\u003c/li> \u003c/ul> \u003cp>💡 Key Themes & Takeaways⚖️ Labor Relations vs. Human Resources\u003c/p> \u003cul> \u003cli>Labor relations focuses on compliance with labor laws and maintaining fair employer-employee relationships\u003c/li> \u003cli>HR is broader, covering benefits, PTO, and general employee support\u003c/li> \u003cli>Emphasizes proactive compliance and consistency in workplace practices\u003c/li> \u003c/ul> \u003cp>📉 Layoffs & Downsizing\u003c/p> \u003cul> \u003cli>Advocates for transparency and consistency during layoffs\u003c/li> \u003cli>Encourages employers to treat employees with dignity and follow both legal and internal policies\u003c/li> \u003cli>Advises employees to separate their identity from their job and focus on personal brand resilience\u003c/li> \u003c/ul> \u003cp>💼 Personal Branding & LinkedIn\u003c/p> \u003cul> \u003cli>Personal brand should reflect your value, not just your job title\u003c/li> \u003cli>LinkedIn is a powerful tool for visibility, networking, and showcasing skills\u003c/li> \u003cli>Encourages employees to build their brand even if their current job doesn’t align with their long-term goals\u003c/li> \u003c/ul> \u003cp>💰 Salary Negotiation & Career Growth\u003c/p> \u003cul> \u003cli>Keep a running file of accomplishments to support salary discussions\u003c/li> \u003cli>Always counteroffer with research-based reasoning\u003c/li> \u003cli>Negotiation is a conversation, not a confrontation\u003c/li> \u003c/ul> \u003cp>🎯 Coaching & Empowerment\u003c/p> \u003cul> \u003cli>Offers affordable coaching programs launching July 1 via CorporateWinners.com\u003c/li> \u003cli>Focuses on helping clients build sustainable careers, not just find jobs\u003c/li> \u003cli>Provides templates, interview prep, and 24/7 support for job seekers\u003c/li> \u003c/ul> \u003cp>🧠 Mindset & Motivation\u003c/p> \u003cul> \u003cli>Encourages clarity, confidence, courage, and calm during career transitions\u003c/li> \u003cli>Advises against panic-driven job applications\u003c/li> \u003cli>Promotes self-assessment and strategic pivots for those unhappy in their current roles\u003c/li> \u003c/ul> \u003cp>🌐 Vision for the Future\u003c/p> \u003cul> \u003cli>Aims to scale her coaching impact through online programs\u003c/li> \u003cli>Seeks to empower more professionals, especially those affected by layoffs, with tools for career resilience\u003c/li> \u003c/ul> \u003cp>#SHMS #STRAW #BEST\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1754150400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2IxZGI3MjYzLWQxYTMtNGQwMC04OTc2LWFmNjIwMTJhYWI0NC9lZWI4MWEwNC1iNzEyLTRjNzQtYTNmMy1iMzBiMDBkZTU5MmUvaW1hZ2UuanBnP3Q9MTc1MTIwMzk2MSZzaXplPUxhcmdl"},{"id":284323765,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"Uplift: He helps churches and nonprofits leverage technology to spread the gospel.","duration":2067,"isExplicit":false,"description":"\u003cp>Two-time Emmy and Three-time NAACP Image Award-winning, television Executive Producer Rushion McDonald interviewed Gregory Richardson.\u003c/p> \u003cp>A cybersecurity expert and AI consultant. The conversation explores cybersecurity best practices, the rise of AI, and how Gregory is helping churches and nonprofits leverage technology to spread the gospel.\u003c/p> \u003chr> \u003cp>🔐 Cybersecurity Insights 🔹 Gregory’s Background\u003c/p> \u003cul> \u003cli>Based in Dallas, Texas.\u003c/li> \u003cli>Works full-time as an ethical hacker and cybersecurity consultant for major corporations and governments.\u003c/li> \u003cli>Also a serial entrepreneur with ventures in real estate, consulting, and software.\u003c/li> \u003c/ul> \u003cp>🔹 Key Cybersecurity Takeaways\u003c/p> \u003cul> \u003cli>\u003cstrong>Multitasking Myth\u003c/strong>: Gregory argues that humans are not wired for multitasking—focus leads to better outcomes.\u003c/li> \u003cli>\u003cstrong>Password Hygiene\u003c/strong>: \u003cul> \u003cli>Avoid using simple passwords like “1234.”\u003c/li> \u003cli>Don’t reuse passwords across platforms.\u003c/li> \u003cli>Use passphrases (e.g., Bible verses) for stronger security.\u003c/li> \u003cli>Change passwords regularly.\u003c/li> \u003c/ul> \u003c/li> \u003cli>\u003cstrong>Password Vaults\u003c/strong>: Recommends using reputable services like Google or Microsoft.\u003c/li> \u003cli>\u003cstrong>Two-Factor Authentication (2FA)\u003c/strong>: Strongly encourages using 2FA to protect accounts.\u003c/li> \u003cli>\u003cstrong>Phishing Scams\u003c/strong>: \u003cul> \u003cli>Be wary of urgent or fear-based emails.\u003c/li> \u003cli>Always verify suspicious messages by contacting the company directly.\u003c/li> \u003cli>Scammers often mimic trusted brands (e.g., Facebook, Bank of America).\u003c/li> \u003c/ul> \u003c/li> \u003c/ul> \u003cp>🔹 The Bigger Picture\u003c/p> \u003cul> \u003cli>Cybercrime now generates more revenue than global drug trafficking.\u003c/li> \u003cli>Criminal organizations are well-funded and recruit tech talent to build sophisticated scams.\u003c/li> \u003c/ul> \u003chr> \u003cp>🤖 Artificial Intelligence & Opportunity 🔹 AI as a Tool for Good\u003c/p> \u003cul> \u003cli>Compares AI to the Gutenberg printing press—initially misused, but ultimately transformative.\u003c/li> \u003cli>Believes AI’s potential far outweighs its risks.\u003c/li> \u003c/ul> \u003cp>🔹 AI in Business\u003c/p> \u003cul> \u003cli>Helps businesses identify “million-dollar problems” and solve them with AI.\u003c/li> \u003cli>Example: Built a toll-tracking app for a car rental company that became more profitable than the rental business itself.\u003c/li> \u003cli>Encourages entrepreneurs to use AI tools to build apps without needing coding skills.\u003c/li> \u003c/ul> \u003cp>🔹 AI in Education\u003c/p> \u003cul> \u003cli>Created a custom math quiz app for his daughter using her course materials and AI.\u003c/li> \u003c/ul> \u003chr> \u003cp>🙏 AI for Churches & Nonprofits\u003c/p> \u003cul> \u003cli>Gregory focuses on helping churches and nonprofits use AI to: \u003cul> \u003cli>Spread the gospel.\u003c/li> \u003cli>Operate more efficiently.\u003c/li> \u003cli>Compete with limited budgets.\u003c/li> \u003c/ul> \u003c/li> \u003cli>Offers consulting and resources through his website: GregoryRichardson.ai\u003c/li> \u003c/ul> \u003chr> \u003cp>📚 Book Mentioned\u003c/p> \u003cul> \u003cli>Gregory has authored a book on using AI to solve business problems and create scalable solutions.\u003c/li> \u003c/ul> \u003chr> \u003cp>🎙️ Closing Notes\u003c/p> \u003cul> \u003cli>Rushion praises Gregory’s passion, clarity, and practical advice.\u003c/li> \u003cli>Plans to bring him back for a deeper dive into AI’s role in faith-based and nonprofit work.\u003c/li> \u003c/ul> \u003chr> \u003cp>#SHMS #STRAW #BEST #AMI\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1754134200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2IxZGI3MjYzLWQxYTMtNGQwMC04OTc2LWFmNjIwMTJhYWI0NC81NWJjMzIxNi1lNGU4LTQyNjItYmZjOS1iMzBiMDBkMTg4ZTkvaW1hZ2UuanBnP3Q9MTc1MTIwMTA4MiZzaXplPUxhcmdl"},{"id":283842175,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"Uplift: Top ten tips to grow your business and brand and how to avoid scams.","duration":1950,"isExplicit":false,"description":"\u003cp>Two-time Emmy and Three-time NAACP Image Award-winning, television Executive Producer Rushion McDonald, interviewed Attorney Jalene Mack.\u003c/p> \u003cp>Widely known as “America’s Favorite Entertainment Attorney.” The episode focuses on protecting creative and business assets, avoiding scams, and building a solid foundation for success in the entertainment industry and beyond.\u003c/p> \u003chr> \u003cp>🎯 Key Themes & Takeaways 🔹 The Lure of the Bad Deal\u003c/p> \u003cul> \u003cli>Jalene warns about scammers posing as producers or financiers in the entertainment industry.\u003c/li> \u003cli>These individuals often: \u003cul> \u003cli>Claim to have access to major networks or funding.\u003c/li> \u003cli>Ask creators to sign away rights or pay deposits under false pretenses.\u003c/li> \u003cli>Lack a verifiable digital footprint (e.g., no IMDb, LinkedIn, or credible references).\u003c/li> \u003c/ul> \u003c/li> \u003cli>Rashawn emphasizes the danger of the “lottery mentality” — believing one deal will change everything.\u003c/li> \u003c/ul> \u003chr> \u003cp>🛡️ Legal Red Flags\u003c/p> \u003cul> \u003cli>Never assign your copyright without legal review.\u003c/li> \u003cli>Be cautious of contracts that require you to relinquish ownership or control.\u003c/li> \u003cli>Escrow accounts can be manipulated if you don’t control the signature authority.\u003c/li> \u003cli>Always verify the legitimacy of a deal and the people behind it.\u003c/li> \u003c/ul> \u003chr> \u003cp>🧠 Jalene Mack’s Top 10 Business Development Tips\u003c/p> \u003col> \u003cli> \u003cp>\u003cstrong>Identify Your Project\u003c/strong>\u003c/p> \u003cul> \u003cli>Know what you’re creating (film, TV, product, etc.).\u003c/li> \u003cli>Define the scope and format clearly.\u003c/li> \u003c/ul> \u003c/li> \u003cli> \u003cp>\u003cstrong>Make Sure You Have a Plan\u003c/strong>\u003c/p> \u003cul> \u003cli>Create a business and finance plan.\u003c/li> \u003cli>Know where your funding will come from and how it will be used.\u003c/li> \u003c/ul> \u003c/li> \u003cli> \u003cp>\u003cstrong>Form a Team\u003c/strong>\u003c/p> \u003cul> \u003cli>Surround yourself with experts (lawyers, accountants, producers).\u003c/li> \u003cli>Avoid “yes people” — you need honest feedback.\u003c/li> \u003c/ul> \u003c/li> \u003cli> \u003cp>\u003cstrong>Prepare a Budget\u003c/strong>\u003c/p> \u003cul> \u003cli>Hire a line producer or financial expert.\u003c/li> \u003cli>Account for everything: cast, crew, locations, marketing, etc.\u003c/li> \u003c/ul> \u003c/li> \u003cli> \u003cp>\u003cstrong>Form a Business Entity\u003c/strong>\u003c/p> \u003cul> \u003cli>Establish an LLC or corporation to protect your personal assets.\u003c/li> \u003c/ul> \u003c/li> \u003cli> \u003cp>\u003cstrong>Get an EIN (Employer Identification Number)\u003c/strong>\u003c/p> \u003cul> \u003cli>Required for tax and banking purposes.\u003c/li> \u003c/ul> \u003c/li> \u003cli> \u003cp>\u003cstrong>Open a Business Bank Account\u003c/strong>\u003c/p> \u003cul> \u003cli>Keep personal and business finances separate.\u003c/li> \u003c/ul> \u003c/li> \u003cli> \u003cp>\u003cstrong>Protect Your Assets\u003c/strong>\u003c/p> \u003cul> \u003cli>Register copyrights and trademarks.\u003c/li> \u003cli>Use NDAs (non-disclosure agreements) to safeguard ideas.\u003c/li> \u003c/ul> \u003c/li> \u003cli> \u003cp>\u003cstrong>Contracts\u003c/strong>\u003c/p> \u003cul> \u003cli>Always put agreements in writing.\u003c/li> \u003cli>Hire an attorney experienced in your specific industry (e.g., film, music, TV).\u003c/li> \u003c/ul> \u003c/li> \u003cli> \u003cp>\u003cstrong>Marketing\u003c/strong>\u003c/p> \u003cul> \u003cli>Don’t assume people will show up just because your product is good.\u003c/li> \u003cli>Build a brand and promote it strategically.\u003c/li> \u003c/ul> \u003c/li> \u003c/ol> \u003chr> \u003cp>📚 Jalene’s Book\u003c/p> \u003cul> \u003cli>Title: \u003cstrong>The Business of Stage Screen and In Between\u003c/strong>\u003c/li> \u003cli>A practical guide for performers, playwrights, filmmakers, and entrepreneurs.\u003c/li> \u003c/ul> \u003chr> \u003cp>🗣️ Final Thoughts\u003c/p> \u003cul> \u003cli>Rushion praises Jalene’s decades-long expertise and her role in protecting creatives.\u003c/li> \u003cli>Jalene encourages listeners to invest in legal protection and business planning to avoid costly mistakes.\u003c/li> \u003c/ul> \u003chr> \u003cp>#SHMS #STRAW #BEST #AMI\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1754134200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2IxZGI3MjYzLWQxYTMtNGQwMC04OTc2LWFmNjIwMTJhYWI0NC9kN2E3YmJiMS1hNjM0LTQxNDctYmVlOS1iMzBiMDBkNGZkNTkvaW1hZ2UuanBnP3Q9MTc1MTIwMTk0NSZzaXplPUxhcmdl"},{"id":288323557,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"FULL SHOW: Most Stressful Cities, Strawberry Letter - My Man Has No Home Training - 08.01.25","duration":5127,"isExplicit":false,"description":"\u003cp>The Steve Harvey Morning Show for Friday, August 1st, 2025: Steve Harvey's Morning Inspiration | Show Open - Intro Crew | Nephew Tommy's Run That Prank Back - \"The Barber Shop\" | Ask The CLO | Entertainment News | Woman Steals Millions From Medicaid | Most Stressful Cities | Nephew Tommy's Prank - \"My Tip\" | Strawberry Letter - \"My Man Has No Home Training\" Parts 1-2 | Junior's Sports Talk | Social Media Advice | Would You Ghost Your Family To Make $10K per Hour?| Would You Rather | Steve Harvey's Closing Remarks\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1754064654000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2ZhNGRhNGIxLTY1MDAtNDU1MC1hMGVkLWFlMmQwMTQyYWQxNi8yNDQyYjM1NS01YWI3LTQ1ZDQtOTJkYi1hZTJkMDE0MmFkMjQvaW1hZ2UuanBnP3Q9MTc0NTQ1NzI5NyZzaXplPUxhcmdl"},{"id":288244056,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"FULL SHOW - James Brown Stories, Unprepared Parents, Strawberry Letter - We Could Never Be More Than Friends - 07.31.25","duration":5534,"isExplicit":false,"description":"\u003cp>The Steve Harvey Morning Show for Thursday, July 31st, 2025: Steve Harvey's Morning Inspiration | Show Open - Intro Crew | Nephew Tommy's Run That Prank Back - \"My Refrigerator\" | Ask The CLO | Entertainment News | James Brown Statue Moving Today | Parents Feeling Unprepared | Nephew Tommy's Prank - \"The Barber Shop\" | Strawberry Letter - \"We Could Never Be More Than Friends\" Parts 1-3 | Junior's Sports Talk | Jay-Z Paternity Suit | Would You Rather | Steve Harvey's Closing Remarks\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1753985354000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2ZhNGRhNGIxLTY1MDAtNDU1MC1hMGVkLWFlMmQwMTQyYWQxNi8yNDQyYjM1NS01YWI3LTQ1ZDQtOTJkYi1hZTJkMDE0MmFkMjQvaW1hZ2UuanBnP3Q9MTc0NTQ1NzI5NyZzaXplPUxhcmdl"},{"id":288072408,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"FULL SHOW: J. Anthony Brown Checks In, Strawberry Letter - He Has Nothing To Be Loud Or Proud About - 07.30.25","duration":5532,"isExplicit":false,"description":"\u003cp>The Steve Harvey Morning Show for Wednesday, July 30th, 2025: Steve Harvey's Morning Inspiration | Show Open - Intro Crew | Nephew Tommy's Run That Prank Back - \"Your Drunk Husband\" | Ask The CLO | J. Anthony Brown Pt. 1 | J. Anthony Brown Pt. 2 | Ice Cube & Caitlin Clark | Nephew Tommy's Prank - \"Mr Refrigerator\" | Strawberry Letter - \"He Has Nothing To Be Loud Or Proud About\" | Junior's Sports Talk | Social Media Advice | Win A Trip To See Janet! | Would You Rather | Steve Harvey's Closing Remarks\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1753878031000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2ZhNGRhNGIxLTY1MDAtNDU1MC1hMGVkLWFlMmQwMTQyYWQxNi8yNDQyYjM1NS01YWI3LTQ1ZDQtOTJkYi1hZTJkMDE0MmFkMjQvaW1hZ2UuanBnP3Q9MTc0NTQ1NzI5NyZzaXplPUxhcmdl"},{"id":287947299,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"FULL SHOW: Steve Harvey Trapped In The Bathroom, Strawberry Letter - He's Not Creative Enough For Me - 07.29.25","duration":5533,"isExplicit":false,"description":"\u003cp>The Steve Harvey Morning Show for Tuesday, July 29th, 2025: Steve Harvey's Morning Inspiration | Show Open - Intro Crew | Nephew Tommy's Run That Prank Back - \"Can You Hear Me Now?\" | As The CLO | Steve Harvey - Trapped In The Bathroom Pt. 1 | Steve Harvey - Trapped In The Bathroom Pt. 2 | Steve Harvey - Trapped In The Bathroom Pt. 3 | Nephew Tommy's Prank - \"Your Drunk Husband\" | Strawberry Letter - \"He's Not Creative Enough For Me\" | Negative Thoughts | Social Media Advice | Pregnancy Questions | Would You Rather | Steve Harvey's Closing Remarks\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1753795186000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2ZhNGRhNGIxLTY1MDAtNDU1MC1hMGVkLWFlMmQwMTQyYWQxNi8yNDQyYjM1NS01YWI3LTQ1ZDQtOTJkYi1hZTJkMDE0MmFkMjQvaW1hZ2UuanBnP3Q9MTc0NTQ1NzI5NyZzaXplPUxhcmdl"},{"id":287779485,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"FULL SHOW: It's Shirley's Birthday!, Strawberry Letter - My Ungrateful, Young Employee - 07.28.25","duration":5536,"isExplicit":false,"description":"\u003cp>The Steve Harvey Morning Show for Monday, July 28th, 2025: Steve Harvey's Morning Inspiration | Show Open - It's Shirley Strawberry's Birthday | The Pastors | Ask The CLO | Entertainment News | Junior's Birthday Poem For Shirley | Sista O'Dell | Nephew Tommy's Prank - \"Can You Hear Me Now?\" | Strawberry Letter - \"My Ungrateful, Young Employee\" | Junior's Sports Talk | Social Media Advice | National Hamburger Day | Would You Rather | Steve Harvey's Closing Remarks\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1753700193000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2ZhNGRhNGIxLTY1MDAtNDU1MC1hMGVkLWFlMmQwMTQyYWQxNi8yNDQyYjM1NS01YWI3LTQ1ZDQtOTJkYi1hZTJkMDE0MmFkMjQvaW1hZ2UuanBnP3Q9MTc0NTQ1NzI5NyZzaXplPUxhcmdl"},{"id":287581966,"podcastId":27928551,"podcastSlug":"1141-the-steve-harvey-morning","title":"FULL SHOW: Sex On Jet Blue, Strawberry Letter - I Am Getting Weaker By The Minute - 07.25.25","duration":5534,"isExplicit":false,"description":"\u003cp>The Steve Harvey Morning Show for Friday, July 25th, 2025: Steve Harvey's Morning Inspiration | Show Open - Gratitude | Nephew Tommy's Run That Prank Back - \"Buttcheeks\" | Ask The CLO | Entertainment News | Couple Caught Having Sex On A Jet Blue Flight | Roscoe Wallace | Nephew Tommy's Prank - \"Condom Recall\" | Strawberry Letter - \"I'm Getting Weaker By The Minute\" | Junior's Sports Talk | Social Media Advice | Ready To Love Is Back | Would You Rather | Steve Harvey's Closing Remarks\u003c/p>\u003cp>\u003ca href=\"https://www.steveharveyfm.com/\" rel=\"payment\">Support the show: https://www.steveharveyfm.com/\u003c/a>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1753468550000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2ZhNGRhNGIxLTY1MDAtNDU1MC1hMGVkLWFlMmQwMTQyYWQxNi8yNDQyYjM1NS01YWI3LTQ1ZDQtOTJkYi1hZTJkMDE0MmFkMjQvaW1hZ2UuanBnP3Q9MTc0NTQ1NzI5NyZzaXplPUxhcmdl"}]}}]}],["item-eyebrow-/688c9705e338e3865dece711",{"data":null}],["item-eyebrow-/6839b2f8c0fa30f5da7c9d41",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["onairtileloader-wvaz-fm",{"data":{"current":{"siteId":"%2F920db7a348042631692aa27a488f6635","site":"brands/WVAZ-FM (2062)","coreShowId":7177,"coreStationId":758,"name":"Crazy Howard McGee","show":"shows/Crazy Howard McGee (7177)","station":"WVAZ-FM","link":"","onNow":true,"startTime12":"12:00 PM","startDate":"2025-08-02T17:00:00.000Z","startMs":1754154000000,"startEng":"Saturday, August 2nd, 2025 12:00 PM","stopTime12":"5:00 PM","stopDate":"2025-08-02T22:00:00.000Z","stopMs":1754172000000,"stopEng":"Saturday, August 2nd, 2025 5:00 PM","showSite":{"slug":"crazy-howard-mcgee","configByLookup":{"sections":{"general":{"name":"Crazy Howard McGee","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5cdad5532edb7b920d178bc8"}}}}}}},"upcoming":{"siteId":"%2F920db7a348042631692aa27a488f6635","site":"brands/WVAZ-FM (2062)","coreShowId":3453,"coreStationId":758,"name":"Back In The Day","show":"shows/Back In The Day (3453)","station":"WVAZ-FM","link":"","onNow":false,"startTime12":"5:00 PM","startDate":"2025-08-02T22:00:00.000Z","startMs":1754172000000,"startEng":"Saturday, August 2nd, 2025 5:00 PM","stopTime12":"10:00 PM","stopDate":"2025-08-03T03:00:00.000Z","stopMs":1754190000000,"stopEng":"Saturday, August 2nd, 2025 10:00 PM","showSite":null},"later":{"siteId":"%2F920db7a348042631692aa27a488f6635","site":"brands/WVAZ-FM (2062)","coreShowId":5412,"coreStationId":758,"name":"Saturday Night Stepper's Set","show":"shows/Saturday Night Stepper's Set (5412)","station":"WVAZ-FM","link":"","onNow":false,"startTime12":"10:00 PM","startDate":"2025-08-03T03:00:00.000Z","startMs":1754190000000,"startEng":"Saturday, August 2nd, 2025 10:00 PM","stopTime12":"2:00 AM","stopDate":"2025-08-03T07:00:00.000Z","stopMs":1754204400000,"stopEng":"Sunday, August 3rd, 2025 2:00 AM","showSite":null}}}],["getTrackHistoryWithCurrentlyPlayingCacheKey-wvaz-fm",{"data":{"count":919,"pageInfo":{"nextCursor":"AAAAAGiOemgAAAAAAAAAAwAAA5c"},"tracks":[{"artistId":125250,"albumId":57401044,"trackId":57401045,"title":"Love","artist":{"artistName":"Art of Noise","genreId":null},"albumName":"Daft","trackDuration":423,"imagePath":"http://image.iheart.com/bell-ingestion-pipeline-production-umg/full/00602567502029_20190210001951253/0d2ce51b0474062d273dbfb52ca22b4d.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1754166677,"endTime":1754166925,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":39129,"albumId":55820167,"trackId":55820172,"title":"Always On Time","artist":{"artistName":"Ja Rule","genreId":985},"albumName":"Pain Is Love","trackDuration":243,"imagePath":"http://image.iheart.com/bell-ingestion-pipeline-production-umg/full/00602567572725_20190205162154654/6006d123dd9c1e90a6e5b496e2ffde39.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1754166438,"endTime":1754166677,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":31653802,"albumId":137252366,"trackId":137252370,"title":"Damage","artist":{"artistName":"H.E.R.","genreId":null},"albumName":"Back of My Mind","trackDuration":227,"imagePath":"http://image.iheart.com/ihr-ingestion-pipeline-production-sbmg/A10301A0004592957V_20210616003218878/0e2cddf830cd8178bbc445c3a21e3cd1.20126.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1754166220,"endTime":1754166440,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false}]}}],["keyword-contest-loader-wvaz-fm-1781993",{"data":{"appType":"countdown","appId":"1785931","title":"Listen to Win $1000","currentKeyword":{"previous":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null},"current":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null},"next":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null}},"submittableKeyword":{"previous":{"sort":"12","timeStamp":1753491312,"endTime":1753502400,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13859318","prize":{"timeStamp":1753416000,"endTime":1753502400,"sort":"32","active":"","description":"","countdown_prize_id":"1190394","isStarted":true,"isLive":false,"isComplete":true}},"current":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null},"next":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null}}}}]],"env":{"APTIVADA_SDK_HOST":"campaign.aptivada.com","AB_TEST_HOST":"https://api.iheart.com/api/v3/abtest","OUTBRAIN_WIDGET_URL":"https://widgets.outbrain.com/outbrain.js","OUTBRAIN_PIXEL_URL":"https://amplifypixel.outbrain.com/pixel?mid=004d2133385513d6a3dbfd9993b43474ab","TIKTOK_WIDGET_URL":"https://www.tiktok.com/embed.js","LIVERAMP_LIBRARY_URL":"https://ats.rlcdn.com/ats.js","FACEBOOK_SDK_URL":"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2","GOOGLE_CSE_ACCOUNT_ID":"009224462050322586572:lr5vgdqoe5k","GOOGLE_CSE_AD_ID":"pub-4066651230054012","GOOGLE_CSE_MAX_RESULTS":"10","AMP_HOST":"us.api.iheart.com","DEFAULT_IMAGE":"https://i.iheart.com/v3/re/new_assets/2672c89f-91de-4d1b-b9a9-6284b1e2c8f8","DEFAULT_TIMEZONE":"America/New_York","DEP_SITES_HOST":"","DEP_HTL_HOST":"htl.radioedit.iheart.com","DEP_WEBAPI_HOST":"webapi.radioedit.iheart.com","DEP_PWS_HOST":"pws.radioedit.iheart.com","DEP_GENERATOR_RSS":"","DEP_GENERATOR_SITEMAP":"","IMAGE_HOST":"i.iheart.com","LOG_LEVEL":"info","NODE_ENV":"production","ONETRUST_HOST":"https://cdn.cookielaw.org","ONETRUST_CONSENT_PATH":"https://cdn.cookielaw.org/consent","ONETRUST_IAB_URL":"https://cdn.cookielaw.org/opt-out/otCCPAiab.js","ONETRUST_TOKEN_URL":"https://tv47clj0la.execute-api.us-east-1.amazonaws.com/production/generatetoken?identifier=","ENVIRONMENT":"production","PROTOCOL":"https","GOOGLE_MAPS_API_KEY":"AIzaSyA7WQvMsISHIyotCPatRBwrgHNN9ohKqQE","NATIONAL_SITE_URL":"https://www.iheart.com","COAST_RECAPTCHA_V3_PUBLIC_KEY":"6LceYMcZAAAAAEe_L5pj14w8_cdc4p8pNzDzcIKe","COAST_RECURLY_PUBLIC_KEY":"ewr1-9VtuFVKJS0oVy7hcAVWlGK","IHEART_HELP_SITE":"//help.iheart.com","IHEART_HELP_SITE_CONTEST":"//help.iheart.com/hc/en-us/sections/205969087-Contests","PODCAST_EMBED_KEYID":"AutomatedPodcasts","WEB_ACCOUNT_HOST":"https://account.iheart.com","OAUTH_SIGNUP_PATH":"/sign-up/","OAUTH_LOGIN_PATH":"/login/","OAUTH_INFERNO_LOGOUT_PATH":"/auth/logout","OAUTH_INFERNO_PROFILE_PATH":"/auth/profile","DEP_API_HOST":"api.radioedit.iheart.com","YOURCHOICE_ICON":"http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684","AD_ICON":"https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca","POSTUP_CONTACT_TEMPLATE_ID":"3","WWW_AUTH_HOST":"https://www.iheart.com","IHR_AUTH_SDK":"https://www.iheart.com/sdk/sdk.js","DEP_CONTENT_HOST":"content.radioedit.iheart.com","CCPA_OPTOUT_URL":"https://www.iheart.com/optout/","AMAZON_PUBLISHER_ID":"3901","REQUEST_TIMEOUT":"15000","ADOBE_LAUNCH_LIBRARY":"//assets.adobedtm.com/dba7b4ad2c8b/773677a854c8/launch-381fe6c887eb.min.js","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","MAX_AGE_HEADERS":"2592000000","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","COMSCORE_CLIENT_ID":"6036262","GOOGLE_RECAPTCHA_V3_PUBLIC_KEY":"6LdKHHoaAAAAAEBsW-KyjdE16eKLZJv5QHy-P5aQ","DEP_GENERATOR_SITEMAP_HOST":"generator-sitemap.radioedit.iheart.com"},"api_base_uri":"http://127.0.0.1:8000/api/v4","primaryBlockId":"e6Rs0","disableThirdParty":true,"routeParams":{},"ampLibs":[],"sdkOpts":{"auth":false,"protocol":"https","webapi":"webapi.radioedit.iheart.com","requestTimeout":15000,"debug":false},"stackedNavState":false,"onIntersectAction":{"_subscriptions":[]},"onAnalyticsAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onStoreTagsAction":{"_subscriptions":[]},"onEmbedScriptAction":{"_subscriptions":[]},"onOutbrainLoad":{"_subscriptions":[]},"onUploadAction":{"_subscriptions":[]},"onContestAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onAuthAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onShareAction":{"_subscriptions":[]},"block":{"currentBlock":{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688e6a032cc96ab9d0f5692b","type":"PUBLISHING","record":{"ref_id":"%2F688e6a032cc96ab9d0f5692b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0360466e-b366-47fd-ba5b-3ae3ba586659","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - AUGUST 01: Billboards of actress Sydney Sweeney is seen outside of an American Eagle store on August 01, 2025 in New York City. American Eagle’s recent denim ad campaign featuring Sweeney has drawn backlash for language and imagery that critics say echoes eugenics-era rhetoric, following a tagline referencing “great genes” alongside visuals of Sweeney in blue jeans. (Photo by Michael M. Santiago/Getty Images)","id":"%2F688e6a761e00845eeb1b5f15","new_tab":false,"schedule":{},"source_credit":"Michael M. Santiago / Getty Images News / Getty Images","title":"American Eagle Ad Campaign Featuring Actor Sydney Sweeney Draw Controversy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>American Eagle Outfitters is standing by its recent advertising campaign featuring actress \u003cstrong>Sydney Sweeney\u003c/strong>, despite facing significant online backlash. The campaign, titled "Sydney Sweeney Has Great Jeans," \u003ca href=\"https://www.foxnews.com/entertainment/american-eagle-fires-back-critics-after-sydney-sweeney-campaign-sparks-online-backlash\" target=\"_blank\">sparked controversy due to its play on words between "genes" and "jeans."\u003c/a> In a promotional video, Sweeney, known for her roles in \u003ca href=\"https://www.iheart.com/podcast/867-euphoria-a-post-show-recap-93962517/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"93962517\" data-catalog-related-id=\"\">\u003cem>Euphoria\u003c/em>\u003c/a> and \u003ca href=\"https://www.iheart.com/podcast/269-the-white-lotus-official-p-255890751/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"255890751\" data-catalog-related-id=\"\">\u003cem>The White Lotus\u003c/em>\u003c/a>, talks about genetic traits before stating, "My jeans are blue," which led to accusations of promoting eugenics.\u003c/p>\n\n\u003cp>The backlash has been widespread, with critics taking to social media to voice their concerns. However, American Eagle \u003ca href=\"https://www.instagram.com/americaneagle/p/DM0tMjaTBll/\" target=\"_blank\">responded on Instagram\u003c/a>, emphasizing that the campaign focuses on celebrating how everyone wears their jeans with confidence. The company stated, "Sydney Sweeney Has Great Jeans is and always was about the jeans. Her jeans. Her story."\u003c/p>\n\n\u003cp>Despite the criticism, some industry experts, like former Levi's brand president \u003cstrong>Jennifer Sey\u003c/strong>, have defended the campaign, t\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">elling \u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">\u003cem>Women's Wear Daily\u003c/em>\u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\"> that the controversy is overblown\u003c/a> and advising American Eagle to stand firm. Sey described the campaign as a clever play on words, adding that Sweeney's self-awareness and humor make the ad unique.\u003c/p>\n\n\u003cp>The campaign's launch on July 23 reportedly increased American Eagle's market value by $400 million, although the company's stock saw a slight dip, closing down less than one percent at $10.74. \u003c/p>\n\n\u003cp>Meanwhile, Sweeney has remained silent on the issue, continuing to focus on her acting career and various brand partnerships.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","primary_image":{"bucket":"assets.getty","id":"%2F688e6a761e00845eeb1b5f15"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754163660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","social_title":"","summary":"","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics"},"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15","title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics","description":"","author":"iHeartRadio"},"pub_start":1754163660000,"pub_until":4115978604802,"pub_changed":1754164044767,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6a032cc96ab9d0f5692b","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}},"resolved":{"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"feed":{"results":[{"id":"%2F688e6a032cc96ab9d0f5692b","type":"PUBLISHING","record":{"ref_id":"%2F688e6a032cc96ab9d0f5692b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0360466e-b366-47fd-ba5b-3ae3ba586659","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - AUGUST 01: Billboards of actress Sydney Sweeney is seen outside of an American Eagle store on August 01, 2025 in New York City. American Eagle’s recent denim ad campaign featuring Sweeney has drawn backlash for language and imagery that critics say echoes eugenics-era rhetoric, following a tagline referencing “great genes” alongside visuals of Sweeney in blue jeans. (Photo by Michael M. Santiago/Getty Images)","id":"%2F688e6a761e00845eeb1b5f15","new_tab":false,"schedule":{},"source_credit":"Michael M. Santiago / Getty Images News / Getty Images","title":"American Eagle Ad Campaign Featuring Actor Sydney Sweeney Draw Controversy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>American Eagle Outfitters is standing by its recent advertising campaign featuring actress \u003cstrong>Sydney Sweeney\u003c/strong>, despite facing significant online backlash. The campaign, titled "Sydney Sweeney Has Great Jeans," \u003ca href=\"https://www.foxnews.com/entertainment/american-eagle-fires-back-critics-after-sydney-sweeney-campaign-sparks-online-backlash\" target=\"_blank\">sparked controversy due to its play on words between "genes" and "jeans."\u003c/a> In a promotional video, Sweeney, known for her roles in \u003ca href=\"https://www.iheart.com/podcast/867-euphoria-a-post-show-recap-93962517/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"93962517\" data-catalog-related-id=\"\">\u003cem>Euphoria\u003c/em>\u003c/a> and \u003ca href=\"https://www.iheart.com/podcast/269-the-white-lotus-official-p-255890751/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"255890751\" data-catalog-related-id=\"\">\u003cem>The White Lotus\u003c/em>\u003c/a>, talks about genetic traits before stating, "My jeans are blue," which led to accusations of promoting eugenics.\u003c/p>\n\n\u003cp>The backlash has been widespread, with critics taking to social media to voice their concerns. However, American Eagle \u003ca href=\"https://www.instagram.com/americaneagle/p/DM0tMjaTBll/\" target=\"_blank\">responded on Instagram\u003c/a>, emphasizing that the campaign focuses on celebrating how everyone wears their jeans with confidence. The company stated, "Sydney Sweeney Has Great Jeans is and always was about the jeans. Her jeans. Her story."\u003c/p>\n\n\u003cp>Despite the criticism, some industry experts, like former Levi's brand president \u003cstrong>Jennifer Sey\u003c/strong>, have defended the campaign, t\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">elling \u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">\u003cem>Women's Wear Daily\u003c/em>\u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\"> that the controversy is overblown\u003c/a> and advising American Eagle to stand firm. Sey described the campaign as a clever play on words, adding that Sweeney's self-awareness and humor make the ad unique.\u003c/p>\n\n\u003cp>The campaign's launch on July 23 reportedly increased American Eagle's market value by $400 million, although the company's stock saw a slight dip, closing down less than one percent at $10.74. \u003c/p>\n\n\u003cp>Meanwhile, Sweeney has remained silent on the issue, continuing to focus on her acting career and various brand partnerships.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","primary_image":{"bucket":"assets.getty","id":"%2F688e6a761e00845eeb1b5f15"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754163660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","social_title":"","summary":"","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics"},"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15","title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics","description":"","author":"iHeartRadio"},"pub_start":1754163660000,"pub_until":4115978604802,"pub_changed":1754164044767,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6a032cc96ab9d0f5692b","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}},"topic_title":""}}},"session":{"currentSession":null},"defaultCategoryCatalog":{"categories":[{"category":"categories/local-news","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/local-news","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/national-news","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/national-news","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/music-news","item":{"country":"US","id":"28508125","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/music-news","item":{"country":"US","id":"30723582","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/entertainment-news","item":{"country":"US","id":"28457190","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/entertainment-news","item":{"country":"US","id":"60735270","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/breaking","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/breaking","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/sports","item":{"country":"US","id":"27332740","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/sports","item":{"country":"US","id":"85010950","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/lifestyle","item":{"country":"US","id":"92067598","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/lifestyle","item":{"country":"US","id":"86427466","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/politics","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/politics","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/weird-news","item":{"country":"US","id":"26941221","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/weird-news","item":{"country":"US","id":"86427466","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/feel-good","item":{"country":"US","id":"29526875","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/feel-good","item":{"country":"US","id":"30723582","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/interviews","item":{"country":"US","id":"60735270","kind":"podcast"},"locale":"locales/es-US"}]},"tags":{"ads":{"microsite":"","path":"/","type":"home","env":"production","topics":[],"keywords":["v103","1027-fm","rb","old-school","radio","chicago","steve-harvey","doug-banks","joe-soto","consuella","connie","chris-michaels","herb-kent","sonya-blakey","glen-cosby","davante-stone","alicia-keys","beyonce","mary-j-blige","miguel","prince","kem","iheartradio","troi-tyler"],"genre":["r&b"],"format":"RNB"},"analytics":{"pageName":"home","view":{"asset":{"id":"","name":""},"filter":{"name":"","type":""},"authorId":"","pubDate":"","contentOrigin":"","contentOriginType":"","contentFrame":"page","stationCallLetter":"WVAZ-FM","stationFormat":"RNB","stationMarket":"CHICAGO-IL","stationMicrosite":"","tags":["v103","1027-fm","rb","old-school","radio","chicago","steve-harvey","doug-banks","joe-soto","consuella","connie","chris-michaels","herb-kent","sonya-blakey","glen-cosby","davante-stone","alicia-keys","beyonce","mary-j-blige","miguel","prince","kem","iheartradio","troi-tyler"],"topics":[],"contentId":"","personalityId":"","photoGalleryExists":"false","photoGalleryPageView":"false"},"device":{"host":"local.inferno.us","subHost":"v103.iheart.com","path":"/"},"querystring":{"sc":"","cid":"","keyid":"","pname":"","campid":""}},"metadata":[["meta-property-og:locale",{"attrName":"property","name":"og:locale","value":"en_us","type":"meta"}],["meta-name-msapplication-TileColor",{"attrName":"name","name":"msapplication-TileColor","value":"#fff","type":"meta"}],["meta-name-msvalidate.01",{"attrName":"name","name":"msvalidate.01","value":"E98E323249F89ACF6294F958692E230B","type":"meta"}],["meta-name-format-detection",{"attrName":"name","name":"format-detection","value":"telephone=no","type":"meta"}],["meta-name-theme-color",{"attrName":"name","name":"theme-color","value":"#0057a6","type":"meta"}],["shortcut icon",{"value":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(32,32),quality(65)","type":"link","rel":"shortcut icon"}],["appletouch icon",{"value":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=new(),flood(%22white%22),swap(),merge(%22over%22),gravity(%22center%22),contain(167,167),quality(80),format(%22png%22)","type":"link","rel":"apple-touch-icon","size":"167x167"}],["title",{"value":"V103 - Today's R&B and Throwbacks","type":"title"}],["meta-property-og:title",{"attrName":"property","name":"og:title","value":"V103 - Today's R&B and Throwbacks","type":"meta"}],["meta-property-twitter:title",{"attrName":"property","name":"twitter:title","value":"V103 - Today's R&B and Throwbacks","type":"meta"}],["meta-itemProp-name",{"attrName":"itemProp","name":"name","value":"V103 - Today's R&B and Throwbacks","type":"meta"}],["meta-name-description",{"attrName":"name","name":"description","value":"V103 102.7 FM Today's R&B and Throwbacks","type":"meta"}],["meta-property-og:description",{"attrName":"property","name":"og:description","value":"V103 102.7 FM Today's R&B and Throwbacks","type":"meta"}],["meta-property-twitter:description",{"attrName":"property","name":"twitter:description","value":"V103 102.7 FM Today's R&B and Throwbacks","type":"meta"}],["meta-itemProp-description",{"attrName":"itemProp","name":"description","value":"V103 102.7 FM Today's R&B and Throwbacks","type":"meta"}],["meta-name-keywords",{"attrName":"name","name":"keywords","value":"V103, 102.7 FM, R&B, Old School, radio, chicago, Steve Harvey, Doug Banks, Joe Soto, Consuella, Connie, Chris Michaels, Herb Kent, Sonya Blakey, Glen Cosby, Davante Stone, Alicia Keys, Beyonce, Mary J Blige, Miguel, Prince, KEM, iHeartRadio, Troi Tyler","type":"meta"}],["meta-property-og:url",{"attrName":"property","name":"og:url","value":"https://v103.iheart.com/","type":"meta"}],["meta-property-twitter:url",{"attrName":"property","name":"twitter:url","value":"https://v103.iheart.com/","type":"meta"}],["meta-itemProp-url",{"attrName":"itemProp","name":"url","value":"https://v103.iheart.com/","type":"meta"}],["image_src",{"value":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"link","rel":"image_src"}],["meta-name-thumbnail",{"attrName":"name","name":"thumbnail","value":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-property-og:image",{"attrName":"property","name":"og:image","value":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-property-og:image:width",{"attrName":"property","name":"og:image:width","value":"1200","type":"meta"}],["meta-property-og:image:height",{"attrName":"property","name":"og:image:height","value":"675","type":"meta"}],["meta-property-twitter:image",{"attrName":"property","name":"twitter:image","value":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-itemProp-image",{"attrName":"itemProp","name":"image","value":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-name-msapplication-TileImage",{"attrName":"name","name":"msapplication-TileImage","value":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["pagemap",{"value":"https://i.iheart.com/v3/re/assets.brands/641b4a49de66c5274866b3f9?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"pagemap"}],["meta-property-twitter:card",{"attrName":"property","name":"twitter:card","value":"Summary","type":"meta"}],["meta-property-twitter:site",{"attrName":"property","name":"twitter:site","value":"@V103","type":"meta"}],["meta-property-twitter:creator",{"attrName":"property","name":"twitter:creator","value":"@V103","type":"meta"}],["canonical",{"value":"https://v103.iheart.com/","type":"link","rel":"canonical"}],["meta-property-twitter:domain",{"attrName":"property","name":"twitter:domain","value":"v103.iheart.com","type":"meta"}],["meta-property-og:site_name",{"attrName":"property","name":"og:site_name","value":"V103","type":"meta"}],["meta-name-application-name",{"attrName":"name","name":"application-name","value":"V103","type":"meta"}],["meta-property-fb:pages",{"attrName":"property","name":"fb:pages","value":"133889882794","type":"meta"}],["meta-name-google-site-verification",{"attrName":"name","name":"google-site-verification","value":"p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso","type":"meta"}]],"surrogateKeys":["SM6.0:adpos","SM6.0:adpos:/5e289b1ec184cee3fd7aaeae","SM6.0:adpos:/5e289b1ec184cee3fd7aaeaf","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb0","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb1","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb2","SM6.0:adpos:/5f15ebcbe9960c806959fb15","SM6.0:adpos:/5f230d591e48ed5023a49f05","SM6.0:adpos:/5f9823d6564708139f497ffb","SM6.0:adpos:/local-site/3308","SM6.0:adpos:/local-site/3309","SM6.0:adpos:/local-site/5052","SM6.0:config-m","SM6.0:config-m:/1facdc041107d2d038831f365abec506/inferno","SM6.0:config-m:/698e8b0486cfd176b1f78a846b9c70d6/inferno","SM6.0:config-m:/8c59715129bb90ae284404fa50076d84/inferno","SM6.0:config-m:/920db7a348042631692aa27a488f6635/inferno","SM6.0:config-m:/f547ce9f7a5b9baef0f4059d0a19d171/inferno","SM6.0:index-m","SM6.0:index-m:/1facdc041107d2d038831f365abec506","SM6.0:index-m:/698e8b0486cfd176b1f78a846b9c70d6","SM6.0:index-m:/8c59715129bb90ae284404fa50076d84","SM6.0:index-m:/920db7a348042631692aa27a488f6635","SM6.0:index-m:/f547ce9f7a5b9baef0f4059d0a19d171","app/streams","app/streams/20250609151548210","calendar-categories","calendar-categories/community","calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/holiday","calendar-categories/sports","calendar-categories/station-events","locales","locales/en-US","providers","providers/Clear Channel","streams","streams/865","webapi","webapi-v4:name-tag2","webapi-v4:name-tag2:3972b6d964263c9e88e14bda918d391c","webapi-v4:name-tag2:604935271ce985e0afdeaa3e84ea2624","webapi-v4:name-tag2:6b7546054ec2d1882de0efd57550edcc","webapi-v4:name-tag2:6c98d77af4f9144ae917118891e932a6","webapi-v4:name-tag2:800d044ac142c03d50a31561d16e1174","webapi-v4:name-tag2:83ede377edbead7b35430d09202bbbc3","webapi-v4:name-tag2:cf46219ecab797ec962a85c7b9b7c511","webapi-v4:name-tag2:d1227546af3d8b7eed107e00032bbf98","webapi-v4:stream-site-brand","webapi-v4:stream-site-brand:ae97620b5124298ee0202f8a4e0409b9","domain/v103.iheart.com","PS:content","PS:content:listing","PS:datasource","PS:datasource:/61c23c206f1dcc0c664ddec1","PS:datasource:/627ab2d7771480fce0a63bf0","PS:datasource:/66be209a1a550a514100ef8d","PS:leads","PS:leads:/5ef387ebbc9d54a03958c96e","PS:leads:/6765c1ec27c687c84e024cf3","PS:leads:/67b8f4a3e072eb3303429080","PS:leads:/687aaea4875b23cab49ddde2","PS:subscription","PS:subscription:034cf80cd53101924953776a06cb133e","PS:subscription:5f42a2aa6c35072b3d9382c5918578ef","SM6.0:datasource-leads","SM6.0:datasource-leads:378b01594be0dca57d7d1491096abbd7","SM6.0:datasource-leads:556f785e3e90b8e49c4ee607b8a648d3","SM6.0:datasource-leads:65348426a02764c74ed0610d32b15080","SM6.0:datasource-leads:7d91a99fbf995f248f78308442d93441","SM6.0:datasource-leads:89891b00b056a8c1b77a1f07506ffebe","SM6.0:datasource-leads:eae6d12c8e2052144d74aafa77bb6421","SM6.0:datasource-publishing","SM6.0:datasource-publishing:32351b1aeb67fb3d96c11b18402800d0","SM6.0:datasource-publishing:99c9492514950bd6ba5d50ccc160b8aa","SM6.0:site-streams","SM6.0:site-streams:ae97620b5124298ee0202f8a4e0409b9","app/calendar-feed-service","app/calendar-feed-service/20230817200206","app/leads","app/leads/20230817200131","app/pubsub","app/pubsub/20250721163332915","sites","webapi-v4:sites","webapi-v4:sites:971d4152a2fbb5e5de202181b9004dba","aptivada","vtype/generic_full","vname/home","ihr-amp"],"ttls":{"cdn":900,"browser":900}},"adPlacements":[],"request":{"protocol":"https","hostname":"v103.iheart.com","path":"/","query":{},"params":{},"userAgent":"meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)","prNumber":false},"page":{"currentPage":{"_id":"/master-site/inferno/home","name":"home","pageConfig":{"adobe_page_name":"home","description":"","keywords":[],"sitemap_frequency":"hourly","thumbnail":"","title":""},"displayName":"Home","path":"/","primaryBlockId":"e6Rs0","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"FppTo","region":"main:dynamic","type":"onair","ordinal":0,"value":{"title":null},"tags":["display-hints/themed-block","display-hints/onair-show-play"],"schedule":{"begin":0,"end":4115978604802}},{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688e6a032cc96ab9d0f5692b","type":"PUBLISHING","record":{"ref_id":"%2F688e6a032cc96ab9d0f5692b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0360466e-b366-47fd-ba5b-3ae3ba586659","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - AUGUST 01: Billboards of actress Sydney Sweeney is seen outside of an American Eagle store on August 01, 2025 in New York City. American Eagle’s recent denim ad campaign featuring Sweeney has drawn backlash for language and imagery that critics say echoes eugenics-era rhetoric, following a tagline referencing “great genes” alongside visuals of Sweeney in blue jeans. (Photo by Michael M. Santiago/Getty Images)","id":"%2F688e6a761e00845eeb1b5f15","new_tab":false,"schedule":{},"source_credit":"Michael M. Santiago / Getty Images News / Getty Images","title":"American Eagle Ad Campaign Featuring Actor Sydney Sweeney Draw Controversy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>American Eagle Outfitters is standing by its recent advertising campaign featuring actress \u003cstrong>Sydney Sweeney\u003c/strong>, despite facing significant online backlash. The campaign, titled "Sydney Sweeney Has Great Jeans," \u003ca href=\"https://www.foxnews.com/entertainment/american-eagle-fires-back-critics-after-sydney-sweeney-campaign-sparks-online-backlash\" target=\"_blank\">sparked controversy due to its play on words between "genes" and "jeans."\u003c/a> In a promotional video, Sweeney, known for her roles in \u003ca href=\"https://www.iheart.com/podcast/867-euphoria-a-post-show-recap-93962517/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"93962517\" data-catalog-related-id=\"\">\u003cem>Euphoria\u003c/em>\u003c/a> and \u003ca href=\"https://www.iheart.com/podcast/269-the-white-lotus-official-p-255890751/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"255890751\" data-catalog-related-id=\"\">\u003cem>The White Lotus\u003c/em>\u003c/a>, talks about genetic traits before stating, "My jeans are blue," which led to accusations of promoting eugenics.\u003c/p>\n\n\u003cp>The backlash has been widespread, with critics taking to social media to voice their concerns. However, American Eagle \u003ca href=\"https://www.instagram.com/americaneagle/p/DM0tMjaTBll/\" target=\"_blank\">responded on Instagram\u003c/a>, emphasizing that the campaign focuses on celebrating how everyone wears their jeans with confidence. The company stated, "Sydney Sweeney Has Great Jeans is and always was about the jeans. Her jeans. Her story."\u003c/p>\n\n\u003cp>Despite the criticism, some industry experts, like former Levi's brand president \u003cstrong>Jennifer Sey\u003c/strong>, have defended the campaign, t\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">elling \u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">\u003cem>Women's Wear Daily\u003c/em>\u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\"> that the controversy is overblown\u003c/a> and advising American Eagle to stand firm. Sey described the campaign as a clever play on words, adding that Sweeney's self-awareness and humor make the ad unique.\u003c/p>\n\n\u003cp>The campaign's launch on July 23 reportedly increased American Eagle's market value by $400 million, although the company's stock saw a slight dip, closing down less than one percent at $10.74. \u003c/p>\n\n\u003cp>Meanwhile, Sweeney has remained silent on the issue, continuing to focus on her acting career and various brand partnerships.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","primary_image":{"bucket":"assets.getty","id":"%2F688e6a761e00845eeb1b5f15"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754163660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","social_title":"","summary":"","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics"},"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15","title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics","description":"","author":"iHeartRadio"},"pub_start":1754163660000,"pub_until":4115978604802,"pub_changed":1754164044767,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6a032cc96ab9d0f5692b","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"WQJCS","region":"main:dynamic","type":"feed","ordinal":3,"value":{"feed_id":"USAGE:feed-usecases/Default Promotions","feed_index":1,"size":4,"title":""},"tags":["display-hints/xsmall"],"schedule":null,"feed":{"results":[{"id":"%2F5ef387ebbc9d54a03958c96e","type":"LEADS","record":{"title":"Check out highlighted Black-Owned Businesses in Chicagoland","subtitle":"Check out highlighted Black-Owned Businesses in Chicagoland","image":"https://i.iheart.com/v3/re/new_assets/6372478690e9bedc755a3cc8","img_meta":{"base_id":"%2F6372478690e9bedc755a3cc8","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://v103.iheart.com/featured/brilliantly-black/?/","web":"https://v103.iheart.com/featured/brilliantly-black/?/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F687aaea4875b23cab49ddde2","type":"LEADS","record":{"title":"Nominate An Exceptional Teacher Who Is Making A Lasting Impact!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/687aae40875b23cab49ddde1","img_meta":{"base_id":"%2F687aae40875b23cab49ddde1","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"https://www.donorschoose.org/iheartradio"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67b8f4a3e072eb3303429080","type":"LEADS","record":{"title":"Advertise with America's #1 Audio Company","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67b8f45de072eb330342907f","img_meta":{"base_id":"%2F67b8f45de072eb330342907f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"/advertise/?campid=advertise_promo"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F6765c1ec27c687c84e024cf3","type":"LEADS","record":{"title":"Calming Music To Relax Your Pets!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67575e4ee34cbffded965b42","img_meta":{"base_id":"%2F67575e4ee34cbffded965b42","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"https://www.iheart.com/live/pet-radio-10231/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoyfSwiZW5kcyI6eyJQVG9PSyI6LTEsIkpBclJOIjoxLCJ3bWVOSyI6LTF9fQ==","scopes":[]}}},{"id":"lP0Ih","region":"main:dynamic","type":"feed","ordinal":4,"value":{"feed_id":"USAGE:feed-usecases/Default Content","feed_index":2,"size":2,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/large"],"schedule":null,"feed":{"results":[{"id":"%2F688e660a2cc96ab9d0f56920","type":"PUBLISHING","record":{"ref_id":"%2F688e660a2cc96ab9d0f56920","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a378e900-2776-4c78-a7d6-15c87e94651b","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NY - DECEMBER 06: Cooking show host Paula Deen visits Fox & Friends Christmas Special at FOX Studios on December 6, 2012 in New York City. (Photo by Slaven Vlasic/Getty Images)","id":"%2F688e6681fe9037a39187a472","new_tab":false,"schedule":{},"source_credit":"Slaven Vlasic / Getty Images Entertainment / Getty Images","title":"Fox & Friends Christmas Special","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Paula Deen\u003c/strong>, the renowned celebrity chef, has \u003ca href=\"https://people.com/paula-deen-announces-closure-of-two-restaurants-including-flagship-11783829\" target=\"_blank\">announced the abrupt closure of her flagship restaurant, The Lady & Sons\u003c/a>, in Savannah, Georgia. The closure, effective Thursday (July 31), marks the end of an era for the eatery that launched Deen to fame. Alongside The Lady & Sons, Deen also closed The Chicken Box, another restaurant she operated in Savannah.\u003c/p>\n\n\u003cp>Deen \u003ca href=\"https://www.facebook.com/TheLadyAndSons/posts/pfbid0t7Ez1nWgD3DXSVRw9ssf6GeSsFBwSC9Hf9escFxqixJYdw8VhTSASz3v8UDBSUzjl\" target=\"_blank\">shared the news on social media\u003c/a>, expressing gratitude to her patrons and staff for their support over the past 36 years. "Thank you for all the great memories and for your loyalty," Deen wrote, emphasizing her family's appreciation for the community. The Lady & Sons, which began as a catering business called The Bag Lady in 1989, became a staple in Savannah, known for its Southern-style dishes and family-style dining, earning accolades such as the “International Meal of the Year” from USA Today in 1999.\u003c/p>\n\n\u003cp>Despite the closures, \u003ca href=\"https://www.eonline.com/news/1420674/paula-deen-chef-food-network-star-closes-2-restaurants\" target=\"_blank\">Deen plans to focus on her Paula Deen’s Family Kitchen locations\u003c/a> in Pigeon Forge, Myrtle Beach, Nashville, and Branson. She expressed excitement about visiting these restaurants, starting with Branson on August 8.\u003c/p>\n\n\u003cp>The sudden closure surprised many, including locals who frequently visited the popular restaurant. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous/","primary_image":{"bucket":"assets.getty","id":"%2F688e6681fe9037a39187a472"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754163240000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","social_title":"","summary":"Despite the closure, Deen plans to focus on her Paula Deen’s Family Kitchen locations.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Paula Deen Closes Popular Restaurant That Made Her Famous"},"slug":"2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e6681fe9037a39187a472","title":"Paula Deen Closes Popular Restaurant That Made Her Famous","description":"Despite the closure, Deen plans to focus on her Paula Deen’s Family Kitchen locations.","author":"iHeartRadio"},"pub_start":1754163240000,"pub_until":4115978604802,"pub_changed":1754163613417,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e660a2cc96ab9d0f56920","slug:2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","slug:2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688cff3f2e24d7fcac0823af","type":"PUBLISHING","record":{"ref_id":"%2F688cff3f2e24d7fcac0823af","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"25d5ca72-6873-474f-8403-ef91ebd707ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Nearly 200,000 KidKraft Farm to Table Play Kitchens have been recalled after a child died while playing with it. ","id":"%2F688cffcc2e24d7fcac0823b9","new_tab":false,"schedule":{},"source_credit":"Consumer Products Safety Comission","title":"Recall On KidKraft Farm to Table Play Kitchens","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Nearly \u003ca href=\"https://abcnews.go.com/GMA/Family/192000-kids-play-kitchens-recalled-after-1-death/story?id=124241619\" target=\"_blank\">200,000 KidKraft Farm to Table Model Play Kitchen sets are being recalled\u003c/a> after a tragic incident led to the death of a toddler. The recall, announced by Backyard Kids, LLC and the Consumer Product Safety Commission, follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook of the play kitchen set in February 2023.\u003c/p>\n\n\u003cp>The play kitchens, sold between 2018 and July 2025, \u003ca href=\"https://www.usatoday.com/story/money/2025/08/01/kidkraft-play-kitchens-recall/85471428007/\" target=\"_blank\">pose a risk of strangulation and asphyxia if a child climbs on the counter\u003c/a> or crawls through the opening in the back. The recalled units are black and light gray with wood-like countertops and measure 44 inches in length, 13 3/4 inches in width, and 43 inches high. They were intended for children aged three and above.\u003c/p>\n\n\u003cp>Although 192,000 units are impacted, only 400 were sold to consumers by Backyard Kids. The play kitchens were available online on Amazon, Walmart, and KidKraft's websites, retailing between $120 and $270.\u003c/p>\n\n\u003cp>Backyard Kids is \u003ca href=\"https://www.cpsc.gov/Recalls/2025/Backyard-Kids-Recalls-KidKraft-Farm-to-Table-Play-Kitchens-Due-to-Strangulation-Hazard-One-Death-Reported\" target=\"_blank\">offering free replacement hooks to consumers\u003c/a> with affected units. They can be contacted via email at recall@kidkraft.com or by phone at (800) 882-0234, Monday through Friday from 8:30 a.m. to 5 p.m. ET.\u003c/p>\n\n\u003cp>KidKraft, Inc., which manufactured the sets, filed for bankruptcy in May 2024. As of now, no other incidents have been reported involving the hooks catching on children's clothing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","primary_image":{"bucket":"new_assets","id":"%2F688cffcc2e24d7fcac0823b9"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","social_title":"","summary":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death"},"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9","title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death","description":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","author":"iHeartRadio"},"pub_start":1754070900000,"pub_until":4115978604802,"pub_changed":1754071336411,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff3f2e24d7fcac0823af","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":2,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"beE6F","region":"main:dynamic","type":"feed","ordinal":5,"value":{"feed_id":"ID:weekly-widget-feed","feed_index":3,"size":10,"title":""},"tags":["display-hints/cume"],"schedule":null,"feed":{"results":[],"resume":null}},{"id":"ha5Er","region":"main:dynamic","type":"contests","ordinal":6,"value":{},"tags":["display-hints/tile"],"schedule":null},{"id":"lHlMQ","region":"main:dynamic","type":"playlist","ordinal":7,"value":{},"tags":["display-hints/themed-block","display-hints/tile"],"schedule":null},{"id":"zlJN0","region":"main:dynamic","type":"show","ordinal":8,"value":{"brands":[{"ref":"config://field/general.default_shows","scope":null,"type":"VAR"}],"title":"Shows"},"tags":[],"schedule":{"begin":0,"end":4115978604802},"shows":[{"_id":"%2F8c59715129bb90ae284404fa50076d84","slug":"steve-harvey-morning-show","ownBrand":"brands/Steve Harvey Morning Show (55813)","configByLookup":{"common":{"branding":{"name":"Steve Harvey Morning Show","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/62756c1194a3c7b6f53c403872d1088c"}}}}}},{"_id":"%2F1facdc041107d2d038831f365abec506","slug":"bionce-foxx","ownBrand":"brands/Bionce Foxx (57510)","configByLookup":{"common":{"branding":{"name":"Bioncé Foxx","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/67a3a068dd07c73d876194e7"}}}}}},{"_id":"%2F698e8b0486cfd176b1f78a846b9c70d6","slug":"joe-soto","ownBrand":"brands/Joe Soto (58115)","configByLookup":{"common":{"branding":{"name":"Joe Soto","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5ce447d94c996d20048560fc"}}}}}},{"_id":"%2Ff547ce9f7a5b9baef0f4059d0a19d171","slug":"the-sweat-hotel","ownBrand":"brands/The Sweat Hotel (56048)","configByLookup":{"common":{"branding":{"name":"The Sweat Hotel","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/0e542c0b5c8f8471258fdba9a3e6bf42"}}}}}}]},{"id":"MOi2y","region":"main:dynamic","type":"ad","ordinal":9,"value":{"ad_split":0,"position":"3331"},"tags":[],"schedule":null},{"id":"Vj1NU","region":"main:dynamic","type":"podcasts","ordinal":10,"value":{"shows":[{"ref":"config://field/general.default_podcasts","scope":null,"type":"VAR"}],"title":null},"tags":["display-hints/podcasts-block","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"podcasts":["117923987","29747177","30129479","121836218","79998832","27928551"]},{"id":"kIdtO","region":"main:dynamic","type":"feed","ordinal":11,"value":{"feed_id":"USAGE:feed-usecases/Default Content","feed_index":4,"size":6,"title":"Latest Stories"},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-load-more","display-hints/feed-date-stamp","display-hints/small"],"schedule":null,"feed":{"results":[{"id":"%2F688bd70e0506ff600524dd56","type":"PUBLISHING","record":{"ref_id":"%2F688bd70e0506ff600524dd56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"7ec9ce50-6eae-45ed-84b9-49e331258464","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F105-savor-28019899%2F","@url":"https://www.iheart.com/podcast/105-savor-28019899/","author_name":"Savor","author_url":"https://www.iheart.com/podcast/105-savor-28019899/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Savor\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/?embed=true&cid=oembed&keyid%5B0%5D=Savor&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZhZWEzNjg2LThkNzAtNGU4ZC1hODQ4LWFlMjcwMTc0N2UxNS9pbWFnZS5qcGc_dD0xNzUzMTI5ODA4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"Savor","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Savor\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/?embed=true&cid=oembed&keyid%5B0%5D=Savor&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/105-savor-28019899/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"BEEF Bacon Breakfast Sandwich with Scrambled eggs and Cheese on Toasted Bread","id":"%2F688bd8030506ff600524dd61","new_tab":false,"schedule":{},"source_credit":"E+","title":"BEEF Bacon Breakfast Sandwich","type":"asset","url":"","use_caption":false},{"html":"\u003cp>There’s one breakfast spot that locals swear by in Illinois.\u003c/p>\n\n\u003cp>A place where the coffee is always hot, the pancakes are perfectly golden, and the morning rush feels more like a friendly gathering than a routine start to the day. The best breakfast restaurant in the state isn’t just about food, it’s about comfort, community, and tradition. From fluffy biscuits smothered in gravy to inventive takes on avocado toast, this gem has earned a reputation for starting mornings right.\u003c/p>\n\n\u003cp>Let's take a closer look at the beloved eatery that’s captured the hearts (and stomachs) of locals and travelers alike. Grab a fork, and maybe a second cup of coffee, as we dig into what makes this Illinois breakfast spot truly the best in the state.\u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://www.lovefood.com/gallerylist/146801/the-best-breakfast-joint-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a>, the best breakfast join \u003ca href=\"https://www.iheart.com/content/2025-07-29-beloved-illinois-eatery-serves-the-best-fried-chicken-in-the-state/\" target=\"_blank\">in Illinois\u003c/a> is\u003cstrong> Wildberry Pancakes and Cafe\u003c/strong> in Chicago, Libertyville, and Schaumburg. \u003c/p>\n\n\u003cp>Here's what \u003cem>LoveFood\u003c/em> had to say about the restaurant that serves the best breakfast in the entire state:\u003c/p>\n\n\u003cblockquote>"Hearty American breakfasts are what Wildberry Pancakes and Cafe is all about. There are four outposts throughout the state, and each one gets rave reviews from customers. Top menu choices include a classic eggs Benedict, which comes with thick slices of real ham, house-made Hollandaise, and a side of hash browns, and the Mexicana skillet, an overloaded pan of hash browns, cheese, chorizo, jalapeños, avocado, and your choice of eggs."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.lovefood.com/gallerylist/146801/the-best-breakfast-joint-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a> for a continued list of eateries that serve the best breakfast meals in the country!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/state","keywords/eatery","keywords/breakfast","keywords/breakfast spot","keywords/Illinois","keywords/place","keywords/breakfast restaurant","keywords/coffee","keywords/breakfast item","keywords/menu"],"permalink":"https://v103.iheart.com/content/2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state/","primary_image":{"bucket":"new_assets","id":"%2F688bd8030506ff600524dd61"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1753995900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","social_title":"","summary":"Is your favorite breakfast item on the menu??","targets":[{"categories":["categories/local-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/content"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Popular Illinois Eatery Serves The 'Best Breakfast' In The Entire State"},"slug":"2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688bd8030506ff600524dd61","title":"Popular Illinois Eatery Serves The 'Best Breakfast' In The Entire State","description":"Is your favorite breakfast item on the menu??","author":"Logan DeLoye"},"pub_start":1753995900000,"pub_until":4115978604802,"pub_changed":1753996389025,"subscription":[{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["categories/local-news","brands/iHeartRadio"]},{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["syndications/content","markets/CHICAGO-IL"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd70e0506ff600524dd56","slug:2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","slug:2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","keyword:keywords/state","keyword:keywords/eatery","keyword:keywords/breakfast","keyword:keywords/breakfast spot","keyword:keywords/Illinois","keyword:keywords/place","keyword:keywords/breakfast restaurant","keyword:keywords/coffee","keyword:keywords/breakfast item","keyword:keywords/menu","author:user"]}},{"id":"%2F688bbd7c47e2da957ab997b9","type":"PUBLISHING","record":{"ref_id":"%2F688bbd7c47e2da957ab997b9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d552901d-f273-412b-8fae-32649a454f16","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-battleground-podcast-29165646%2F","@url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","author_name":"Battleground Podcast","author_url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5YmY5ZDhkZWVhMjVkODAwNzk3MDI3OGRiYWNmYWI2LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"Battleground Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"INGLEWOOD, CALIFORNIA - JANUARY 06: Hulk Hogan with Jimmy Hart along side address the crowd during RAW at Intuit Dome on January 6, 2025 in Inglewood, California. (Photo by WWE/Getty Images)","id":"%2F68825ec0ef97e24aa4a2d7df","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Monday Night RAW","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">WWE Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">\u003cstrong>Hulk Hogan\u003c/strong>\u003c/a> secretly battled leukemia prior to his death, according to Pinellas County Forensic Science Center documents obtained by \u003ca href=\"https://pagesix.com/2025/07/31/celebrity-news/hulk-hogans-cause-of-death-revealed/?_gl=1*95du87*_ga*NDc5NjcxMzU5LjE3MjkyNTQxNDM.*_ga_0DZ7LHF5PZ*czE3NTM5NzQwNTMkbzEwOTgkZzEkdDE3NTM5NzQzMjAkajU4JGwwJGgw\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a> on Thursday (July 31).\u003c/p>\n\n\u003cp>Hogan, 71, whose real name was \u003cstrong>Terry Bollea\u003c/strong>, reportedly had a history of atrial fibrillation (AFib), which is categorized in patients with an irregular and often rapid heart rate, as well as chronic lymphocytic leukemia (CLL), a cancer that affects white blood cells, though the diagnosis that wasn't previously revealed to the public. The legendary wrestler's \u003ca href=\"https://www.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/\" target=\"_blank\">cause of death was determined to be acute myocardial infarction\u003c/a>, which occurs when blood flow to the heart is suddenly blocked, resulting in tissue damage, the documents confirmed.\u003c/p>\n\n\u003cp>Hogan's death was ruled as natural and the Pinellas County Forensic Center confirmed that a request was made to have him cremated.\u003c/p>\n\n\u003cp>“I am not aware when Mr. Bollea will be cremated, only that we received a request for cremation approval," a spokesperson told \u003cem>Page Six\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-24-wwe-confirms-hulk-hogans-death-in-tribute/\" target=\"_blank\">WWE confirmed Hulk Hogan's death\u003c/a> in tribute posts shared on its social media account following \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>' initial report las Thursday (July 24).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FWWE%2Fstatus%2F1948414335153230023","@url":"https://x.com/WWE/status/1948414335153230023","author_name":"WWE","author_url":"https://twitter.com/WWE","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/WWE/status/1948414335153230023","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/WWE/status/1948414335153230023"},{"html":"\u003cp>Medics reportedly responded to a reported "cardiac arrest" at Hogan's Clearwater home early Thursday morning, with the dispatch audio clip obtained and shared by \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>. Sources with knowledge of the situation told \u003cem>TMZ Sports\u003c/em> that several police vehicles and EMTs were parked outside the wrestling legend's home and he was reported to be carried out on a stretcher and into an ambulance.\u003c/p>\n\n\u003cp>Hogan's death came weeks after his wife denied rumors that he was in a coma, claiming his heart was "strong" while recovering from surgeries, according to \u003cem>TMZ Sports\u003c/em>. The website had previously reported rumors of the wrestler being on his "deathbed," which were later clarified to be symptoms of a neck procedure in May.\u003c/p>\n\n\u003cp>The Hulk Hogan character is one of the most well-known in the history of professional wrestling, leading WWE to become a global enterprise in the 1980s as the face of the company during its popularity boom. Bollea was a five-time WWE (then-WWF) Champion, which included a 1,474-day reign as the longest of the \u003cem>WrestleMania\u003c/em> era and a six-time WCW World Heavyweight Champion, where he was the leader of the New World Order as 'Hollywood' Hulk Hogan during his tenure with the now-defunct promotion.\u003c/p>\n\n\u003cp>Hogan was inducted into the WWE Hall of Fame twice as both an individual and as a member of the faction.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hulk Hogan","keywords/WWE","keywords/AFib","keywords/death","keywords/pro wrestling","keywords/documents","keywords/acute myocardial infarction","keywords/professional wrestling","keywords/dead","keywords/autopsy","keywords/results","keywords/cause of death","keywords/heart attack","keywords/cardiac arrest"],"permalink":"https://v103.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","primary_image":{"bucket":"new_assets","id":"%2F68825ec0ef97e24aa4a2d7df"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753988460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","social_title":"","summary":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death"},"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df","title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death","description":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","author":"Jason Hall"},"pub_start":1753988460000,"pub_until":4115978604802,"pub_changed":1753988852218,"subscription":[{"tags":["categories/sports","categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bbd7c47e2da957ab997b9","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","keyword:keywords/Hulk Hogan","keyword:keywords/WWE","keyword:keywords/AFib","keyword:keywords/death","keyword:keywords/pro wrestling","keyword:keywords/documents","keyword:keywords/acute myocardial infarction","keyword:keywords/professional wrestling","keyword:keywords/dead","keyword:keywords/autopsy","keyword:keywords/results","keyword:keywords/cause of death","keyword:keywords/heart attack","keyword:keywords/cardiac arrest","author:user"]}},{"id":"%2F688b8586cc40131f1045ce52","type":"PUBLISHING","record":{"ref_id":"%2F688b8586cc40131f1045ce52","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-battleground-podcast-29165646%2F","@url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","author_name":"Battleground Podcast","author_url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5YmY5ZDhkZWVhMjVkODAwNzk3MDI3OGRiYWNmYWI2LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"Battleground Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"INGLEWOOD, CALIFORNIA - JANUARY 06: Hulk Hogan with Jimmy Hart along side address the crowd during RAW at Intuit Dome on January 6, 2025 in Inglewood, California. (Photo by WWE/Getty Images)","id":"%2F688b85f6cc40131f1045ce5d","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Monday Night RAW","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">WWE Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">\u003cstrong>Hulk Hogan\u003c/strong>\u003c/a>'s cause of death was officially ruled to be a heart attack, according to Pinellas County Forensic Science Center documents obtained by \u003ca href=\"https://pagesix.com/2025/07/31/celebrity-news/hulk-hogans-cause-of-death-revealed/?_gl=1*95du87*_ga*NDc5NjcxMzU5LjE3MjkyNTQxNDM.*_ga_0DZ7LHF5PZ*czE3NTM5NzQwNTMkbzEwOTgkZzEkdDE3NTM5NzQzMjAkajU4JGwwJGgw\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a> on Thursday (July 31).\u003c/p>\n\n\u003cp>Hogan, 71, whose real name was \u003cstrong>Terry Bollea\u003c/strong>, died from acute myocardial infarction, which occurs when blood flow to the heart is suddenly blocked, resulting in tissue damage, the documents confirmed. The legendary wrestler reportedly had a history of atrial fibrillation (AFib), which is categorized in patients with an irregular and often rapid heart rate, as well as chronic lymphocytic leukemia (CLL), a cancer that affects white blood cells, though the diagnosis that wasn't previously revealed to the public.\u003c/p>\n\n\u003cp>Hogan's death was ruled as natural and the Pinellas County Forensic Center confirmed that a request was made to have him cremated.\u003c/p>\n\n\u003cp>“I am not aware when Mr. Bollea will be cremated, only that we received a request for cremation approval," a spokesperson told \u003cem>Page Six\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-24-wwe-confirms-hulk-hogans-death-in-tribute/\" target=\"_blank\">WWE confirmed Hulk Hogan's death\u003c/a> in tribute posts shared on its social media account following \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>' initial report last Thursday (July 24).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FWWE%2Fstatus%2F1948414335153230023","@url":"https://x.com/WWE/status/1948414335153230023","author_name":"WWE","author_url":"https://twitter.com/WWE","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/WWE/status/1948414335153230023","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/WWE/status/1948414335153230023"},{"html":"\u003cp>Medics reportedly responded to a reported "cardiac arrest" at Hogan's Clearwater home early Thursday morning, with the dispatch audio clip obtained and shared by \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>. Sources with knowledge of the situation told \u003cem>TMZ Sports\u003c/em> that several police vehicles and EMTs were parked outside the wrestling legend's home and he was reported to be carried out on a stretcher and into an ambulance.\u003c/p>\n\n\u003cp>Hogan's death came weeks after his wife denied rumors that he was in a coma, claiming his heart was "strong" while recovering from surgeries, according to \u003cem>TMZ Sports\u003c/em>. The website had previously reported rumors of the wrestler being on his "deathbed," which were later clarified to be symptoms of a neck procedure in May.\u003c/p>\n\n\u003cp>The Hulk Hogan character is one of the most well-known in the history of professional wrestling, leading WWE to become a global enterprise in the 1980s as the face of the company during its popularity boom. Bollea was a five-time WWE (then-WWF) Champion, which included a 1,474-day reign as the longest of the \u003cem>WrestleMania\u003c/em> era and a six-time WCW World Heavyweight Champion, where he was the leader of the New World Order as 'Hollywood' Hulk Hogan during his tenure with the now-defunct promotion.\u003c/p>\n\n\u003cp>Hogan was inducted into the WWE Hall of Fame twice as both an individual and as a member of the faction.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hulk Hogan","keywords/WWE","keywords/documents","keywords/acute myocardial infarction","keywords/pro wrestling","keywords/professional wrestling","keywords/dead","keywords/death","keywords/autopsy","keywords/results","keywords/cause of death","keywords/heart attack","keywords/cardiac arrest"],"permalink":"https://v103.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/","primary_image":{"bucket":"new_assets","id":"%2F688b85f6cc40131f1045ce5d"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1753974480000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-hulk-hogans-official-cause-of-death-determined","social_title":"","summary":"Hulk Hogan's official cause of death has been determined.","targets":[],"title":"Hulk Hogan's Official Cause Of Death Determined"},"slug":"2025-07-31-hulk-hogans-official-cause-of-death-determined","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688b85f6cc40131f1045ce5d","title":"Hulk Hogan's Official Cause Of Death Determined","description":"Hulk Hogan's official cause of death has been determined.","author":"Jason Hall"},"pub_start":1753974480000,"pub_until":4115978604802,"pub_changed":1753988684026,"subscription":[{"tags":["categories/sports","categories/national-news","categories/entertainment-news","categories/politics","facets/All Sites - English"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b8586cc40131f1045ce52","slug:2025-07-31-hulk-hogans-official-cause-of-death-determined","slug:2025-07-31-hulk-hogans-official-cause-of-death-determined","keyword:keywords/Hulk Hogan","keyword:keywords/WWE","keyword:keywords/documents","keyword:keywords/acute myocardial infarction","keyword:keywords/pro wrestling","keyword:keywords/professional wrestling","keyword:keywords/dead","keyword:keywords/death","keyword:keywords/autopsy","keyword:keywords/results","keyword:keywords/cause of death","keyword:keywords/heart attack","keyword:keywords/cardiac arrest","author:user"]}},{"id":"%2F688b624ee7857f97a89a7b48","type":"PUBLISHING","record":{"ref_id":"%2F688b624ee7857f97a89a7b48","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"474e9a3c-56fe-453b-b154-26f666620485","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Tony M. Centeno","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F67fe6b683fa2fdacfb0b2c8a","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Diddy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/diddy-58652/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"58652\" data-catalog-related-id=\"\">\u003cstrong>Sean "Diddy" Combs'\u003c/strong>\u003c/a> legal team is looking to get \u003ca href=\"https://www.iheart.com/content/2025-07-02-jury-in-diddys-criminal-trial-reaches-verdict-on-all-counts/\" target=\"_blank\">\u003cstrong>the mogul's convictions\u003c/strong>\u003c/a> overturned, and if that doesn't work, then they want another trial only for the Mann Act charges. \u003cbr />\u003cbr />According to a report \u003ca href=\"https://www.tmz.com/2025/07/30/diddy-acquittal-new-trial-mann-act-doesnt-apply-voyeur-sex-workers-cassie-jane/\" target=\"_blank\">\u003cstrong>\u003cem>TMZ\u003c/em>\u003c/strong>\u003c/a> published on Wednesday night, July 30, Combs' attorneys filed a new motion asking Judge Arun Subramanian to acquit their client. They argue that Combs is the only person convicted of violating the Mann Act (which forbids transporting people across state lines for sex) who didn't profit from the scheme, make the arrangements, or have sex with the prostitutes. They claim Combs' only involvement was recording the sexual acts for his private entertainment. \u003c/p>\n\n","schedule":{},"type":"html"},{"html":"\u003cp>Combs' legal team is convinced the Bad Boy Records founder didn't do anything under the Mann Act. They point to testimony from the witnesses, including the sex workers in question, as well as his ex-girlfriends, Casandra "Cassie" Ventura and "Jane." None of them ever indicated that Combs participated in sexual activity with the hired prostitutes. They also point out that the women involved were the ones who usually handled everything for the freak-off sessions, from the travel to their compensation. \u003cbr />\u003cbr />In addition, they asserted that the male prostitutes involved consented to everything and "enjoyed the activities." They also claim the sex workers maintained friendships with the women and didn't only take part in the freak-offs for money. Combs' involvement only constitutes voyeurism at best. The artist's lawyers argue, "multiple state courts have held that paying for voyeurism, to watch other people have sex, is not prostitution." They also said Combs' recordings are protected under the First Amendment since they were only making "amateur pornography." \u003cbr />\u003cbr />If the judge doesn't acquit, Combs' legal team will request a new trial for only the Mann Act charges. They also want the 2016 video of Combs beating Cassie to be excluded because they believe it won't be relevant and would be "unfairly prejudicial." Their new motion comes several months before Combs' sentencing hearing. It's possible that Combs could get only three to four years in prison based on the prosecution and defense's recommendations. However, President Donald Trump is also \u003ca href=\"https://www.iheart.com/content/2025-07-30-trump-reportedly-seriously-considering-presidential-pardon-for-diddy/\" data-content-id=\"/688a52b3818cf2bf1b2933a0\">\u003cstrong>considering giving Combs a full pardon\u003c/strong>\u003c/a> before he's sentenced. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions/","cuser":"user/ldap/1133095","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Diddy","keywords/Hip-Hop"],"permalink":"https://v103.iheart.com/content/2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions/","primary_image":{"bucket":"new_assets","id":"%2F67fe6b683fa2fdacfb0b2c8a"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/HIPHOPRNB","formats/CHRRHYTHMIC","formats/CHRPOP","formats/RNB"]},"publish_date":1753969740000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","social_title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions","summary":"Diddy's legal team is looking to overturn his recent convictions","targets":[{"categories":["categories/music-news"],"distribution":["artists/Diddy (58652)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions"},"slug":"2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67fe6b683fa2fdacfb0b2c8a","title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions","description":"Diddy's legal team is looking to overturn his recent convictions","author":"Tony M. Centeno"},"pub_start":1753969740000,"pub_until":4115978604802,"pub_changed":1753970126905,"subscription":[{"tags":["categories/music-news","formats/HIPHOPRNB","formats/CHRRHYTHMIC","formats/CHRPOP","formats/RNB"]},{"tags":["categories/music-news","artists/Diddy (58652)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b624ee7857f97a89a7b48","slug:2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","slug:2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","keyword:keywords/Diddy","keyword:keywords/Hip-Hop","author:user"]}},{"id":"%2F688b611ba1567cef8d2fc709","type":"PUBLISHING","record":{"ref_id":"%2F688b611ba1567cef8d2fc709","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5e6ec176-f6a0-4b0f-b29f-f429de50f793","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6837017502c378e4e3decad3","new_tab":false,"schedule":{},"source_credit":"@Itshanrose/Instagram","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-06-30-influencer-hannah-moodys-cause-of-death-revealed/\" target=\"_blank\">Influencer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-06-30-influencer-hannah-moodys-cause-of-death-revealed/\" target=\"_blank\">\u003cstrong>Hannah Moody\u003c/strong>\u003c/a>'s body was found "deceased and decomposing" for about two days after she went missing in Scottsdale in May, a full report from the Maricopa County Medical Examiner's Office revealed via \u003ca href=\"https://people.com/hiking-influencer-hannah-moodys-body-was-discovered-decomposing-in-103-degree-heat-11782054\" target=\"_blank\">\u003cem>PEOPLE\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>Moody, 31, was reportedly on a popular Arizona trail where temperatures reached up to 103 degrees Fahrenheit and her body experienced "abrasions of the right shoulder and lower extremities." The influencer's cause of death was officially ruled as "environmental heat exposure" and determined to be accidental.\u003c/p>\n\n\u003cp>Toxicology results were reported to be negative for "ethanol, screened drugs of abuse, and select therapeutic medications" and she only had "minimally elevated creatine and urea nitrogen," according to \u003cem>PEOPLE\u003c/em>. Moody, who had nearly 50,000 followers on her Instagram account documenting her hiking, faith and fitness lifestyle, was \u003ca href=\"https://www.iheart.com/content/2025-05-28-influencer-hannah-moody-dead-at-31/\" target=\"_blank\">found dead off a trail in central Arizona\u003c/a> on May 22 and an investigation into her death was launched, however, the Scottsdale Police Department said there were "no obvious signs of foul play or trauma" during its initial update.\u003c/p>\n\n\u003cp>The hiking influencer was found near the Gateway Trailhead of the McDowell Sonoran Preserve in Scottsdale at around 12:05 p.m. local time.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDH4FewmTYUf%2F","@url":"https://www.instagram.com/p/DH4FewmTYUf/","author_name":"itshanrose","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Hannah Rose 🌹 (@itshanrose)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1137,"thumbnail_url":"https://scontent-iad3-1.cdninstagram.com/v/t51.2885-15/487916492_18493547338053482_683740702106337735_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2QErMi8v1qrboqqtfmVXx-rF5LlrJLPotP5cmmr4oHUbLIEUNIDTjlQfVHSyLEvsKT4&_nc_ohc=ZngSUNM1s20Q7kNvwF8XBcC&_nc_gid=Y6bDwyNw6-guyPCBpcWkwA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfQomkxDk8tY99hFaeGrkl4vs8zZ7MCY3nLHPXtKhPEBUw&oe=68911F27&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Hannah Rose 🌹 (@itshanrose)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DH4FewmTYUf/"},{"html":"\u003cp>Moody was reported missing about 16 hours prior after concerned friends said they hadn't heard from her. Scottsdale Police officers located her vehicle in the parking lot of the McDowell Sonoran Preserve and attempts "to reach her by phone or ping her cellphone were unsuccessful," the department said via \u003cem>CBS News\u003c/em>.\u003c/p>\n\n\u003cp>Officers searched the area on foot and used drones, as well as the assistance of a Phoenix Police Department helicopter. The initial search was suspended for the evening at around 11:30 p.m. before resuming the following morning "with 20-plus officers on bicycles, on foot, with drones, and with the assistance of the Maricopa County Sheriff's Office search and rescue team and air unit," the Scottsdale Police Department confirmed via \u003ca href=\"https://www.cbsnews.com/news/arizona-hiker-hannah-moody-body-found-day-after-reported-missing/\" target=\"_blank\">\u003cem>CBS News\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>"Other individuals showed up and assisted with the search efforts as well. The Maricopa County Sheriff's Air Unit located Hannah's body around 12:05 p.m., about 600 yards off-trail," the department added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":["formats/ROCKCLASSIC","formats/ROCKACTIVE"]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hannah Moody","keywords/Moody","keywords/PEOPLE","keywords/Scottsdale Police Department","keywords/death","keywords/details","keywords/Office","keywords/trail","keywords/body","keywords/influencer","keywords/dead","keywords/investigation","keywords/Arizona"],"permalink":"https://v103.iheart.com/content/2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed/","primary_image":{"bucket":"new_assets","id":"%2F6837017502c378e4e3decad3"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753966140000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","social_title":"","summary":"Gruesome new details on influencer Hannah Moody's death have been revealed.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Gruesome New Details On Influencer Hannah Moody's Death Revealed"},"slug":"2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6837017502c378e4e3decad3","title":"Gruesome New Details On Influencer Hannah Moody's Death Revealed","description":"Gruesome new details on influencer Hannah Moody's death have been revealed.","author":"Jason Hall"},"pub_start":1753966140000,"pub_until":4115978604802,"pub_changed":1753966537209,"subscription":[{"tags":["categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["formats/ROCKCLASSIC","formats/ROCKACTIVE"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b611ba1567cef8d2fc709","slug:2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","slug:2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","keyword:keywords/Hannah Moody","keyword:keywords/Moody","keyword:keywords/PEOPLE","keyword:keywords/Scottsdale Police Department","keyword:keywords/death","keyword:keywords/details","keyword:keywords/Office","keyword:keywords/trail","keyword:keywords/body","keyword:keywords/influencer","keyword:keywords/dead","keyword:keywords/investigation","keyword:keywords/Arizona","author:user"]}},{"id":"%2F688a7dbc5f812abfb97a1202","type":"PUBLISHING","record":{"ref_id":"%2F688a7dbc5f812abfb97a1202","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fea14457-409d-49d5-8cd9-ef87baeea83a","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F105-savor-28019899%2Fepisode%2Fsavor-classics-hail-seitan-285464915%2F","@url":"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/","author_name":"Savor","author_url":"https://www.iheart.com/podcast/105-savor-28019899/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Savor Classics: Hail Seitan - Savor\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/?embed=true&cid=oembed&keyid%5B0%5D=Savor&keyid%5B1%5D=Savor%20Classics%3A%20Hail%20Seitan%20-%20Savor&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZhZWEzNjg2LThkNzAtNGU4ZC1hODQ4LWFlMjcwMTc0N2UxNS9pbWFnZS5qcGc_dD0xNzUzMTI5ODA4JnNpemU9TGFyZ2U","thumbnail_width":300,"title":"Savor Classics: Hail Seitan - Savor","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Savor Classics: Hail Seitan - Savor\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/?embed=true&cid=oembed&keyid%5B0%5D=Savor&keyid%5B1%5D=Savor%20Classics%3A%20Hail%20Seitan%20-%20Savor&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Panini (sandwiches) made of arugula, tomato and prosciutto crudo (raw ham) in a store in Venice, Veneto region, Italy.","id":"%2F688a81475f812abfb97a120e","new_tab":false,"schedule":{},"source_credit":"Moment RF","title":"Panini made of arugula, tomato and prosciutto crudo","type":"asset","url":"","use_caption":false},{"html":"\u003cp>In a state packed with standout sandwiches and bold culinary creativity, one Illinois shop has risen above the rest, earning a coveted spot on \u003ca href=\"https://www.yelp.com/article/top-100-sandwich-shops-2025\" target=\"_blank\">\u003cem>Yelp’s Top 100 Sandwich Shops of 2025\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>Recognized for its consistently high ratings, glowing reviews, and unforgettable flavors, this local favorite is more than just a place to grab a bite, it’s a community staple and a destination for sandwich lovers far and wide.\u003c/p>\n\n\u003cp>Yelp’s rankings are no small feat, weighing a blend of review volume, star ratings, and genuine customer feedback to highlight the best of the best. This particular Illinois shop checks all the boxes, serving up fresh ingredients, inventive combinations, and a welcoming atmosphere that keeps people coming back.\u003c/p>\n\n\u003cp>According to \u003cem>Yelp’s Top 100 Sandwich Shops of 2025\u003c/em>, the best place to order a sandwich \u003ca href=\"https://www.iheart.com/content/2025-07-28-popular-sweet-treat-recalled-across-illinois-poses-deadly-health-risk/\" target=\"_blank\">in Illinois\u003c/a> is \u003cstrong>Omarcitos Latin Cafe\u003c/strong> in Chicago. \u003c/p>\n\n\u003cp>Here's what \u003cem>Yelp\u003c/em> had to say about compiling the data to discover the best sandwich shops across the country:\u003c/p>\n\n\u003cblockquote>"This is an all-time list of the Top 100 Sandwich Shops in the US according to Yelp. We identified businesses in the sandwich category on Yelp, then ranked those spots using a number of factors, including the total volume and ratings of reviews. When available, all businesses on this list have a passing health score as of May 9, 2025."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.yelp.com/article/top-100-sandwich-shops-2025\" target=\"_blank\">\u003cem>Yelp’s Top 100 Sandwich Shops of 2025\u003c/em>\u003c/a> for a full list of America's best sandwich shops!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Yelp","keywords/community staple","keywords/shop","keywords/Illinois","keywords/spot","keywords/Top 100 sandwich Shops","keywords/Top 100 Sandwich Shops","keywords/sandwich","keywords/sandwiches","keywords/state"],"permalink":"https://v103.iheart.com/content/2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025/","primary_image":{"bucket":"new_assets","id":"%2F688a81475f812abfb97a120e"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1753907880000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","social_title":"","summary":"Does this shop serve your FAVORITE sandwich?! ","targets":[{"categories":["categories/local-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/content"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Beloved Illinois Spot Named Among 'Top 100 Sandwich Shops' In US For 2025"},"slug":"2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688a81475f812abfb97a120e","title":"Beloved Illinois Spot Named Among 'Top 100 Sandwich Shops' In US For 2025","description":"Does this shop serve your FAVORITE sandwich?! ","author":"Logan DeLoye"},"pub_start":1753907880000,"pub_until":4115978604802,"pub_changed":1753908651607,"subscription":[{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["categories/local-news","brands/iHeartRadio"]},{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["syndications/content","markets/CHICAGO-IL"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688a7dbc5f812abfb97a1202","slug:2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","slug:2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","keyword:keywords/Yelp","keyword:keywords/community staple","keyword:keywords/shop","keyword:keywords/Illinois","keyword:keywords/spot","keyword:keywords/Top 100 sandwich Shops","keyword:keywords/Top 100 Sandwich Shops","keyword:keywords/sandwich","keyword:keywords/sandwiches","keyword:keywords/state","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"LSixG","region":"main:dynamic","type":"feed","ordinal":12,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Personalities","feed_index":5,"position":null,"size":6,"title":"From Our Shows"},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/small-scrollable"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688c9705e338e3865dece711","type":"PUBLISHING","record":{"ref_id":"%2F688c9705e338e3865dece711","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Candace Taylor, a Louisiana business owner, has been arrested after allegedly stealing $9.5 million from Medicaid, and social media helped expose it all.\u003c/p>\n\n\u003cp>According to Fox 8 News New Orleans, Taylor ran a home health care business and reported only making $2,000 a month between 2020 and 2024. That low income helped her qualify for government assistance, including Medicaid.\u003c/p>\n\n\u003cp>But while she claimed to be struggling on paper, her social media told a different story. Taylor frequently posted pictures of luxury cars, designer outfits, lavish vacations, and even cosmetic surgery. Her “soft life” timeline didn’t match her reported income, which caught the attention of investigators.\u003c/p>\n\n\u003cp>The Louisiana Bureau of Investigation says she used false documents and concealed her real earnings to keep collecting benefits. Now, she’s facing felony charges for misrepresentation, fraud, and concealment of income.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree/","primary_image":{"bucket":"assets.getty","id":"%2F5f906966a83fb9b283aa77fd"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1754051400000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree","social_title":"","summary":"A Louisiana woman claimed $2K a month in income, but flaunted Bentleys and BBLs on IG. She’s now facing $9.5M Medicaid fraud charges.","targets":[],"title":"Louisiana Woman Arrested for $9.5M Medicaid Fraud Spree"},"slug":"2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/5f906966a83fb9b283aa77fd","title":"Louisiana Woman Arrested for $9.5M Medicaid Fraud Spree","description":"A Louisiana woman claimed $2K a month in income, but flaunted Bentleys and BBLs on IG. She’s now facing $9.5M Medicaid fraud charges.","author":""},"pub_start":1754051400000,"pub_until":4115978604802,"pub_changed":1754051400000,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688c9705e338e3865dece711","slug:2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree","slug:2025-08-01-louisiana-woman-arrested-for-95m-medicaid-fraud-spree"]}},{"id":"%2F688c95b44b004eb52b927378","type":"PUBLISHING","record":{"ref_id":"%2F688c95b44b004eb52b927378","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"Facebook Post","@query":"https://graph.facebook.com/v16.0/oembed_post?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.facebook.com%2Fmodestfashions4you%2Fposts%2Fpfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl","@url":"https://www.facebook.com/modestfashions4you/posts/pfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl","author_name":"Fashion4Life","author_url":"https://www.facebook.com/modestfashions4you","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/modestfashions4you/posts/pfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100050535407078/posts/1329389185422249/\" class=\"fb-xfbml-parse-ignore\">\u003cp>ASAP ROCKY stepping out of his Classic Benz with Hot Red Mary Jane babydoll shoes on. He is really making a Fashion Statement. #asaprocky Thoughts???\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/modestfashions4you\">Fashion4Life\u003c/a> on \u003ca href=\"https://graph.facebook.com/100050535407078/posts/1329389185422249/\">Wednesday, July 23, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider_name":"Facebook","provider_url":"https://www.facebook.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":552},"embed_type":"rich","html":"\u003cdiv class=\"fb-post\" data-href=\"https://www.facebook.com/modestfashions4you/posts/pfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl\" data-width=\"552\">\u003cblockquote cite=\"https://graph.facebook.com/100050535407078/posts/1329389185422249/\" class=\"fb-xfbml-parse-ignore\">\u003cp>ASAP ROCKY stepping out of his Classic Benz with Hot Red Mary Jane babydoll shoes on. He is really making a Fashion Statement. #asaprocky Thoughts???\u003c/p>Posted by \u003ca href=\"https://www.facebook.com/modestfashions4you\">Fashion4Life\u003c/a> on \u003ca href=\"https://graph.facebook.com/100050535407078/posts/1329389185422249/\">Wednesday, July 23, 2025\u003c/a>\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/modestfashions4you/posts/pfbid0K1SJFrPQZRhsiBjWUyaGUFhS38zbvvJMdyEaJN18pXubEpK6ecyHhNPsvMPPsRfLl"},{"html":"\u003cp>ASAP Rocky is no stranger to turning heads, but his latest outfit has the internet buzzing. In a now-viral photo, the rapper is seen wearing a sharp gray suit, white socks, and bright red, patent leather Mary Jane shoes, yes, men’s Mary Janes.\u003c/p>\n\n\u003cp>The bold footwear is part of a collaboration between his fashion brand, AWGE, and designer Christian Louboutin. The flashy red shoes sparked debates online, with some loving the look and others questioning it.\u003c/p>\n\n\u003cp>But ASAP? He’s completely unbothered. In a Vogue podcast interview back in May, he explained his approach to fashion. “I don’t know who drew the line between femininity and masculinity,” he said, “but I don’t see any barriers for me.”\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets/","primary_image":{"bucket":"assets.getty","id":"%2F688c95da1e00845eeb1b5b3d"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1754043660000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets","social_title":"","summary":"ASAP Rocky rocked red Mary Jane shoes and white socks—and broke the internet. He says, “No regrets.”","targets":[],"title":"ASAP Rocky Breaks Fashion \"Rules\" with Red Mary Janes—and No Regrets"},"slug":"2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688c95da1e00845eeb1b5b3d","title":"ASAP Rocky Breaks Fashion \"Rules\" with Red Mary Janes—and No Regrets","description":"ASAP Rocky rocked red Mary Jane shoes and white socks—and broke the internet. He says, “No regrets.”","author":""},"pub_start":1754043660000,"pub_until":4115978604802,"pub_changed":1754044028739,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688c95b44b004eb52b927378","slug:2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets","slug:2025-08-01-asap-rocky-breaks-fashion-rules-with-red-mary-janesand-no-regrets"]}},{"id":"%2F688b3a4ee0f8627adafa218b","type":"PUBLISHING","record":{"ref_id":"%2F688b3a4ee0f8627adafa218b","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>The city of Augusta, Georgia, is making room for a major upgrade, but not without careful consideration. The iconic James Brown statue in the Augusta Common area is being temporarily relocated as downtown renovations begin.\u003c/p>\n\n\u003cp>According to USA Today, the statue will be moved to a climate-controlled space at the Augusta Museum of History to keep it safe during construction. Once the upgrades are complete, it will be returned to Broad Street as part of the new James Brown Linear Park.\u003c/p>\n\n\u003cp>The “Godfather of Soul” was raised in Augusta and spent much of his life there. He even helped unveil the statue himself back in 2005, and it’s become one of the city’s most visited landmarks.\u003c/p>\n\n\u003cp>City officials say this move is just the beginning of a larger plan to honor James Brown’s legacy and bring more beauty and green space to downtown Augusta.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation/","primary_image":{"bucket":"assets.getty","id":"%2F688b3a7b843f239dbab0e725"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1753968600000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation","social_title":"","summary":"Augusta’s James Brown statue is being moved during construction but will return to a new James Brown Linear Park. ","targets":[],"title":"James Brown Statue Temporarily Moved During Augusta Renovation"},"slug":"2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688b3a7b843f239dbab0e725","title":"James Brown Statue Temporarily Moved During Augusta Renovation","description":"Augusta’s James Brown statue is being moved during construction but will return to a new James Brown Linear Park. ","author":""},"pub_start":1753968600000,"pub_until":4115978604802,"pub_changed":1753968600000,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688b3a4ee0f8627adafa218b","slug:2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation","slug:2025-07-31-james-brown-statue-temporarily-moved-during-augusta-renovation"]}},{"id":"%2F688b39cc4beb9ecbb88c1860","type":"PUBLISHING","record":{"ref_id":"%2F688b39cc4beb9ecbb88c1860","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Jay-Z is taking on a bold new business move; he’s part of a group that wants to bring a Caesars Palace casino to the middle of Times Square.\u003c/p>\n\n\u003cp>Jay-Z and his partners say the location would be perfect for the iconic casino brand. Their proposal promises to bring over $7 billion in tax revenue, create 3,000 construction jobs, and 3,800 permanent jobs for New Yorkers.\u003c/p>\n\n\u003cp>The plan includes a five-star hotel, restaurants, nightclubs, a wellness retreat, and of course, high-end gaming and entertainment venues.\u003c/p>\n\n\u003cp>But not everyone is excited. A growing number of locals, including people in the Broadway community, have formed the No Times Square Casino coalition. They argue that adding a casino could disrupt the area’s charm, increase crime, and make Times Square even more chaotic.\u003c/p>\n\n\u003cp>Jay-Z believes the project will uplift the city. Critics say it could change Times Square for the worse.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square/","primary_image":{"bucket":"assets.getty","id":"%2F688b39dcf5e9a10fe30a45fb"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1753965000000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square","social_title":"","summary":" Jay-Z wants to bring Caesars Palace to Times Square. His team says it’ll boost jobs and revenue, but some locals say no way. ","targets":[],"title":"Jay-Z Wants to Build a Caesars Palace Casino in Times Square"},"slug":"2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688b39dcf5e9a10fe30a45fb","title":"Jay-Z Wants to Build a Caesars Palace Casino in Times Square","description":" Jay-Z wants to bring Caesars Palace to Times Square. His team says it’ll boost jobs and revenue, but some locals say no way. ","author":""},"pub_start":1753965000000,"pub_until":4115978604802,"pub_changed":1753965000000,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688b39cc4beb9ecbb88c1860","slug:2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square","slug:2025-07-31-jay-z-wants-to-build-a-caesars-palace-casino-in-times-square"]}},{"id":"%2F688b3963876a55ea41a72c15","type":"PUBLISHING","record":{"ref_id":"%2F688b3963876a55ea41a72c15","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Beyoncé has officially made history again! Her latest tour, Cowboy Carter, just brought in a massive $407.6 million across only 32 shows, according to Billboard Boxscore.\u003c/p>\n\n\u003cp>That makes it the highest-grossing country tour ever recorded in Boxscore history. Beyoncé sold over 1.6 million tickets in just nine cities, proving her country music era is more than just a moment; it’s a movement.\u003c/p>\n\n\u003cp>This accomplishment also makes Beyoncé the first American artist to have two separate tours earn over $400 million. Her previous tour, Renaissance, broke records too, making her one of the most successful touring artists in history.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour/","primary_image":{"bucket":"assets.getty","id":"%2F688b3982fe9037a391879e1b"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1753961400000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour","social_title":"","summary":"Beyoncé just became the highest-grossing country tour artist in history with Cowboy Carter, grossing $ 407.6M across just 32 shows.","targets":[],"title":"Beyoncé Breaks Country Music Records with Cowboy Carter Tour"},"slug":"2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688b3982fe9037a391879e1b","title":"Beyoncé Breaks Country Music Records with Cowboy Carter Tour","description":"Beyoncé just became the highest-grossing country tour artist in history with Cowboy Carter, grossing $ 407.6M across just 32 shows.","author":""},"pub_start":1753961400000,"pub_until":4115978604802,"pub_changed":1753961400000,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688b3963876a55ea41a72c15","slug:2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour","slug:2025-07-31-beyonc-breaks-country-music-records-with-cowboy-carter-tour"]}},{"id":"%2F688b38f55522ef894f73ced7","type":"PUBLISHING","record":{"ref_id":"%2F688b38f55522ef894f73ced7","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Sean “Diddy” Combs is once again asking the court to release him on bail while he awaits sentencing this October. According to TMZ, his legal team just filed a new motion proposing a $50 million bail package.\u003c/p>\n\n\u003cp>Diddy was found guilty of two counts under the Mann Act, which involves transporting people across state lines for illegal sexual activity. The charges stem from allegations that he hired male sex workers for his ex-girlfriends. Diddy’s lawyers say he never had sex with the men—his girlfriends did—as part of what they describe as a “swinger’s lifestyle.”\u003c/p>\n\n\u003cp>His team argues that most people convicted under the Mann Act are not held in custody before sentencing. Still, the judge previously denied bail, citing concerns about Diddy’s alleged violent behavior, especially involving Cassie Ventura and another accuser, “Jane.”\u003c/p>\n\n\u003cp>Diddy’s team acknowledged his history with Cassie, but blamed the violence on him being “provoked” by Jane. The proposed bail deal includes Diddy putting up his Florida estate, three financial backers, home detention, and electronic monitoring.\u003c/p>\n\n\u003cp>The court has yet to respond to this updated package. For now, Diddy remains in custody, waiting to see if this new deal gets him home before sentencing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.steveharveyfm.com/featured/steve-harvey-morning-show/content/2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing/","cuser":"user/ldap/1119099","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://v103.iheart.com/featured/steve-harvey-morning-show/content/2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing/","primary_image":{"bucket":"assets.getty","id":"%2F688b390761f6ebfce871f9cb"},"primary_target":{"categories":[],"distribution":["brands/Steve Harvey Morning Show (55813)"]},"publish_date":1753954260000,"publish_end_date":4115978604802,"publish_origin":"brands/Steve Harvey Morning Show (55813)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing","social_title":"","summary":"Diddy’s legal team offers $50M bail package to get him released before sentencing. Judge remains focused on his violent history.","targets":[],"title":"Diddy’s Lawyers Request $50M Bail Deal Ahead of October Sentencing"},"slug":"2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688b390761f6ebfce871f9cb","title":"Diddy’s Lawyers Request $50M Bail Deal Ahead of October Sentencing","description":"Diddy’s legal team offers $50M bail package to get him released before sentencing. Judge remains focused on his violent history.","author":""},"pub_start":1753954260000,"pub_until":4115978604802,"pub_changed":1753954621756,"subscription":[{"tags":["brands/Steve Harvey Morning Show (55813)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Steve Harvey Morning Show (55813)","id:/688b38f55522ef894f73ced7","slug:2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing","slug:2025-07-31-diddys-lawyers-request-50m-bail-deal-ahead-of-october-sentencing"]}}],"resume":{"id":"ID:personality-content-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7IkFhbFlaIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"aM2ge","region":"main:dynamic","type":"feed","ordinal":14,"value":{"ad_split":50,"feed_id":"ID:calendar-topics-feed-matsubs","feed_index":0,"link":[{"children":[],"id":"TH77G","label":"View All","ref":"calendar_content_all","target":"_self","type":"page"}],"min_size":0,"position":null,"size":4,"title":"Events"},"tags":["display-hints/feed-date-stamp","display-hints/feed-show-eyebrow","display-hints/tile","display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6849c26dd666987388f046f1","type":"PUBLISHING","record":{"ref_id":"%2F6849c26dd666987388f046f1","type":"content:calendar","payload":{"canonical_url":"https://v103.iheart.com/calendar/content/2025-06-16-2025-kroc-summer-camp-registration-is-open","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6849c2a1d666987388f046ff","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6849c2a1d666987388f046ff","source_credit":"","title":"","url":"asset://assets.calendar/6849c2a1d666987388f046ff","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Have Your Kids join Our Action-Packed Summer. Enjoy Swimming, Arts, Music, Academics, STEM Classes & More at The Salvation Army Kroc Center at I-57 and 119th St.\u003c/p>\n\n\u003cp>Camp Starts June 16 - Monday – Friday- 9 am – 3 pm.\u003c/p>\n\n\u003cp>Boys and Girls- Ages 6-14.\u003c/p>\n\n\u003cp>Before Care and Aftercare is available.\u003c/p>\n\n\u003cp>Call 773-995-0151; \u003ca href=\"https://kroccenterchicago.com/\" target=\"_blank\">click \u003c/a>for information or come in 1250 W 119th St. Chicago, IL.\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1750082400994,"enabled":false,"end":1755288000994}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6849c29ad666987388f046fd","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6849c29ad666987388f046fd","source_credit":"","title":"","url":"asset://assets.calendar/6849c29ad666987388f046fd","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-06-16-2025-kroc-summer-camp-registration-is-open"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"2025 Kroc Summer Camp Registration is Open"},"venue_address":{"type":"plain","value":"1250 W 119th St. Chicago, IL"},"venue_name":{"type":"plain","value":"The Salvation Army Kroc Center "}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"permalink":"https://v103.iheart.com/calendar/content/2025-06-16-2025-kroc-summer-camp-registration-is-open","summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6849c29ad666987388f046fd","use_caption":false},"keywords":[],"primary_slug":"2025-06-16-2025-kroc-summer-camp-registration-is-open","slugs":["2025-06-16-2025-kroc-summer-camp-registration-is-open"],"sponsored":false,"title":"2025 Kroc Summer Camp Registration is Open"},"targeting":{"exclusion":{"tags":[]},"publish_date":1749665700000,"publish_end_date":4115978604802,"publish_origin":"brands/WVAZ-FM (2062)","syndication":{"publish_origin":"brands/WVAZ-FM (2062)","refs":{}},"targets":[{"id":"6849c26dd666987388f046f2","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community","calendar-categories/station-events"],"where":["brands/WGCI-FM (1773)","brands/WKSC-FM (1846)","brands/WLIT-FM (1863)","brands/WVAZ-FM (2062)","brands/WCHI-FM","brands/WGRB-AM (1151)"],"workflow":""}]}},"slug":"2025-06-16-2025-kroc-summer-camp-registration-is-open","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6849c29ad666987388f046fd","title":"2025 Kroc Summer Camp Registration is Open","description":"","author":""},"pub_start":1749665700000,"pub_until":4115978604802,"pub_changed":1749666124450,"subscription":[{"tags":["calendar-categories/community","calendar-categories/station-events","brands/WGCI-FM (1773)","brands/WKSC-FM (1846)","brands/WLIT-FM (1863)","brands/WVAZ-FM (2062)","brands/WCHI-FM","brands/WGRB-AM (1151)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WVAZ-FM (2062)","id:/6849c26dd666987388f046f1","slug:2025-06-16-2025-kroc-summer-camp-registration-is-open","slug:2025-06-16-2025-kroc-summer-camp-registration-is-open"]}},{"id":"%2F6839ac1dc0fa30f5da7c9ced","type":"PUBLISHING","record":{"ref_id":"%2F6839ac1dc0fa30f5da7c9ced","type":"content:calendar","payload":{"canonical_url":"https://v103.iheart.com/calendar/content/2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":true,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6839a870c0fa30f5da7c9cba","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba","source_credit":"","title":"","url":"asset://assets.calendar/6839a870c0fa30f5da7c9cba","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Get ready to groove with Morris Day and the Time, and Sheila E on August 2 at the Country Club Hills Theater. \u003c/p>\n\n\u003cp>Their high-energy performances will have you dancing all night. \u003c/p>\n\n\u003cp>Join us for the 2025 Summer Jam at Country Club Hills Theater – a night under the stars. \u003c/p>\n\n\u003cp>Get your tickets now at \u003ca href=\"http://cchtheater.com/\" target=\"_blank\">cchtheater.com\u003c/a>!\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1754175600321,"enabled":false,"end":1754190000321}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6839a870c0fa30f5da7c9cba","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba","source_credit":"","title":"","url":"asset://assets.calendar/6839a870c0fa30f5da7c9cba","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"2025 Summer Jam at Country Club Hills Morris Day and the Time & Sheila E "},"venue_address":{"type":"plain","value":"4150 183rd street, Country Club Hills, IL"},"venue_name":{"type":"plain","value":"Country Club Hills Amphitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"permalink":"https://v103.iheart.com/calendar/content/2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6839a870c0fa30f5da7c9cba","use_caption":false},"keywords":[],"primary_slug":"2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","slugs":["2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e"],"sponsored":false,"title":"2025 Summer Jam at Country Club Hills Morris Day and the Time & Sheila E "},"targeting":{"exclusion":{"tags":[]},"publish_date":1748609880000,"publish_end_date":4115978604802,"publish_origin":"brands/WVAZ-FM (2062)","syndication":{"publish_origin":"brands/WVAZ-FM (2062)","refs":{}},"targets":[{"id":"6839ac1dc0fa30f5da7c9cee","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WVAZ-FM (2062)"],"workflow":""}]}},"slug":"2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6839a870c0fa30f5da7c9cba","title":"2025 Summer Jam at Country Club Hills Morris Day and the Time & Sheila E ","description":"","author":""},"pub_start":1748609880000,"pub_until":4115978604802,"pub_changed":1748610218213,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WVAZ-FM (2062)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WVAZ-FM (2062)","id:/6839ac1dc0fa30f5da7c9ced","slug:2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e","slug:2025-08-02-2025-summer-jam-at-country-club-hills-morris-day-and-the-time-sheila-e"]}},{"id":"%2F6850eab548a35c754b106301","type":"PUBLISHING","record":{"ref_id":"%2F6850eab548a35c754b106301","type":"content:calendar","payload":{"canonical_url":"https://v103.iheart.com/calendar/content/2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F68879bed55ab0fbc5e4551c0","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0","source_credit":"","title":"","url":"asset://assets.calendar/68879bed55ab0fbc5e4551c0","use_caption":false}}]},"event_date":{"type":"multidate","value":[{"begin":1754776800102,"enabled":false,"end":1754784000102}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F68879bed55ab0fbc5e4551c0","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0","source_credit":"","title":"","url":"asset://assets.calendar/68879bed55ab0fbc5e4551c0","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-09-an-evening-with-keke-wyatt-friends-august-9th"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"An Evening with Keke Wyatt & Friends August 9th "},"venue_address":{"type":"plain","value":"8800 W. 159th Street, Orland Park, IL 60462"},"venue_name":{"type":"plain","value":"Georgio's Banquets"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"permalink":"https://v103.iheart.com/calendar/content/2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/68879bed55ab0fbc5e4551c0","use_caption":false},"keywords":[],"primary_slug":"2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","slugs":["2025-08-09-an-evening-with-keke-wyatt-friends-august-9th"],"sponsored":false,"title":"An Evening with Keke Wyatt & Friends August 9th "},"targeting":{"exclusion":{"tags":[]},"publish_date":1750133220000,"publish_end_date":4115978604802,"publish_origin":"brands/WVAZ-FM (2062)","syndication":{"publish_origin":"brands/WVAZ-FM (2062)","refs":{}},"targets":[{"id":"6850eab548a35c754b106302","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WGRB-AM (1151)","brands/WVAZ-FM (2062)"],"workflow":""}]}},"slug":"2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/68879bed55ab0fbc5e4551c0","title":"An Evening with Keke Wyatt & Friends August 9th ","description":"","author":""},"pub_start":1750133220000,"pub_until":4115978604802,"pub_changed":1753717771237,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WGRB-AM (1151)","brands/WVAZ-FM (2062)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WVAZ-FM (2062)","id:/6850eab548a35c754b106301","slug:2025-08-09-an-evening-with-keke-wyatt-friends-august-9th","slug:2025-08-09-an-evening-with-keke-wyatt-friends-august-9th"]}},{"id":"%2F6839b2f8c0fa30f5da7c9d41","type":"PUBLISHING","record":{"ref_id":"%2F6839b2f8c0fa30f5da7c9d41","type":"content:calendar","payload":{"canonical_url":"https://v103.iheart.com/calendar/content/2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":true,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6839b324c0fa30f5da7c9d4f","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f","source_credit":"","title":"","url":"asset://assets.calendar/6839b324c0fa30f5da7c9d4f","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Get ready for the \u003cstrong>2025 Summer Jam\u003c/strong>! Join us for \u003cstrong>a night under the stars\u003c/strong> at the Country Club Hills Theater on August 9th for the \u003cstrong>Legends of Comedy\u003c/strong> show. \u003c/p>\n\n\u003cp>Featuring an all-star lineup including Sheryl Underwood, Mark Curry, J. Anthony Brown, Damon Williams, George Willbourn, Rodney Perry, and Honest John, this is a comedy event you won't want to miss.\u003c/p>\n\n\u003cp>Get your tickets now at \u003ca href=\"http://cchtheater.com/\" target=\"_blank\">cchtheater.com\u003c/a>!\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1754780400321,"enabled":false,"end":1754794800321}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6839b324c0fa30f5da7c9d4f","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f","source_credit":"","title":"","url":"asset://assets.calendar/6839b324c0fa30f5da7c9d4f","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Summer Jam at Country Club Hills Legends of Comedy"},"venue_address":{"type":"plain","value":"4150 183rd street, Country Club Hills, IL"},"venue_name":{"type":"plain","value":"Country Club Hills Amphitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"permalink":"https://v103.iheart.com/calendar/content/2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6839b324c0fa30f5da7c9d4f","use_caption":false},"keywords":[],"primary_slug":"2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","slugs":["2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy"],"sponsored":false,"title":"Summer Jam at Country Club Hills Legends of Comedy"},"targeting":{"exclusion":{"tags":[]},"publish_date":1748611620000,"publish_end_date":4115978604802,"publish_origin":"brands/WVAZ-FM (2062)","syndication":{"publish_origin":"brands/WVAZ-FM (2062)","refs":{}},"targets":[{"id":"6839b2f8c0fa30f5da7c9d42","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WVAZ-FM (2062)"],"workflow":""}]}},"slug":"2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6839b324c0fa30f5da7c9d4f","title":"Summer Jam at Country Club Hills Legends of Comedy","description":"","author":""},"pub_start":1748611620000,"pub_until":4115978604802,"pub_changed":1748611977451,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WVAZ-FM (2062)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WVAZ-FM (2062)","id:/6839b2f8c0fa30f5da7c9d41","slug:2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy","slug:2025-08-09-summer-jam-at-country-club-hills-legends-of-comedy"]}}],"resume":{"id":"ID:calendar-topics-feed-matsubs","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IlppeHlBIjoiZXlKdlptWnpaWFFpT2pSOSJ9LCJlbmRzIjp7fX0=","scopes":[]}}},{"id":"rbePH","region":"main:dynamic","type":"keywordcontest","ordinal":15,"value":{"campaign_id":{"ref":"config://field/partners.aptivada_id","scope":null,"type":"VAR"},"campaign_type":"ihrcountdown","title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802},"disabled":false,"campaignId":"1781993"},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]},"notFoundPage":{"_id":"/master-site/inferno/error_page","name":"error_page","pageConfig":{"adobe_page_name":"","description":"","keywords":[],"sitemap_frequency":"exclude","thumbnail":"","title":""},"displayName":"404","path":"/_error/404/","primaryBlockId":"eIhzs","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"32svC","region":"header:dynamic","type":"title","ordinal":0,"value":{"title":"Sorry. This page is currently unavailable."},"tags":[],"schedule":{"begin":0,"end":4115978604802}},{"id":"eIhzs","region":"main:dynamic","type":"html","ordinal":0,"value":{"content":"\u003cspan>\nWhile you aren’t able to access this page, you can still check out some of these great stories:\n\u003c/span>","title":null},"tags":["display-hints/primary"],"schedule":{"begin":0,"end":4115978604802}},{"id":"SfxSh","region":"main:dynamic","type":"feed","ordinal":0,"value":{"ad_split":null,"feed_id":"ID:editorial-feed-whatwhere","feed_index":0,"position":null,"size":12,"title":""},"tags":["display-hints/feed-show-eyebrow"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688e6a032cc96ab9d0f5692b","type":"PUBLISHING","record":{"ref_id":"%2F688e6a032cc96ab9d0f5692b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"0360466e-b366-47fd-ba5b-3ae3ba586659","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NEW YORK - AUGUST 01: Billboards of actress Sydney Sweeney is seen outside of an American Eagle store on August 01, 2025 in New York City. American Eagle’s recent denim ad campaign featuring Sweeney has drawn backlash for language and imagery that critics say echoes eugenics-era rhetoric, following a tagline referencing “great genes” alongside visuals of Sweeney in blue jeans. (Photo by Michael M. Santiago/Getty Images)","id":"%2F688e6a761e00845eeb1b5f15","new_tab":false,"schedule":{},"source_credit":"Michael M. Santiago / Getty Images News / Getty Images","title":"American Eagle Ad Campaign Featuring Actor Sydney Sweeney Draw Controversy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>American Eagle Outfitters is standing by its recent advertising campaign featuring actress \u003cstrong>Sydney Sweeney\u003c/strong>, despite facing significant online backlash. The campaign, titled "Sydney Sweeney Has Great Jeans," \u003ca href=\"https://www.foxnews.com/entertainment/american-eagle-fires-back-critics-after-sydney-sweeney-campaign-sparks-online-backlash\" target=\"_blank\">sparked controversy due to its play on words between "genes" and "jeans."\u003c/a> In a promotional video, Sweeney, known for her roles in \u003ca href=\"https://www.iheart.com/podcast/867-euphoria-a-post-show-recap-93962517/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"93962517\" data-catalog-related-id=\"\">\u003cem>Euphoria\u003c/em>\u003c/a> and \u003ca href=\"https://www.iheart.com/podcast/269-the-white-lotus-official-p-255890751/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"255890751\" data-catalog-related-id=\"\">\u003cem>The White Lotus\u003c/em>\u003c/a>, talks about genetic traits before stating, "My jeans are blue," which led to accusations of promoting eugenics.\u003c/p>\n\n\u003cp>The backlash has been widespread, with critics taking to social media to voice their concerns. However, American Eagle \u003ca href=\"https://www.instagram.com/americaneagle/p/DM0tMjaTBll/\" target=\"_blank\">responded on Instagram\u003c/a>, emphasizing that the campaign focuses on celebrating how everyone wears their jeans with confidence. The company stated, "Sydney Sweeney Has Great Jeans is and always was about the jeans. Her jeans. Her story."\u003c/p>\n\n\u003cp>Despite the criticism, some industry experts, like former Levi's brand president \u003cstrong>Jennifer Sey\u003c/strong>, have defended the campaign, t\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">elling \u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\">\u003cem>Women's Wear Daily\u003c/em>\u003c/a>\u003ca href=\"https://wwd.com/fashion-news/fashion-scoops/sydney-sweeney-american-eagle-backlash-and-authorities-1238026743/\" target=\"_blank\"> that the controversy is overblown\u003c/a> and advising American Eagle to stand firm. Sey described the campaign as a clever play on words, adding that Sweeney's self-awareness and humor make the ad unique.\u003c/p>\n\n\u003cp>The campaign's launch on July 23 reportedly increased American Eagle's market value by $400 million, although the company's stock saw a slight dip, closing down less than one percent at $10.74. \u003c/p>\n\n\u003cp>Meanwhile, Sweeney has remained silent on the issue, continuing to focus on her acting career and various brand partnerships.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics/","primary_image":{"bucket":"assets.getty","id":"%2F688e6a761e00845eeb1b5f15"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754163660000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","social_title":"","summary":"","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics"},"slug":"2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e6a761e00845eeb1b5f15","title":"American Eagle Responds To Sydney Sweeney Ad Campaign Critics","description":"","author":"iHeartRadio"},"pub_start":1754163660000,"pub_until":4115978604802,"pub_changed":1754164044767,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6a032cc96ab9d0f5692b","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","slug:2025-08-02-american-eagle-responds-to-sydney-sweeney-ad-campaign-critics","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688e660a2cc96ab9d0f56920","type":"PUBLISHING","record":{"ref_id":"%2F688e660a2cc96ab9d0f56920","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a378e900-2776-4c78-a7d6-15c87e94651b","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"NEW YORK, NY - DECEMBER 06: Cooking show host Paula Deen visits Fox & Friends Christmas Special at FOX Studios on December 6, 2012 in New York City. (Photo by Slaven Vlasic/Getty Images)","id":"%2F688e6681fe9037a39187a472","new_tab":false,"schedule":{},"source_credit":"Slaven Vlasic / Getty Images Entertainment / Getty Images","title":"Fox & Friends Christmas Special","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Paula Deen\u003c/strong>, the renowned celebrity chef, has \u003ca href=\"https://people.com/paula-deen-announces-closure-of-two-restaurants-including-flagship-11783829\" target=\"_blank\">announced the abrupt closure of her flagship restaurant, The Lady & Sons\u003c/a>, in Savannah, Georgia. The closure, effective Thursday (July 31), marks the end of an era for the eatery that launched Deen to fame. Alongside The Lady & Sons, Deen also closed The Chicken Box, another restaurant she operated in Savannah.\u003c/p>\n\n\u003cp>Deen \u003ca href=\"https://www.facebook.com/TheLadyAndSons/posts/pfbid0t7Ez1nWgD3DXSVRw9ssf6GeSsFBwSC9Hf9escFxqixJYdw8VhTSASz3v8UDBSUzjl\" target=\"_blank\">shared the news on social media\u003c/a>, expressing gratitude to her patrons and staff for their support over the past 36 years. "Thank you for all the great memories and for your loyalty," Deen wrote, emphasizing her family's appreciation for the community. The Lady & Sons, which began as a catering business called The Bag Lady in 1989, became a staple in Savannah, known for its Southern-style dishes and family-style dining, earning accolades such as the “International Meal of the Year” from USA Today in 1999.\u003c/p>\n\n\u003cp>Despite the closures, \u003ca href=\"https://www.eonline.com/news/1420674/paula-deen-chef-food-network-star-closes-2-restaurants\" target=\"_blank\">Deen plans to focus on her Paula Deen’s Family Kitchen locations\u003c/a> in Pigeon Forge, Myrtle Beach, Nashville, and Branson. She expressed excitement about visiting these restaurants, starting with Branson on August 8.\u003c/p>\n\n\u003cp>The sudden closure surprised many, including locals who frequently visited the popular restaurant. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous/","primary_image":{"bucket":"assets.getty","id":"%2F688e6681fe9037a39187a472"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754163240000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","social_title":"","summary":"Despite the closure, Deen plans to focus on her Paula Deen’s Family Kitchen locations.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Paula Deen Closes Popular Restaurant That Made Her Famous"},"slug":"2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e6681fe9037a39187a472","title":"Paula Deen Closes Popular Restaurant That Made Her Famous","description":"Despite the closure, Deen plans to focus on her Paula Deen’s Family Kitchen locations.","author":"iHeartRadio"},"pub_start":1754163240000,"pub_until":4115978604802,"pub_changed":1754163613417,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e660a2cc96ab9d0f56920","slug:2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","slug:2025-08-02-paula-deen-closes-popular-restaurant-that-made-her-famous","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688cff3f2e24d7fcac0823af","type":"PUBLISHING","record":{"ref_id":"%2F688cff3f2e24d7fcac0823af","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"25d5ca72-6873-474f-8403-ef91ebd707ad","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Nearly 200,000 KidKraft Farm to Table Play Kitchens have been recalled after a child died while playing with it. ","id":"%2F688cffcc2e24d7fcac0823b9","new_tab":false,"schedule":{},"source_credit":"Consumer Products Safety Comission","title":"Recall On KidKraft Farm to Table Play Kitchens","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Nearly \u003ca href=\"https://abcnews.go.com/GMA/Family/192000-kids-play-kitchens-recalled-after-1-death/story?id=124241619\" target=\"_blank\">200,000 KidKraft Farm to Table Model Play Kitchen sets are being recalled\u003c/a> after a tragic incident led to the death of a toddler. The recall, announced by Backyard Kids, LLC and the Consumer Product Safety Commission, follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook of the play kitchen set in February 2023.\u003c/p>\n\n\u003cp>The play kitchens, sold between 2018 and July 2025, \u003ca href=\"https://www.usatoday.com/story/money/2025/08/01/kidkraft-play-kitchens-recall/85471428007/\" target=\"_blank\">pose a risk of strangulation and asphyxia if a child climbs on the counter\u003c/a> or crawls through the opening in the back. The recalled units are black and light gray with wood-like countertops and measure 44 inches in length, 13 3/4 inches in width, and 43 inches high. They were intended for children aged three and above.\u003c/p>\n\n\u003cp>Although 192,000 units are impacted, only 400 were sold to consumers by Backyard Kids. The play kitchens were available online on Amazon, Walmart, and KidKraft's websites, retailing between $120 and $270.\u003c/p>\n\n\u003cp>Backyard Kids is \u003ca href=\"https://www.cpsc.gov/Recalls/2025/Backyard-Kids-Recalls-KidKraft-Farm-to-Table-Play-Kitchens-Due-to-Strangulation-Hazard-One-Death-Reported\" target=\"_blank\">offering free replacement hooks to consumers\u003c/a> with affected units. They can be contacted via email at recall@kidkraft.com or by phone at (800) 882-0234, Monday through Friday from 8:30 a.m. to 5 p.m. ET.\u003c/p>\n\n\u003cp>KidKraft, Inc., which manufactured the sets, filed for bankruptcy in May 2024. As of now, no other incidents have been reported involving the hooks catching on children's clothing.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://v103.iheart.com/content/2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death/","primary_image":{"bucket":"new_assets","id":"%2F688cffcc2e24d7fcac0823b9"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754070900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","social_title":"","summary":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death"},"slug":"2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688cffcc2e24d7fcac0823b9","title":"Nearly 200,000 Kids Play Kitchens Recalled After Toddler's Death","description":"The recall follows the death of a 23-month-old child who was strangled when his shirt got caught on a hook.","author":"iHeartRadio"},"pub_start":1754070900000,"pub_until":4115978604802,"pub_changed":1754071336411,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688cff3f2e24d7fcac0823af","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","slug:2025-08-01-nearly-200000-kids-play-kitchens-recalled-after-toddlers-death","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688bd70e0506ff600524dd56","type":"PUBLISHING","record":{"ref_id":"%2F688bd70e0506ff600524dd56","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"7ec9ce50-6eae-45ed-84b9-49e331258464","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F105-savor-28019899%2F","@url":"https://www.iheart.com/podcast/105-savor-28019899/","author_name":"Savor","author_url":"https://www.iheart.com/podcast/105-savor-28019899/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Savor\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/?embed=true&cid=oembed&keyid%5B0%5D=Savor&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZhZWEzNjg2LThkNzAtNGU4ZC1hODQ4LWFlMjcwMTc0N2UxNS9pbWFnZS5qcGc_dD0xNzUzMTI5ODA4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"Savor","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Savor\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/?embed=true&cid=oembed&keyid%5B0%5D=Savor&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/105-savor-28019899/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"BEEF Bacon Breakfast Sandwich with Scrambled eggs and Cheese on Toasted Bread","id":"%2F688bd8030506ff600524dd61","new_tab":false,"schedule":{},"source_credit":"E+","title":"BEEF Bacon Breakfast Sandwich","type":"asset","url":"","use_caption":false},{"html":"\u003cp>There’s one breakfast spot that locals swear by in Illinois.\u003c/p>\n\n\u003cp>A place where the coffee is always hot, the pancakes are perfectly golden, and the morning rush feels more like a friendly gathering than a routine start to the day. The best breakfast restaurant in the state isn’t just about food, it’s about comfort, community, and tradition. From fluffy biscuits smothered in gravy to inventive takes on avocado toast, this gem has earned a reputation for starting mornings right.\u003c/p>\n\n\u003cp>Let's take a closer look at the beloved eatery that’s captured the hearts (and stomachs) of locals and travelers alike. Grab a fork, and maybe a second cup of coffee, as we dig into what makes this Illinois breakfast spot truly the best in the state.\u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://www.lovefood.com/gallerylist/146801/the-best-breakfast-joint-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a>, the best breakfast join \u003ca href=\"https://www.iheart.com/content/2025-07-29-beloved-illinois-eatery-serves-the-best-fried-chicken-in-the-state/\" target=\"_blank\">in Illinois\u003c/a> is\u003cstrong> Wildberry Pancakes and Cafe\u003c/strong> in Chicago, Libertyville, and Schaumburg. \u003c/p>\n\n\u003cp>Here's what \u003cem>LoveFood\u003c/em> had to say about the restaurant that serves the best breakfast in the entire state:\u003c/p>\n\n\u003cblockquote>"Hearty American breakfasts are what Wildberry Pancakes and Cafe is all about. There are four outposts throughout the state, and each one gets rave reviews from customers. Top menu choices include a classic eggs Benedict, which comes with thick slices of real ham, house-made Hollandaise, and a side of hash browns, and the Mexicana skillet, an overloaded pan of hash browns, cheese, chorizo, jalapeños, avocado, and your choice of eggs."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.lovefood.com/gallerylist/146801/the-best-breakfast-joint-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a> for a continued list of eateries that serve the best breakfast meals in the country!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/state","keywords/eatery","keywords/breakfast","keywords/breakfast spot","keywords/Illinois","keywords/place","keywords/breakfast restaurant","keywords/coffee","keywords/breakfast item","keywords/menu"],"permalink":"https://v103.iheart.com/content/2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state/","primary_image":{"bucket":"new_assets","id":"%2F688bd8030506ff600524dd61"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1753995900000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","social_title":"","summary":"Is your favorite breakfast item on the menu??","targets":[{"categories":["categories/local-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/content"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Popular Illinois Eatery Serves The 'Best Breakfast' In The Entire State"},"slug":"2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688bd8030506ff600524dd61","title":"Popular Illinois Eatery Serves The 'Best Breakfast' In The Entire State","description":"Is your favorite breakfast item on the menu??","author":"Logan DeLoye"},"pub_start":1753995900000,"pub_until":4115978604802,"pub_changed":1753996389025,"subscription":[{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["categories/local-news","brands/iHeartRadio"]},{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["syndications/content","markets/CHICAGO-IL"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd70e0506ff600524dd56","slug:2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","slug:2025-07-31-popular-illinois-eatery-serves-the-best-breakfast-in-the-entire-state","keyword:keywords/state","keyword:keywords/eatery","keyword:keywords/breakfast","keyword:keywords/breakfast spot","keyword:keywords/Illinois","keyword:keywords/place","keyword:keywords/breakfast restaurant","keyword:keywords/coffee","keyword:keywords/breakfast item","keyword:keywords/menu","author:user"]}},{"id":"%2F688bbd7c47e2da957ab997b9","type":"PUBLISHING","record":{"ref_id":"%2F688bbd7c47e2da957ab997b9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d552901d-f273-412b-8fae-32649a454f16","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-battleground-podcast-29165646%2F","@url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","author_name":"Battleground Podcast","author_url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5YmY5ZDhkZWVhMjVkODAwNzk3MDI3OGRiYWNmYWI2LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"Battleground Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"INGLEWOOD, CALIFORNIA - JANUARY 06: Hulk Hogan with Jimmy Hart along side address the crowd during RAW at Intuit Dome on January 6, 2025 in Inglewood, California. (Photo by WWE/Getty Images)","id":"%2F68825ec0ef97e24aa4a2d7df","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Monday Night RAW","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">WWE Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">\u003cstrong>Hulk Hogan\u003c/strong>\u003c/a> secretly battled leukemia prior to his death, according to Pinellas County Forensic Science Center documents obtained by \u003ca href=\"https://pagesix.com/2025/07/31/celebrity-news/hulk-hogans-cause-of-death-revealed/?_gl=1*95du87*_ga*NDc5NjcxMzU5LjE3MjkyNTQxNDM.*_ga_0DZ7LHF5PZ*czE3NTM5NzQwNTMkbzEwOTgkZzEkdDE3NTM5NzQzMjAkajU4JGwwJGgw\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a> on Thursday (July 31).\u003c/p>\n\n\u003cp>Hogan, 71, whose real name was \u003cstrong>Terry Bollea\u003c/strong>, reportedly had a history of atrial fibrillation (AFib), which is categorized in patients with an irregular and often rapid heart rate, as well as chronic lymphocytic leukemia (CLL), a cancer that affects white blood cells, though the diagnosis that wasn't previously revealed to the public. The legendary wrestler's \u003ca href=\"https://www.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/\" target=\"_blank\">cause of death was determined to be acute myocardial infarction\u003c/a>, which occurs when blood flow to the heart is suddenly blocked, resulting in tissue damage, the documents confirmed.\u003c/p>\n\n\u003cp>Hogan's death was ruled as natural and the Pinellas County Forensic Center confirmed that a request was made to have him cremated.\u003c/p>\n\n\u003cp>“I am not aware when Mr. Bollea will be cremated, only that we received a request for cremation approval," a spokesperson told \u003cem>Page Six\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-24-wwe-confirms-hulk-hogans-death-in-tribute/\" target=\"_blank\">WWE confirmed Hulk Hogan's death\u003c/a> in tribute posts shared on its social media account following \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>' initial report las Thursday (July 24).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FWWE%2Fstatus%2F1948414335153230023","@url":"https://x.com/WWE/status/1948414335153230023","author_name":"WWE","author_url":"https://twitter.com/WWE","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/WWE/status/1948414335153230023","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/WWE/status/1948414335153230023"},{"html":"\u003cp>Medics reportedly responded to a reported "cardiac arrest" at Hogan's Clearwater home early Thursday morning, with the dispatch audio clip obtained and shared by \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>. Sources with knowledge of the situation told \u003cem>TMZ Sports\u003c/em> that several police vehicles and EMTs were parked outside the wrestling legend's home and he was reported to be carried out on a stretcher and into an ambulance.\u003c/p>\n\n\u003cp>Hogan's death came weeks after his wife denied rumors that he was in a coma, claiming his heart was "strong" while recovering from surgeries, according to \u003cem>TMZ Sports\u003c/em>. The website had previously reported rumors of the wrestler being on his "deathbed," which were later clarified to be symptoms of a neck procedure in May.\u003c/p>\n\n\u003cp>The Hulk Hogan character is one of the most well-known in the history of professional wrestling, leading WWE to become a global enterprise in the 1980s as the face of the company during its popularity boom. Bollea was a five-time WWE (then-WWF) Champion, which included a 1,474-day reign as the longest of the \u003cem>WrestleMania\u003c/em> era and a six-time WCW World Heavyweight Champion, where he was the leader of the New World Order as 'Hollywood' Hulk Hogan during his tenure with the now-defunct promotion.\u003c/p>\n\n\u003cp>Hogan was inducted into the WWE Hall of Fame twice as both an individual and as a member of the faction.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hulk Hogan","keywords/WWE","keywords/AFib","keywords/death","keywords/pro wrestling","keywords/documents","keywords/acute myocardial infarction","keywords/professional wrestling","keywords/dead","keywords/autopsy","keywords/results","keywords/cause of death","keywords/heart attack","keywords/cardiac arrest"],"permalink":"https://v103.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","primary_image":{"bucket":"new_assets","id":"%2F68825ec0ef97e24aa4a2d7df"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753988460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","social_title":"","summary":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death"},"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df","title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death","description":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","author":"Jason Hall"},"pub_start":1753988460000,"pub_until":4115978604802,"pub_changed":1753988852218,"subscription":[{"tags":["categories/sports","categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bbd7c47e2da957ab997b9","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","keyword:keywords/Hulk Hogan","keyword:keywords/WWE","keyword:keywords/AFib","keyword:keywords/death","keyword:keywords/pro wrestling","keyword:keywords/documents","keyword:keywords/acute myocardial infarction","keyword:keywords/professional wrestling","keyword:keywords/dead","keyword:keywords/autopsy","keyword:keywords/results","keyword:keywords/cause of death","keyword:keywords/heart attack","keyword:keywords/cardiac arrest","author:user"]}},{"id":"%2F688b8586cc40131f1045ce52","type":"PUBLISHING","record":{"ref_id":"%2F688b8586cc40131f1045ce52","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-battleground-podcast-29165646%2F","@url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","author_name":"Battleground Podcast","author_url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5YmY5ZDhkZWVhMjVkODAwNzk3MDI3OGRiYWNmYWI2LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"Battleground Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"INGLEWOOD, CALIFORNIA - JANUARY 06: Hulk Hogan with Jimmy Hart along side address the crowd during RAW at Intuit Dome on January 6, 2025 in Inglewood, California. (Photo by WWE/Getty Images)","id":"%2F688b85f6cc40131f1045ce5d","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Monday Night RAW","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">WWE Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">\u003cstrong>Hulk Hogan\u003c/strong>\u003c/a>'s cause of death was officially ruled to be a heart attack, according to Pinellas County Forensic Science Center documents obtained by \u003ca href=\"https://pagesix.com/2025/07/31/celebrity-news/hulk-hogans-cause-of-death-revealed/?_gl=1*95du87*_ga*NDc5NjcxMzU5LjE3MjkyNTQxNDM.*_ga_0DZ7LHF5PZ*czE3NTM5NzQwNTMkbzEwOTgkZzEkdDE3NTM5NzQzMjAkajU4JGwwJGgw\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a> on Thursday (July 31).\u003c/p>\n\n\u003cp>Hogan, 71, whose real name was \u003cstrong>Terry Bollea\u003c/strong>, died from acute myocardial infarction, which occurs when blood flow to the heart is suddenly blocked, resulting in tissue damage, the documents confirmed. The legendary wrestler reportedly had a history of atrial fibrillation (AFib), which is categorized in patients with an irregular and often rapid heart rate, as well as chronic lymphocytic leukemia (CLL), a cancer that affects white blood cells, though the diagnosis that wasn't previously revealed to the public.\u003c/p>\n\n\u003cp>Hogan's death was ruled as natural and the Pinellas County Forensic Center confirmed that a request was made to have him cremated.\u003c/p>\n\n\u003cp>“I am not aware when Mr. Bollea will be cremated, only that we received a request for cremation approval," a spokesperson told \u003cem>Page Six\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-24-wwe-confirms-hulk-hogans-death-in-tribute/\" target=\"_blank\">WWE confirmed Hulk Hogan's death\u003c/a> in tribute posts shared on its social media account following \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>' initial report last Thursday (July 24).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FWWE%2Fstatus%2F1948414335153230023","@url":"https://x.com/WWE/status/1948414335153230023","author_name":"WWE","author_url":"https://twitter.com/WWE","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/WWE/status/1948414335153230023","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/WWE/status/1948414335153230023"},{"html":"\u003cp>Medics reportedly responded to a reported "cardiac arrest" at Hogan's Clearwater home early Thursday morning, with the dispatch audio clip obtained and shared by \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>. Sources with knowledge of the situation told \u003cem>TMZ Sports\u003c/em> that several police vehicles and EMTs were parked outside the wrestling legend's home and he was reported to be carried out on a stretcher and into an ambulance.\u003c/p>\n\n\u003cp>Hogan's death came weeks after his wife denied rumors that he was in a coma, claiming his heart was "strong" while recovering from surgeries, according to \u003cem>TMZ Sports\u003c/em>. The website had previously reported rumors of the wrestler being on his "deathbed," which were later clarified to be symptoms of a neck procedure in May.\u003c/p>\n\n\u003cp>The Hulk Hogan character is one of the most well-known in the history of professional wrestling, leading WWE to become a global enterprise in the 1980s as the face of the company during its popularity boom. Bollea was a five-time WWE (then-WWF) Champion, which included a 1,474-day reign as the longest of the \u003cem>WrestleMania\u003c/em> era and a six-time WCW World Heavyweight Champion, where he was the leader of the New World Order as 'Hollywood' Hulk Hogan during his tenure with the now-defunct promotion.\u003c/p>\n\n\u003cp>Hogan was inducted into the WWE Hall of Fame twice as both an individual and as a member of the faction.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hulk Hogan","keywords/WWE","keywords/documents","keywords/acute myocardial infarction","keywords/pro wrestling","keywords/professional wrestling","keywords/dead","keywords/death","keywords/autopsy","keywords/results","keywords/cause of death","keywords/heart attack","keywords/cardiac arrest"],"permalink":"https://v103.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/","primary_image":{"bucket":"new_assets","id":"%2F688b85f6cc40131f1045ce5d"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news","categories/politics"],"distribution":["facets/All Sites - English"]},"publish_date":1753974480000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-hulk-hogans-official-cause-of-death-determined","social_title":"","summary":"Hulk Hogan's official cause of death has been determined.","targets":[],"title":"Hulk Hogan's Official Cause Of Death Determined"},"slug":"2025-07-31-hulk-hogans-official-cause-of-death-determined","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688b85f6cc40131f1045ce5d","title":"Hulk Hogan's Official Cause Of Death Determined","description":"Hulk Hogan's official cause of death has been determined.","author":"Jason Hall"},"pub_start":1753974480000,"pub_until":4115978604802,"pub_changed":1753988684026,"subscription":[{"tags":["categories/sports","categories/national-news","categories/entertainment-news","categories/politics","facets/All Sites - English"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b8586cc40131f1045ce52","slug:2025-07-31-hulk-hogans-official-cause-of-death-determined","slug:2025-07-31-hulk-hogans-official-cause-of-death-determined","keyword:keywords/Hulk Hogan","keyword:keywords/WWE","keyword:keywords/documents","keyword:keywords/acute myocardial infarction","keyword:keywords/pro wrestling","keyword:keywords/professional wrestling","keyword:keywords/dead","keyword:keywords/death","keyword:keywords/autopsy","keyword:keywords/results","keyword:keywords/cause of death","keyword:keywords/heart attack","keyword:keywords/cardiac arrest","author:user"]}},{"id":"%2F688b624ee7857f97a89a7b48","type":"PUBLISHING","record":{"ref_id":"%2F688b624ee7857f97a89a7b48","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"474e9a3c-56fe-453b-b154-26f666620485","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Tony M. Centeno","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/diddy-58652/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F67fe6b683fa2fdacfb0b2c8a","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Diddy","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/diddy-58652/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"58652\" data-catalog-related-id=\"\">\u003cstrong>Sean "Diddy" Combs'\u003c/strong>\u003c/a> legal team is looking to get \u003ca href=\"https://www.iheart.com/content/2025-07-02-jury-in-diddys-criminal-trial-reaches-verdict-on-all-counts/\" target=\"_blank\">\u003cstrong>the mogul's convictions\u003c/strong>\u003c/a> overturned, and if that doesn't work, then they want another trial only for the Mann Act charges. \u003cbr />\u003cbr />According to a report \u003ca href=\"https://www.tmz.com/2025/07/30/diddy-acquittal-new-trial-mann-act-doesnt-apply-voyeur-sex-workers-cassie-jane/\" target=\"_blank\">\u003cstrong>\u003cem>TMZ\u003c/em>\u003c/strong>\u003c/a> published on Wednesday night, July 30, Combs' attorneys filed a new motion asking Judge Arun Subramanian to acquit their client. They argue that Combs is the only person convicted of violating the Mann Act (which forbids transporting people across state lines for sex) who didn't profit from the scheme, make the arrangements, or have sex with the prostitutes. They claim Combs' only involvement was recording the sexual acts for his private entertainment. \u003c/p>\n\n","schedule":{},"type":"html"},{"html":"\u003cp>Combs' legal team is convinced the Bad Boy Records founder didn't do anything under the Mann Act. They point to testimony from the witnesses, including the sex workers in question, as well as his ex-girlfriends, Casandra "Cassie" Ventura and "Jane." None of them ever indicated that Combs participated in sexual activity with the hired prostitutes. They also point out that the women involved were the ones who usually handled everything for the freak-off sessions, from the travel to their compensation. \u003cbr />\u003cbr />In addition, they asserted that the male prostitutes involved consented to everything and "enjoyed the activities." They also claim the sex workers maintained friendships with the women and didn't only take part in the freak-offs for money. Combs' involvement only constitutes voyeurism at best. The artist's lawyers argue, "multiple state courts have held that paying for voyeurism, to watch other people have sex, is not prostitution." They also said Combs' recordings are protected under the First Amendment since they were only making "amateur pornography." \u003cbr />\u003cbr />If the judge doesn't acquit, Combs' legal team will request a new trial for only the Mann Act charges. They also want the 2016 video of Combs beating Cassie to be excluded because they believe it won't be relevant and would be "unfairly prejudicial." Their new motion comes several months before Combs' sentencing hearing. It's possible that Combs could get only three to four years in prison based on the prosecution and defense's recommendations. However, President Donald Trump is also \u003ca href=\"https://www.iheart.com/content/2025-07-30-trump-reportedly-seriously-considering-presidential-pardon-for-diddy/\" data-content-id=\"/688a52b3818cf2bf1b2933a0\">\u003cstrong>considering giving Combs a full pardon\u003c/strong>\u003c/a> before he's sentenced. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions/","cuser":"user/ldap/1133095","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Diddy","keywords/Hip-Hop"],"permalink":"https://v103.iheart.com/content/2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions/","primary_image":{"bucket":"new_assets","id":"%2F67fe6b683fa2fdacfb0b2c8a"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/HIPHOPRNB","formats/CHRRHYTHMIC","formats/CHRPOP","formats/RNB"]},"publish_date":1753969740000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","social_title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions","summary":"Diddy's legal team is looking to overturn his recent convictions","targets":[{"categories":["categories/music-news"],"distribution":["artists/Diddy (58652)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions"},"slug":"2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67fe6b683fa2fdacfb0b2c8a","title":"Diddy Reportedly Files New Motion To Overturn Mann Act Convictions","description":"Diddy's legal team is looking to overturn his recent convictions","author":"Tony M. Centeno"},"pub_start":1753969740000,"pub_until":4115978604802,"pub_changed":1753970126905,"subscription":[{"tags":["categories/music-news","formats/HIPHOPRNB","formats/CHRRHYTHMIC","formats/CHRPOP","formats/RNB"]},{"tags":["categories/music-news","artists/Diddy (58652)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b624ee7857f97a89a7b48","slug:2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","slug:2025-07-31-diddy-reportedly-files-new-motion-to-overturn-mann-act-convictions","keyword:keywords/Diddy","keyword:keywords/Hip-Hop","author:user"]}},{"id":"%2F688b611ba1567cef8d2fc709","type":"PUBLISHING","record":{"ref_id":"%2F688b611ba1567cef8d2fc709","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5e6ec176-f6a0-4b0f-b29f-f429de50f793","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-24-7-news-the-latest-20697776%2F","@url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","author_name":"24/7 News: The Latest","author_url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Q0NDY0YTEwLWQwM2EtNDBlOS05NTQ5LWIyYTcwMGY4ZjM0Ny9lNmRlYjUwYy1lMTFjLTQ3ZWItYWU0NS1iMmE3MDBmOGYzNjMvaW1hZ2UuanBnP3Q9MTc0NTc1NzM3NSZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"24/7 News: The Latest","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"24/7 News: The Latest\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/?embed=true&cid=oembed&keyid%5B0%5D=24%2F7%20News%3A%20The%20Latest&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-24-7-news-the-latest-20697776/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6837017502c378e4e3decad3","new_tab":false,"schedule":{},"source_credit":"@Itshanrose/Instagram","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-06-30-influencer-hannah-moodys-cause-of-death-revealed/\" target=\"_blank\">Influencer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-06-30-influencer-hannah-moodys-cause-of-death-revealed/\" target=\"_blank\">\u003cstrong>Hannah Moody\u003c/strong>\u003c/a>'s body was found "deceased and decomposing" for about two days after she went missing in Scottsdale in May, a full report from the Maricopa County Medical Examiner's Office revealed via \u003ca href=\"https://people.com/hiking-influencer-hannah-moodys-body-was-discovered-decomposing-in-103-degree-heat-11782054\" target=\"_blank\">\u003cem>PEOPLE\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>Moody, 31, was reportedly on a popular Arizona trail where temperatures reached up to 103 degrees Fahrenheit and her body experienced "abrasions of the right shoulder and lower extremities." The influencer's cause of death was officially ruled as "environmental heat exposure" and determined to be accidental.\u003c/p>\n\n\u003cp>Toxicology results were reported to be negative for "ethanol, screened drugs of abuse, and select therapeutic medications" and she only had "minimally elevated creatine and urea nitrogen," according to \u003cem>PEOPLE\u003c/em>. Moody, who had nearly 50,000 followers on her Instagram account documenting her hiking, faith and fitness lifestyle, was \u003ca href=\"https://www.iheart.com/content/2025-05-28-influencer-hannah-moody-dead-at-31/\" target=\"_blank\">found dead off a trail in central Arizona\u003c/a> on May 22 and an investigation into her death was launched, however, the Scottsdale Police Department said there were "no obvious signs of foul play or trauma" during its initial update.\u003c/p>\n\n\u003cp>The hiking influencer was found near the Gateway Trailhead of the McDowell Sonoran Preserve in Scottsdale at around 12:05 p.m. local time.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDH4FewmTYUf%2F","@url":"https://www.instagram.com/p/DH4FewmTYUf/","author_name":"itshanrose","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Hannah Rose 🌹 (@itshanrose)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1137,"thumbnail_url":"https://scontent-iad3-1.cdninstagram.com/v/t51.2885-15/487916492_18493547338053482_683740702106337735_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2QErMi8v1qrboqqtfmVXx-rF5LlrJLPotP5cmmr4oHUbLIEUNIDTjlQfVHSyLEvsKT4&_nc_ohc=ZngSUNM1s20Q7kNvwF8XBcC&_nc_gid=Y6bDwyNw6-guyPCBpcWkwA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfQomkxDk8tY99hFaeGrkl4vs8zZ7MCY3nLHPXtKhPEBUw&oe=68911F27&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DH4FewmTYUf/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Hannah Rose 🌹 (@itshanrose)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DH4FewmTYUf/"},{"html":"\u003cp>Moody was reported missing about 16 hours prior after concerned friends said they hadn't heard from her. Scottsdale Police officers located her vehicle in the parking lot of the McDowell Sonoran Preserve and attempts "to reach her by phone or ping her cellphone were unsuccessful," the department said via \u003cem>CBS News\u003c/em>.\u003c/p>\n\n\u003cp>Officers searched the area on foot and used drones, as well as the assistance of a Phoenix Police Department helicopter. The initial search was suspended for the evening at around 11:30 p.m. before resuming the following morning "with 20-plus officers on bicycles, on foot, with drones, and with the assistance of the Maricopa County Sheriff's Office search and rescue team and air unit," the Scottsdale Police Department confirmed via \u003ca href=\"https://www.cbsnews.com/news/arizona-hiker-hannah-moody-body-found-day-after-reported-missing/\" target=\"_blank\">\u003cem>CBS News\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>"Other individuals showed up and assisted with the search efforts as well. The Maricopa County Sheriff's Air Unit located Hannah's body around 12:05 p.m., about 600 yards off-trail," the department added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":["formats/ROCKCLASSIC","formats/ROCKACTIVE"]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hannah Moody","keywords/Moody","keywords/PEOPLE","keywords/Scottsdale Police Department","keywords/death","keywords/details","keywords/Office","keywords/trail","keywords/body","keywords/influencer","keywords/dead","keywords/investigation","keywords/Arizona"],"permalink":"https://v103.iheart.com/content/2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed/","primary_image":{"bucket":"new_assets","id":"%2F6837017502c378e4e3decad3"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753966140000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","social_title":"","summary":"Gruesome new details on influencer Hannah Moody's death have been revealed.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Gruesome New Details On Influencer Hannah Moody's Death Revealed"},"slug":"2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6837017502c378e4e3decad3","title":"Gruesome New Details On Influencer Hannah Moody's Death Revealed","description":"Gruesome new details on influencer Hannah Moody's death have been revealed.","author":"Jason Hall"},"pub_start":1753966140000,"pub_until":4115978604802,"pub_changed":1753966537209,"subscription":[{"tags":["categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["formats/ROCKCLASSIC","formats/ROCKACTIVE"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b611ba1567cef8d2fc709","slug:2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","slug:2025-07-31-gruesome-new-details-on-influencer-hannah-moodys-death-revealed","keyword:keywords/Hannah Moody","keyword:keywords/Moody","keyword:keywords/PEOPLE","keyword:keywords/Scottsdale Police Department","keyword:keywords/death","keyword:keywords/details","keyword:keywords/Office","keyword:keywords/trail","keyword:keywords/body","keyword:keywords/influencer","keyword:keywords/dead","keyword:keywords/investigation","keyword:keywords/Arizona","author:user"]}},{"id":"%2F688a7dbc5f812abfb97a1202","type":"PUBLISHING","record":{"ref_id":"%2F688a7dbc5f812abfb97a1202","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fea14457-409d-49d5-8cd9-ef87baeea83a","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F105-savor-28019899%2Fepisode%2Fsavor-classics-hail-seitan-285464915%2F","@url":"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/","author_name":"Savor","author_url":"https://www.iheart.com/podcast/105-savor-28019899/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Savor Classics: Hail Seitan - Savor\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/?embed=true&cid=oembed&keyid%5B0%5D=Savor&keyid%5B1%5D=Savor%20Classics%3A%20Hail%20Seitan%20-%20Savor&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZhZWEzNjg2LThkNzAtNGU4ZC1hODQ4LWFlMjcwMTc0N2UxNS9pbWFnZS5qcGc_dD0xNzUzMTI5ODA4JnNpemU9TGFyZ2U","thumbnail_width":300,"title":"Savor Classics: Hail Seitan - Savor","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Savor Classics: Hail Seitan - Savor\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/?embed=true&cid=oembed&keyid%5B0%5D=Savor&keyid%5B1%5D=Savor%20Classics%3A%20Hail%20Seitan%20-%20Savor&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/105-savor-28019899/episode/savor-classics-hail-seitan-285464915/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Panini (sandwiches) made of arugula, tomato and prosciutto crudo (raw ham) in a store in Venice, Veneto region, Italy.","id":"%2F688a81475f812abfb97a120e","new_tab":false,"schedule":{},"source_credit":"Moment RF","title":"Panini made of arugula, tomato and prosciutto crudo","type":"asset","url":"","use_caption":false},{"html":"\u003cp>In a state packed with standout sandwiches and bold culinary creativity, one Illinois shop has risen above the rest, earning a coveted spot on \u003ca href=\"https://www.yelp.com/article/top-100-sandwich-shops-2025\" target=\"_blank\">\u003cem>Yelp’s Top 100 Sandwich Shops of 2025\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>Recognized for its consistently high ratings, glowing reviews, and unforgettable flavors, this local favorite is more than just a place to grab a bite, it’s a community staple and a destination for sandwich lovers far and wide.\u003c/p>\n\n\u003cp>Yelp’s rankings are no small feat, weighing a blend of review volume, star ratings, and genuine customer feedback to highlight the best of the best. This particular Illinois shop checks all the boxes, serving up fresh ingredients, inventive combinations, and a welcoming atmosphere that keeps people coming back.\u003c/p>\n\n\u003cp>According to \u003cem>Yelp’s Top 100 Sandwich Shops of 2025\u003c/em>, the best place to order a sandwich \u003ca href=\"https://www.iheart.com/content/2025-07-28-popular-sweet-treat-recalled-across-illinois-poses-deadly-health-risk/\" target=\"_blank\">in Illinois\u003c/a> is \u003cstrong>Omarcitos Latin Cafe\u003c/strong> in Chicago. \u003c/p>\n\n\u003cp>Here's what \u003cem>Yelp\u003c/em> had to say about compiling the data to discover the best sandwich shops across the country:\u003c/p>\n\n\u003cblockquote>"This is an all-time list of the Top 100 Sandwich Shops in the US according to Yelp. We identified businesses in the sandwich category on Yelp, then ranked those spots using a number of factors, including the total volume and ratings of reviews. When available, all businesses on this list have a passing health score as of May 9, 2025."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.yelp.com/article/top-100-sandwich-shops-2025\" target=\"_blank\">\u003cem>Yelp’s Top 100 Sandwich Shops of 2025\u003c/em>\u003c/a> for a full list of America's best sandwich shops!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Yelp","keywords/community staple","keywords/shop","keywords/Illinois","keywords/spot","keywords/Top 100 sandwich Shops","keywords/Top 100 Sandwich Shops","keywords/sandwich","keywords/sandwiches","keywords/state"],"permalink":"https://v103.iheart.com/content/2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025/","primary_image":{"bucket":"new_assets","id":"%2F688a81475f812abfb97a120e"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1753907880000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","social_title":"","summary":"Does this shop serve your FAVORITE sandwich?! ","targets":[{"categories":["categories/local-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/content"],"distribution":["markets/CHICAGO-IL"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Beloved Illinois Spot Named Among 'Top 100 Sandwich Shops' In US For 2025"},"slug":"2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688a81475f812abfb97a120e","title":"Beloved Illinois Spot Named Among 'Top 100 Sandwich Shops' In US For 2025","description":"Does this shop serve your FAVORITE sandwich?! ","author":"Logan DeLoye"},"pub_start":1753907880000,"pub_until":4115978604802,"pub_changed":1753908651607,"subscription":[{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["categories/local-news","brands/iHeartRadio"]},{"tags":["categories/local-news","markets/CHICAGO-IL"]},{"tags":["syndications/content","markets/CHICAGO-IL"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688a7dbc5f812abfb97a1202","slug:2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","slug:2025-07-30-beloved-illinois-spot-named-among-top-100-sandwich-shops-in-us-for-2025","keyword:keywords/Yelp","keyword:keywords/community staple","keyword:keywords/shop","keyword:keywords/Illinois","keyword:keywords/spot","keyword:keywords/Top 100 sandwich Shops","keyword:keywords/Top 100 Sandwich Shops","keyword:keywords/sandwich","keyword:keywords/sandwiches","keyword:keywords/state","author:user"]}},{"id":"%2F688a7679fdb51d54b0d5b13f","type":"PUBLISHING","record":{"ref_id":"%2F688a7679fdb51d54b0d5b13f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"ea0be92f-5a13-410d-9c26-88e94ba5edbd","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F105-savor-28019899%2F","@url":"https://www.iheart.com/podcast/105-savor-28019899/","author_name":"Savor","author_url":"https://www.iheart.com/podcast/105-savor-28019899/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Savor\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/?embed=true&cid=oembed&keyid%5B0%5D=Savor&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzZhZWEzNjg2LThkNzAtNGU4ZC1hODQ4LWFlMjcwMTc0N2UxNS9pbWFnZS5qcGc_dD0xNzUzMTI5ODA4JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"Savor","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Savor\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/105-savor-28019899/?embed=true&cid=oembed&keyid%5B0%5D=Savor&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/105-savor-28019899/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"The texture is a small cracker made of cookies in the form of a fish.","id":"%2F688a76c0fdb51d54b0d5b14c","new_tab":false,"schedule":{},"source_credit":"iStockphoto","title":"The texture is a small cracker made of cookies in the form of a fish.","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Pumpkin spice season is quickly approaching, and Goldfish isn’t wasting any time. \u003c/p>\n\n\u003cp>After a year-long hiatus, Goldfish Dunkin’ Pumpkin Spice Grahams are making a cozy comeback this August, just in time to satisfy early cravings for fall flavors.\u003c/p>\n\n\u003cp>\u003cstrong>Mike Fanelli\u003c/strong>, Senior Director at Goldfish, assured the brand is thrilled about the collab and \u003ca href=\"https://www.iheart.com/content/2024-10-23-goldfish-makes-shocking-name-change-to-appeal-to-adult-snackers/\" target=\"_blank\">the return\u003c/a> of the beloved fall flavor. \u003c/p>\n\n\u003cp>"Pumpkin spice is a must-have for fall, and we are thrilled to be bringing back Goldfish® Dunkin’™ Pumpkin Spice Grahams after taking a year off. We’re excited to be teaming up with Dunkin’® for the return of this fan-favorite fall flavor—back for a limited time only."\u003c/p>\n\n\u003cp>The iconic fish-shaped Grahams combine notes of pumpkin, donut glaze, and warm spices like cinnamon, cloves, and nutmeg. It's essentially a pumpkin spice donut in one crunchy, snack-able bite, according to a press release. Shoppers will be able to find them nationwide, including on Amazon, and at Target and Walmart for $3.69. \u003c/p>\n\n\u003cp>This flavor joins the ever-evolving Goldfish Grahams lineup, alongside Cinnamon Roll, Strawberry Shortcake, and Vanilla Cupcake. The brand continues to stir excitement with \u003ca href=\"https://www.iheart.com/content/2025-06-04-goldfish-releases-first-of-its-kind-flavor-that-tastes-just-like/\" target=\"_blank\">fun collabs\u003c/a> featuring Hello Kitty, Elf, and Harry Potter.\u003c/p>\n\n\u003cp>With Google searches for pumpkin spice kicking off in June this year, it’s clear: fans are ready. And so is Goldfish! \u003c/p>\n\n\u003cp>Let pumpkin spice season commence!\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDMtE3nopvY_%2F%3Fhl%3Den","@url":"https://www.instagram.com/p/DMtE3nopvY_/?hl=en","author_name":"goldfishsmiles","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DMtE3nopvY_/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DMtE3nopvY_/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DMtE3nopvY_/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by The official Goldfish® brand (@goldfishsmiles)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":800,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/524918103_1779382565988821_5402034436579559121_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=105&_nc_oc=Q6cZ2QEc_-ekZx1yR9yoBImGzlOpXvOA9LvV2qndwm7d2E-w6mWmlu9TC8-AosVWcZL-kB0&_nc_ohc=kFqL6hpo1_0Q7kNvwGvJkJz&_nc_gid=BZJC3Xk_uLJTTTCHZrgz3w&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfR6WavD5Fgz_BJRiJpzfwuYZCyJvwtB-mTTna9FgBBIfA&oe=6890357F&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DMtE3nopvY_/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DMtE3nopvY_/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DMtE3nopvY_/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by The official Goldfish® brand (@goldfishsmiles)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DMtE3nopvY_/?hl=en"}],"canonical_url":"https://www.iheart.com/content/2025-07-30-goldfish-announces-highly-anticipated-return-of-fan-favorite-fall-flavor/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Goldfish","keywords/Grahams","keywords/Pumpkin Spice White Crème Pretzel Crisps","keywords/comeback","keywords/Pumpkin spice season","keywords/hiatus","keywords/Dunkin'TM Pumpkin Spice Grahams","keywords/Goldfish®","keywords/Pumpkin spice","keywords/Mike Fanelli"],"permalink":"https://v103.iheart.com/content/2025-07-30-goldfish-announces-highly-anticipated-return-of-fan-favorite-fall-flavor/","primary_image":{"bucket":"new_assets","id":"%2F688a76c0fdb51d54b0d5b14c"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753905240000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-30-goldfish-announces-highly-anticipated-return-of-fan-favorite-fall-flavor","social_title":"","summary":"Prepare for the return of the...","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Goldfish Announces Highly-Anticipated Return Of Fan-Favorite Fall Flavor"},"slug":"2025-07-30-goldfish-announces-highly-anticipated-return-of-fan-favorite-fall-flavor","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688a76c0fdb51d54b0d5b14c","title":"Goldfish Announces Highly-Anticipated Return Of Fan-Favorite Fall Flavor","description":"Prepare for the return of the...","author":"iHeartRadio"},"pub_start":1753905240000,"pub_until":4115978604802,"pub_changed":1753905809552,"subscription":[{"tags":["categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688a7679fdb51d54b0d5b13f","slug:2025-07-30-goldfish-announces-highly-anticipated-return-of-fan-favorite-fall-flavor","slug:2025-07-30-goldfish-announces-highly-anticipated-return-of-fan-favorite-fall-flavor","keyword:keywords/Goldfish","keyword:keywords/Grahams","keyword:keywords/Pumpkin Spice White Crème Pretzel Crisps","keyword:keywords/comeback","keyword:keywords/Pumpkin spice season","keyword:keywords/hiatus","keyword:keywords/Dunkin'TM Pumpkin Spice Grahams","keyword:keywords/Goldfish®","keyword:keywords/Pumpkin spice","keyword:keywords/Mike Fanelli","author:user"]}},{"id":"%2F688a6d12d45b3317127b7c4d","type":"PUBLISHING","record":{"ref_id":"%2F688a6d12d45b3317127b7c4d","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Jovonne Ledet","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Flive%2Fblack-information-network-8666%2F","@url":"https://www.iheart.com/live/black-information-network-8666/","author_name":"Black Information Network","author_url":"https://www.iheart.com/live/black-information-network-8666/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Black Information Network\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/live/black-information-network-8666/?embed=true&cid=oembed&keyid%5B0%5D=Black%20Information%20Network&sc=live_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/re/new_assets/5efb56ce92bde4af7401a1a9?ops=fit(300%2C300)","thumbnail_width":300,"title":"Black Information Network","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Black Information Network\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/live/black-information-network-8666/?embed=true&cid=oembed&keyid%5B0%5D=Black%20Information%20Network&sc=live_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/live/black-information-network-8666/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Former US Vice President Kamala Harris speaks at the Emerge 20th Anniversary Gala in San Francisco, California, on April 30, 2025. (Photo by Camille Cohen / AFP) (Photo by CAMILLE COHEN/AFP via Getty Images) ","id":"%2F688a6d6b61f6ebfce871f803","new_tab":false,"schedule":{},"source_credit":"CAMILLE COHEN / AFP / Getty Images","title":"US-POLITICS-HARRIS","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Former Vice President \u003ca href=\"https://www.binnews.com/content/2025-07-28-trump-calls-for-prosecution-of-beyonc-over-nonexistent-11m-payment/\" data-content-id=\"/688787d20260dd61bba49c2b\">\u003cstrong>Kamala Harris\u003c/strong>\u003c/a> has shut down the idea of \u003ca href=\"https://www.binnews.com/content/2025-01-16-kamala-harris-next-potential-move-revealed/\" target=\"_blank\">running for California governor\u003c/a> as speculation continues over what her next move will be after the 2024 presidential election.\u003c/p>\n\n\u003cp>On Wednesday (July 30), Harris released a statement announcing her decision to forgo a bid for California governor.\u003c/p>\n\n\u003cp>“In recent months, I have given serious thought to asking the people of California for the privilege to serve as their governor,” Harris said. “I love this state, its people, and its promise. It is my home. But after deep reflection, I’ve decided that I will not run for Governor in this election.”\u003c/p>\n\n\u003cp>“I have extraordinary admiration and respect for those who dedicate their lives to public service — service to their communities and to our nation,” she said. “At the same time, we must recognize that our politics, our government, and our institutions have too often failed the American people, culminating in this moment of crisis. As we look ahead, we must be willing to pursue change through new methods and fresh thinking — committed to our same values and principles, but not bound by the same playbook.”\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FKamalaHarris%2Fstatus%2F1950633431945379888%3Fref_src%3Dtwsrc%255Egoogle%257Ctwcamp%255Eserp%257Ctwgr%255Etweet","@url":"https://x.com/KamalaHarris/status/1950633431945379888?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet","author_name":"Kamala Harris","author_url":"https://twitter.com/KamalaHarris","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">My statement on the California governor's race and the fight ahead. \u003ca href=\"https://t.co/HYzK1BIlhD\">pic.twitter.com/HYzK1BIlhD\u003c/a>\u003c/p>— Kamala Harris (@KamalaHarris) \u003ca href=\"https://twitter.com/KamalaHarris/status/1950633431945379888?ref_src=twsrc%5Etfw\">July 30, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/KamalaHarris/status/1950633431945379888","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">My statement on the California governor's race and the fight ahead. \u003ca href=\"https://t.co/HYzK1BIlhD\">pic.twitter.com/HYzK1BIlhD\u003c/a>\u003c/p>— Kamala Harris (@KamalaHarris) \u003ca href=\"https://twitter.com/KamalaHarris/status/1950633431945379888?ref_src=twsrc%5Etfw\">July 30, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/KamalaHarris/status/1950633431945379888?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet"},{"html":"\u003cp>In her statement, Harris added that she will be focused on "listening to the American people" rather than seeking elected office.\u003c/p>\n\n\u003cp>“For now, my leadership — and public service — will not be in elected office. I look forward to getting back out and listening to the American people, helping elect Democrats across the nation who will fight fearlessly, and sharing more details in the months ahead about my own plans," the former vice president said.\u003c/p>\n\n\u003cp>Harris had reportedly been weighing a gubernatorial run, another White House bid, and other ways to remain civically engaged without an elected office since her defeat to \u003cstrong>Donald Trump\u003c/strong> in the November election. The former VP appeared to be a top contender to succeed California Gov. \u003cstrong>Gavin Newsom\u003c/strong> with strong approval ratings among the party and a national fundraising network.\u003c/p>\n\n\u003cp>Harris' decision not to run for governor now leaves the possibility for a 2028 presidential bid open.\u003c/p>\n\n\u003cp>\u003cstrong>\u003cem>The Black Information Network is your source for Black News! Get the latest news 24/7 on The Black Information Network. Listen now on the \u003c/em>\u003c/strong>\u003ca href=\"https://www.binnews.com/apps/\" target=\"_blank\">\u003cu>\u003cstrong>\u003cem>iHeartRadio app\u003c/em>\u003c/strong>\u003c/u>\u003c/a>\u003cstrong>\u003cem> or click \u003c/em>\u003c/strong>\u003ca href=\"https://www.iheart.com/live/black-information-network-8666/\" target=\"_blank\">\u003cu>\u003cstrong>\u003cem>HERE\u003c/em>\u003c/strong>\u003c/u>\u003c/a>\u003cstrong>\u003cem> \u003c/em>\u003c/strong>\u003cstrong>to tune in live.\u003c/strong>\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.binnews.com/content/2025-07-30-kamala-harris-says-shes-not-running-for-california-governor/","cuser":"user/ldap/1133437","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/BIN"],"permalink":"https://v103.iheart.com/content/2025-07-30-kamala-harris-says-shes-not-running-for-california-governor/","primary_image":{"bucket":"assets.getty","id":"%2F688a6d6b61f6ebfce871f803"},"primary_target":{"categories":["categories/national-news"],"distribution":["formats/BINNEWS"]},"publish_date":1753903620000,"publish_end_date":4115978604802,"publish_origin":"brands/BIN-IP","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-30-kamala-harris-says-shes-not-running-for-california-governor","social_title":"","summary":"Former Vice President Kamala Harris has shut down the idea of running for California governor as speculation continues over what her next move will be after 2024 presidential election.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/HIPHOPRNB","formats/RNB"]}],"title":"Kamala Harris Says She's Not Running For California Governor"},"slug":"2025-07-30-kamala-harris-says-shes-not-running-for-california-governor","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688a6d6b61f6ebfce871f803","title":"Kamala Harris Says She's Not Running For California Governor","description":"Former Vice President Kamala Harris has shut down the idea of running for California governor as speculation continues over what her next move will be after 2024 presidential election.","author":"Jovonne Ledet"},"pub_start":1753903620000,"pub_until":4115978604802,"pub_changed":1753904360857,"subscription":[{"tags":["categories/national-news","formats/BINNEWS"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/HIPHOPRNB","formats/RNB"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/BIN-IP","id:/688a6d12d45b3317127b7c4d","slug:2025-07-30-kamala-harris-says-shes-not-running-for-california-governor","slug:2025-07-30-kamala-harris-says-shes-not-running-for-california-governor","keyword:keywords/BIN","author:user"]}},{"id":"%2F688a52b3818cf2bf1b2933a0","type":"PUBLISHING","record":{"ref_id":"%2F688a52b3818cf2bf1b2933a0","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"bf0f1b18-4779-4b13-a0aa-3a7e99ad3882","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Tony M. Centeno","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/1119-amy-robach-tj-holmes-pres-275763815/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/1119-amy-robach-tj-holmes-pres-275763815/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/1119-amy-robach-tj-holmes-pres-275763815/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-amy-robach-tj-holmes-pres-275763815/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F688a538d818cf2bf1b2933bd","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>President Donald Trump is reportedly contemplating granting a pardon for \u003ca href=\"https://www.iheart.com/artist/diddy-58652/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"58652\" data-catalog-related-id=\"\">\u003cstrong>Sean "Diddy" Combs\u003c/strong>\u003c/a>. \u003cbr />\u003cbr />According to a report \u003ca href=\"https://deadline.com/2025/07/combs-pardon-trump-seriously-considering-1236468313/\" target=\"_blank\">\u003cstrong>\u003cem>Deadline\u003c/em>\u003c/strong>\u003c/a> published on Tuesday, July 29, the president is "seriously considering" giving Combs a full pardon ahead of the artist's sentencing hearing. Trump previously teased the possibility of granting Combs a pardon two months ago while the mogul was on trial. After associates of Combs approached the White House with the request, the discussion surrounding a potential pardon for the Bad Boy Records founder has gained traction recently. Combs' defense team didn't comment on the situation, and the White House isn't speaking on it either. \u003c/p>\n\n","schedule":{},"type":"html"},{"html":"\u003cp>"The White House will not comment on the existence or nonexistence of any clemency request,” an official from the Trump Administration told \u003cem>Deadline\u003c/em>. \u003cbr />\u003cbr />Combs was convicted on two counts of transportation to engage in prostitution after he flew male escorts in to participate in his freak-offs with his former girlfriends, Casandra "Cassie" Ventura and "Jane," for over a decade. The veteran music executive faces a maximum of 20 years in prison, which is 10 years per count. However, it's more than likely that Combs won't get the maximum sentence. Federal prosecutors previously stated the sentencing guidelines should start at four years and three months, while Combs' attorneys said it should start at 21 months. \u003cbr />\u003cbr />The mogul's defense team is not involved with the effort to seek a presidential pardon, but they're still actively working on getting him out of jail. Earlier this week, Combs' lawyers filed \u003ca href=\"https://www.iheart.com/content/2025-07-29-diddy-files-new-motion-for-bail-ahead-of-sentencing-hearing/\" target=\"_blank\">\u003cstrong>a new motion for bail\u003c/strong>\u003c/a>. They argued that people who are convicted of violating the Mann Act are usually released from custody ahead of their sentencing. \u003cbr />\u003cbr />Combs' bail package consists of a $50 million bond that uses the artist's estate in Florida as collateral and will be co-signed by three "financially responsible people." He must also surrender his passport and limit his travel from his home in Miami to the Southern District of New York. His attorneys are also open to other pre-trial conditions, including home detention, electronic surveillance, and more. Combs is scheduled to be sentenced on October 3. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-30-trump-reportedly-seriously-considering-presidential-pardon-for-diddy/","cuser":"user/ldap/1133095","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Diddy","keywords/Donald Trump"],"permalink":"https://v103.iheart.com/content/2025-07-30-trump-reportedly-seriously-considering-presidential-pardon-for-diddy/","primary_image":{"bucket":"new_assets","id":"%2F688a538d818cf2bf1b2933bd"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/HIPHOPRNB","formats/CHRRHYTHMIC","formats/CHRPOP","formats/RNB","formats/NEWSTALK"]},"publish_date":1753898340000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"Trump Reportedly 'Seriously Considering' Presidential Pardon For Diddy","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-30-trump-reportedly-seriously-considering-presidential-pardon-for-diddy","social_title":"Trump Reportedly 'Seriously Considering' Presidential Pardon For Diddy","summary":"President Donald Trump is reportedly contemplating a pardon for Diddy ahead of his sentencing hearing ","targets":[{"categories":["categories/music-news"],"distribution":["artists/Diddy (58652)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Trump Reportedly 'Seriously Considering' Presidential Pardon For Diddy"},"slug":"2025-07-30-trump-reportedly-seriously-considering-presidential-pardon-for-diddy","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688a538d818cf2bf1b2933bd","title":"Trump Reportedly 'Seriously Considering' Presidential Pardon For Diddy","description":"President Donald Trump is reportedly contemplating a pardon for Diddy ahead of his sentencing hearing ","author":"Tony M. Centeno"},"pub_start":1753898340000,"pub_until":4115978604802,"pub_changed":1753901392978,"subscription":[{"tags":["categories/music-news","formats/HIPHOPRNB","formats/CHRRHYTHMIC","formats/CHRPOP","formats/RNB","formats/NEWSTALK"]},{"tags":["categories/music-news","artists/Diddy (58652)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688a52b3818cf2bf1b2933a0","slug:2025-07-30-trump-reportedly-seriously-considering-presidential-pardon-for-diddy","slug:2025-07-30-trump-reportedly-seriously-considering-presidential-pardon-for-diddy","keyword:keywords/Diddy","keyword:keywords/Donald Trump","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":12,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":null}}},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]},"statusCode":200,"tagsSet":[]},"device":{"_userAgent":"meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)","_navigator":null,"enableHeaderSearch":null},"player":{"loaded":false,"externalAction":{"_subscriptions":[]},"overrideConfig":null,"defaultId":null,"overrideId":null,"ready":false,"playback":false,"inProgress":false,"iframeUrl":""},"gptReady":false}</script>
<script>window.SDK = { environment:
{"APTIVADA_SDK_HOST":"campaign.aptivada.com","AB_TEST_HOST":"https://api.iheart.com/api/v3/abtest","OUTBRAIN_WIDGET_URL":"https://widgets.outbrain.com/outbrain.js","OUTBRAIN_PIXEL_URL":"https://amplifypixel.outbrain.com/pixel?mid=004d2133385513d6a3dbfd9993b43474ab","TIKTOK_WIDGET_URL":"https://www.tiktok.com/embed.js","LIVERAMP_LIBRARY_URL":"https://ats.rlcdn.com/ats.js","FACEBOOK_SDK_URL":"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2","GOOGLE_CSE_ACCOUNT_ID":"009224462050322586572:lr5vgdqoe5k","GOOGLE_CSE_AD_ID":"pub-4066651230054012","GOOGLE_CSE_MAX_RESULTS":"10","AMP_HOST":"us.api.iheart.com","DEFAULT_IMAGE":"https://i.iheart.com/v3/re/new_assets/2672c89f-91de-4d1b-b9a9-6284b1e2c8f8","DEFAULT_TIMEZONE":"America/New_York","DEP_SITES_HOST":"","DEP_HTL_HOST":"htl.radioedit.iheart.com","DEP_WEBAPI_HOST":"webapi.radioedit.iheart.com","DEP_PWS_HOST":"pws.radioedit.iheart.com","DEP_GENERATOR_RSS":"","DEP_GENERATOR_SITEMAP":"","IMAGE_HOST":"i.iheart.com","LOG_LEVEL":"info","NODE_ENV":"production","ONETRUST_HOST":"https://cdn.cookielaw.org","ONETRUST_CONSENT_PATH":"https://cdn.cookielaw.org/consent","ONETRUST_IAB_URL":"https://cdn.cookielaw.org/opt-out/otCCPAiab.js","ONETRUST_TOKEN_URL":"https://tv47clj0la.execute-api.us-east-1.amazonaws.com/production/generatetoken?identifier=","ENVIRONMENT":"production","PROTOCOL":"https","GOOGLE_MAPS_API_KEY":"AIzaSyA7WQvMsISHIyotCPatRBwrgHNN9ohKqQE","NATIONAL_SITE_URL":"https://www.iheart.com","COAST_RECAPTCHA_V3_PUBLIC_KEY":"6LceYMcZAAAAAEe_L5pj14w8_cdc4p8pNzDzcIKe","COAST_RECURLY_PUBLIC_KEY":"ewr1-9VtuFVKJS0oVy7hcAVWlGK","IHEART_HELP_SITE":"//help.iheart.com","IHEART_HELP_SITE_CONTEST":"//help.iheart.com/hc/en-us/sections/205969087-Contests","PODCAST_EMBED_KEYID":"AutomatedPodcasts","WEB_ACCOUNT_HOST":"https://account.iheart.com","OAUTH_SIGNUP_PATH":"/sign-up/","OAUTH_LOGIN_PATH":"/login/","OAUTH_INFERNO_LOGOUT_PATH":"/auth/logout","OAUTH_INFERNO_PROFILE_PATH":"/auth/profile","DEP_API_HOST":"api.radioedit.iheart.com","YOURCHOICE_ICON":"http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684","AD_ICON":"https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca","POSTUP_CONTACT_TEMPLATE_ID":"3","WWW_AUTH_HOST":"https://www.iheart.com","IHR_AUTH_SDK":"https://www.iheart.com/sdk/sdk.js","DEP_CONTENT_HOST":"content.radioedit.iheart.com","CCPA_OPTOUT_URL":"https://www.iheart.com/optout/","AMAZON_PUBLISHER_ID":"3901","REQUEST_TIMEOUT":"15000","ADOBE_LAUNCH_LIBRARY":"//assets.adobedtm.com/dba7b4ad2c8b/773677a854c8/launch-381fe6c887eb.min.js","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","MAX_AGE_HEADERS":"2592000000","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","COMSCORE_CLIENT_ID":"6036262","GOOGLE_RECAPTCHA_V3_PUBLIC_KEY":"6LdKHHoaAAAAAEBsW-KyjdE16eKLZJv5QHy-P5aQ","DEP_GENERATOR_SITEMAP_HOST":"generator-sitemap.radioedit.iheart.com"}};
</script>
<script>
// This needs to be here so it is loaded before lazysizes.
// Lazysizes loads thanks to webpack, before any app code is run.
// https://github.com/aFarkas/lazysizes#js-api
window.lazySizesConfig = window.lazySizesConfig || {};
window.lazySizesConfig.init = false;
// CCPA Compliance
window.deferAnalyticsVendorBeacons = false;
</script>
<script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">["packages-renderer-shared-ui-src-elements-MagicLink-component","src_app_core_chrome_AppTray_component_tsx-src_app_core_chrome_HeaderSearch_component_tsx-src_-b801d3","local","core-components-tiles-OnairTileLoader-component","core-page-blocks-datasource-DatasourceLoader-component","packages_renderer_shared_core_src_lib_ads_ts","Datasource-component","Grid-component","ContentFeedItem-component","LeadFeedItem-component","components-tiles-ContentTile-component","core-page-blocks-music-MusicTile-component","ShowCollection-component","Heading-component","Show-component","core-page-blocks-podcast-PodcastsLoader-component","LoadMoreFromCursor-component","core-page-blocks-datasource-DatasourceTileLoader-component","FauxButton-component","core-page-blocks-contest-KeywordContestLoader-component","Eyebrow-component","vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js","Podcasts-component","ImageTile-component","Card-component","AptivadaKeywordContest-component"]</script><script id="__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json">{"namedChunks":["local","packages-renderer-shared-ui-src-elements-MagicLink-component","core-components-tiles-OnairTileLoader-component","core-page-blocks-datasource-DatasourceLoader-component","Datasource-component","Grid-component","ContentFeedItem-component","LeadFeedItem-component","components-tiles-ContentTile-component","core-page-blocks-music-MusicTile-component","ShowCollection-component","Heading-component","Show-component","core-page-blocks-podcast-PodcastsLoader-component","LoadMoreFromCursor-component","core-page-blocks-datasource-DatasourceTileLoader-component","FauxButton-component","core-page-blocks-contest-KeywordContestLoader-component","Eyebrow-component","Podcasts-component","ui-ImageTile-component","Card-component","AptivadaKeywordContest-component"]}</script>
<script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/runtime.5c38c75fa14e89967971.js"></script>
<script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/vendor.51fc23b5373e910f4a24.js"></script>
<script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/bundle.fcd21625a257928b01e0.js"></script>
<script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/packages-renderer-shared-ui-src-elements-MagicLink-component.067528077d2036c348df.js"></script>
<script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/src_app_core_chrome_AppTray_component_tsx-src_app_core_chrome_HeaderSearch_component_tsx-src_-b801d3.a1317e0f9342bf8c747f.js"></script>
<script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/local.ebca40387bc6507a0acd.js"></script>
<script async data-chunk="core-components-tiles-OnairTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-components-tiles-OnairTileLoader-component.22fd96ce3a97461201e5.js"></script>
<script async data-chunk="core-page-blocks-datasource-DatasourceLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-datasource-DatasourceLoader-component.f48ec165e3da9a949f55.js"></script>
<script async data-chunk="Datasource-component" src="https://static.inferno.iheart.com/inferno/scripts/packages_renderer_shared_core_src_lib_ads_ts.7c42290bb72cfa9c15d7.js"></script>
<script async data-chunk="Datasource-component" src="https://static.inferno.iheart.com/inferno/scripts/Datasource-component.1423c7d635806130822c.js"></script>
<script async data-chunk="Grid-component" src="https://static.inferno.iheart.com/inferno/scripts/Grid-component.48dae21730bceb9ee5e7.js"></script>
<script async data-chunk="ContentFeedItem-component" src="https://static.inferno.iheart.com/inferno/scripts/ContentFeedItem-component.a58f9b17ed1802cd6512.js"></script>
<script async data-chunk="LeadFeedItem-component" src="https://static.inferno.iheart.com/inferno/scripts/LeadFeedItem-component.f9b025ed7a795a039e16.js"></script>
<script async data-chunk="components-tiles-ContentTile-component" src="https://static.inferno.iheart.com/inferno/scripts/components-tiles-ContentTile-component.e418b3821c33ef4d51dd.js"></script>
<script async data-chunk="core-page-blocks-music-MusicTile-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-music-MusicTile-component.ee3234ca914dd952a1c0.js"></script>
<script async data-chunk="ShowCollection-component" src="https://static.inferno.iheart.com/inferno/scripts/ShowCollection-component.9692637de0ea45061f03.js"></script>
<script async data-chunk="Heading-component" src="https://static.inferno.iheart.com/inferno/scripts/Heading-component.ea88c81b8d34c977158c.js"></script>
<script async data-chunk="Show-component" src="https://static.inferno.iheart.com/inferno/scripts/Show-component.7f0dafb91f97b90e8cff.js"></script>
<script async data-chunk="core-page-blocks-podcast-PodcastsLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-podcast-PodcastsLoader-component.c847d80e9aa862b03d51.js"></script>
<script async data-chunk="LoadMoreFromCursor-component" src="https://static.inferno.iheart.com/inferno/scripts/LoadMoreFromCursor-component.bb890d9dab9374f42e37.js"></script>
<script async data-chunk="core-page-blocks-datasource-DatasourceTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-datasource-DatasourceTileLoader-component.05d77890dc9884cc76e2.js"></script>
<script async data-chunk="FauxButton-component" src="https://static.inferno.iheart.com/inferno/scripts/FauxButton-component.6f17f4f82d52801c5c49.js"></script>
<script async data-chunk="core-page-blocks-contest-KeywordContestLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-contest-KeywordContestLoader-component.5e0cc4120d526a5ea860.js"></script>
<script async data-chunk="Eyebrow-component" src="https://static.inferno.iheart.com/inferno/scripts/Eyebrow-component.533482f1ba2c4fcd4202.js"></script>
<script async data-chunk="Podcasts-component" src="https://static.inferno.iheart.com/inferno/scripts/vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js.05cdd4f29edec5e3d7e3.js"></script>
<script async data-chunk="Podcasts-component" src="https://static.inferno.iheart.com/inferno/scripts/Podcasts-component.8cd764919ecb5b153621.js"></script>
<script async data-chunk="ui-ImageTile-component" src="https://static.inferno.iheart.com/inferno/scripts/ImageTile-component.b3ff14a77346457b64fe.js"></script>
<script async data-chunk="Card-component" src="https://static.inferno.iheart.com/inferno/scripts/Card-component.24dee8840408569eb2c3.js"></script>
<script async data-chunk="AptivadaKeywordContest-component" src="https://static.inferno.iheart.com/inferno/scripts/AptivadaKeywordContest-component.d932ebf2afeb78ef5324.js"></script>
</body>
</html>