301 http status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 http status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: wlit.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!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="components-catalog-TrackList-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/components-catalog-TrackList-component.626e2b289929900208bd.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: "Mulish","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --gradient-start: hsl(208,73.1%,7.399999999999999%); --gradient-stop: hsl(208,73.1%,1.3999999999999986%); --accent-color: #0e365a; --darkFooterColor: hsl(208,73.1%,5.399999999999999%); --premiere-footer-dark-color:var(--darkFooterColor); }</style> <title data-rh="true">93.9 LITE FM - Chicago’s Relaxing Favorites</title> <link data-rh="true" rel="shortcut icon" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><link data-rh="true" rel="canonical" type="" title="" href="https://939litefm.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="#0e365a"/><meta data-rh="true" property="og:title" content="93.9 LITE FM - Chicago’s Relaxing Favorites"/><meta data-rh="true" property="twitter:title" content="93.9 LITE FM - Chicago’s Relaxing Favorites"/><meta data-rh="true" itemprop="name" content="93.9 LITE FM - Chicago’s Relaxing Favorites"/><meta data-rh="true" name="parsely-title" content="93.9 LITE FM - Chicago’s Relaxing Favorites"/><meta data-rh="true" name="description" content="93.9 LITE FM 21 Years Of Chicago's Christmas Station"/><meta data-rh="true" property="og:description" content="93.9 LITE FM 21 Years Of Chicago's Christmas Station"/><meta data-rh="true" property="twitter:description" content="93.9 LITE FM 21 Years Of Chicago's Christmas Station"/><meta data-rh="true" itemprop="description" content="93.9 LITE FM 21 Years Of Chicago's Christmas Station"/><meta data-rh="true" name="keywords" content="93.9 MY FM, Chicago, MYFM, Mick Lee, Cubby, Mario Lopez, variety, radio, music, P!NK, Bon Jovi, Katy Perry, Bruno Mars, Kelly Clarkson, Maroon 5, LITE FM, LITE FM CHICAGO, lite fm, lite fm chicago, 93.9 lite fm, 939 lite fm, 93.9 light fm, 939 light fm, light fm chicago, lite fm chicago"/><meta data-rh="true" name="parsely-tags" content="93.9 MY FM, Chicago, MYFM, Mick Lee, Cubby, Mario Lopez, variety, radio, music, P!NK, Bon Jovi, Katy Perry, Bruno Mars, Kelly Clarkson, Maroon 5, LITE FM, LITE FM CHICAGO, lite fm, lite fm chicago, 93.9 lite fm, 939 lite fm, 93.9 light fm, 939 light fm, light fm chicago, lite fm chicago"/><meta data-rh="true" property="og:url" content="https://939litefm.iheart.com/"/><meta data-rh="true" property="twitter:url" content="https://939litefm.iheart.com/"/><meta data-rh="true" itemprop="url" content="https://939litefm.iheart.com/"/><meta data-rh="true" name="parsely-link" content="https://939litefm.iheart.com/"/><meta data-rh="true" name="thumbnail" content="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" name="parsely-image-url" content="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" itemprop="image" content="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" property="og:type" content="website"/><meta data-rh="true" name="parsely-type" content="sectionpage"/><meta data-rh="true" property="twitter:card" content="Summary"/><meta data-rh="true" property="twitter:site" content="@LITEFMChicago"/><meta data-rh="true" property="twitter:creator" content="@LITEFMChicago"/><meta data-rh="true" property="twitter:domain" content="939litefm.iheart.com"/><meta data-rh="true" property="og:site_name" content="93.9 LITE FM"/><meta data-rh="true" name="application-name" content="93.9 LITE FM"/><meta data-rh="true" property="fb:pages" content="150185415015145"/><meta data-rh="true" name="google-site-verification" content="p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso"/><meta data-rh="true" name="parsely-section" content="topic"/> <script> function initializeIHRSDK() { window.IHR?.initializeSync({ alwaysPrompt: true, container: 'ihr-auth-container', embed: true, ampHost: 'https://us.api.iheart.com/api/', host: 'https://www.iheart.com', iframeId: 'ihr-frame', }); window.IHR_READY = true; console.info("IHR Auth SDK Loaded & Initialized from HEAD"); } </script> <script async src='https://www.iheart.com/sdk/sdk.js' onload="initializeIHRSDK()"></script> </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/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="93.9 LITE FM - Chicago’s Relaxing Favorites" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?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="Melissa Forman in the Morning" tabindex="0" href="/featured/melissa-forman-in-the-morning/">Melissa Forman in the Morning</a></li><li><a aria-label="Robin Rock" tabindex="0" href="/featured/robin-rock/">Robin Rock</a></li><li><a aria-label="Mick Lee" tabindex="0" href="/featured/mick-lee/">Mick Lee</a></li><li><a aria-label="Delilah on LITE" tabindex="0" href="/featured/delilah/">Delilah on LITE</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/700-melissa-forman-on-demand-29952958/" target="_blank" rel="noopener" aria-label="Melissa Forman on Demand">Melissa Forman on Demand</a></li><li><a href="https://www.iheart.com/podcast/lighter-side-of-news-with-melissa-29787289/" target="_blank" rel="noopener" aria-label="Lighter Side of News with Melissa Forman">Lighter Side of News with Melissa Forman</a></li><li><a href="https://www.iheart.com/podcast/the-weekly-show-28286919/" target="_blank" rel="noopener" aria-label="The Weekly Show">The Weekly Show</a></li><li><a href="https://www.iheart.com/podcast/conversations-with-delilah-27935899/" target="_blank" rel="noopener" aria-label="Conversations with Delilah">Conversations with Delilah</a></li><li><a href="https://www.iheart.com/podcast/1248-northwestern-medicine-voi-119532061/" target="_blank" rel="noopener" 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 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/live/smooth-jazz-4242/" target="_self" aria-label="Smooth Jazz">Smooth Jazz</a></li><li><a href="https://www.iheart.com/podcast/1248-northwestern-medicine-voi-119532061/" target="_self" aria-label="Voices of Better Medicine">Voices of Better Medicine</a></li></ul></li><li class="menu-top-label"><a aria-label="Recently Played" tabindex="0" href="/music/recently-played/">Recently Played</a></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="Prize Pickup Info" tabindex="0" href="/contact/">Prize Pickup Info</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="Listen to Win $1,000" tabindex="0" href="/promotions/listen-to-win-1000-1759727/">Listen to Win $1,000</a></li><li><a aria-label="Melissa Forman's Teacher Salute: Nominate a Teacher for a trip to Florida!" tabindex="0" href="/promotions/melissa-formans-teacher-salute-nominate-a-1695769/">Melissa Forman's Teacher Salute: Nominate a Teacher for a trip to Florida!</a></li><li><a aria-label="Leave Us A Talkback For A Chance To See Kelly Clarkson Live In Las Vegas." tabindex="0" href="/promotions/leave-us-a-talkback-for-a-1773768/">Leave Us A Talkback For A Chance To See Kelly Clarkson Live In Las Vegas.</a></li><li><a aria-label="Enter The American Airline Ticket To Adventure For A Chance To See Billy Joel Live In DC." tabindex="0" href="/promotions/enter-the-american-airline-ticket-to-1768679/">Enter The American Airline Ticket To Adventure For A Chance To See Billy Joel Live In DC.</a></li><li><a aria-label="Get a Little Out There Giveaway" tabindex="0" href="/promotions/get-a-little-out-there-giveaway-1774549/">Get a Little Out There Giveaway</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 93.9 LITE FM</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/LITEFMChicago" 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/LITEFMChicago" 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/LITEFMChicago" 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.tiktok.com/@litefmchicago" aria-label="Visit us on tiktok" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-tiktok" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M20.7501 6.91071C19.5331 6.84196 18.3823 6.33443 17.5108 5.48214C17.0478 5.03475 16.683 4.49596 16.4394 3.9C16.1913 3.30286 16.0697 2.66078 16.0822 2.01428H12.5822V15.0179C12.5822 17.2143 11.2751 18.5107 9.65367 18.5107C9.26383 18.5197 8.87615 18.4504 8.5136 18.3068C8.15104 18.1633 7.82097 17.9484 7.54296 17.675C7.2645 17.4005 7.04247 17.0741 6.88939 16.7143C6.73851 16.3534 6.66081 15.9661 6.66081 15.575C6.66081 15.1838 6.73851 14.7966 6.88939 14.4357C7.04247 14.0759 7.2645 13.7495 7.54296 13.475C7.82097 13.2016 8.15104 12.9867 8.5136 12.8432C8.87615 12.6996 9.26383 12.6303 9.65367 12.6393C9.97636 12.6414 10.2964 12.6981 10.6001 12.8071V9.23571C10.2892 9.169 9.97165 9.13784 9.65367 9.14285C8.38222 9.14285 7.13932 9.51988 6.08215 10.2263C5.02498 10.9326 4.20101 11.9366 3.71445 13.1113C3.22788 14.286 3.10058 15.5786 3.34862 16.8256C3.59667 18.0726 4.20893 19.2181 5.10799 20.1171C6.00704 21.0162 7.1525 21.6284 8.39952 21.8765C9.64654 22.1245 10.9391 21.9972 12.1138 21.5107C13.2884 21.0241 14.2925 20.2001 14.9988 19.1429C15.7052 18.0858 16.0822 16.8429 16.0822 15.5714V8.78571C17.4634 9.70742 19.0897 10.1927 20.7501 10.1786V6.91071Z" 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/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="93.9 LITE FM - Chicago’s Relaxing Favorites" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?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 wlit-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 93.9 LITE FM 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/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Logo for 93.9 LITE FM - Chicago’s Relaxing Favorites" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></button></div><div class="OnairPlayTile-module_streamStartDetails_vOU86"><h1>93.9 LITE FM</h1><span class="OnairPlayTile-module_positioner_lTAsj">Chicago’s Relaxing Favorites</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/theresa-lucas/">Theresa Lucas</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-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-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/68250e5d3742b7648df639bf?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf?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="Local News - 'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The 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(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/local-news/">Local News</a></nav><a class="card-title" tabindex="0" href="/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state/">'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State</a><time class="component-date-display" dateTime="1747258680000">May 14, 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/melissa-forman-in-the-morning/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/"><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//6388e2355769ee354749f6b7?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//6388e2355769ee354749f6b7?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//6388e2355769ee354749f6b7?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//6388e2355769ee354749f6b7?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//6388e2355769ee354749f6b7?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="Melissa Forman's Free Ticket Tuesday" 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/melissa-forman-in-the-morning/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/">Melissa Forman's Free Ticket Tuesday</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/promotions/listen-to-win-1-000-1759062/"><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//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67fcefd79a35e0b261210299?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="Listen For Your Chance To Win!" 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="/promotions/listen-to-win-1-000-1759062/">Listen For Your Chance To Win!</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/artist/michael-jackson-6739/?autoplay=true" 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//6813d17e83087d3ebcf9e26f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//6813d17e83087d3ebcf9e26f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//6813d17e83087d3ebcf9e26f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//6813d17e83087d3ebcf9e26f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//6813d17e83087d3ebcf9e26f?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="Listen to Michael Jackson & More For Free" 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/artist/michael-jackson-6739/?autoplay=true" class="card-title" target="_blank" rel="noopener">Listen to Michael Jackson & More For Free</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-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/"><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/6824e2b1f892ed465a0de501?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501?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 - Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo" 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-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/">Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo</a><time class="component-date-display" dateTime="1747248540000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery/"><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/68249f44959870f5f9523abe?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68249f44959870f5f9523abe?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68249f44959870f5f9523abe?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68249f44959870f5f9523abe?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68249f44959870f5f9523abe?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="Entertainment News - Jamie Lee Curtis Reveals Remark That Made Her Get Regretful Plastic Surgery" 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/entertainment-news/">Entertainment News</a></nav><a class="card-title" tabindex="0" href="/content/2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery/">Jamie Lee Curtis Reveals Remark That Made Her Get Regretful Plastic Surgery</a><time class="component-date-display" dateTime="1747238100000">May 14, 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 class="component-container component-playlist tile themed-block"><header class="component-heading"><h2 class="heading-title">93.9 LITE FM Music</h2></header><div class="component-tabs"><div class="tab-controls"><ul class="tab-selector"><li class="tab active"><button class="button-text">Recently Played</button></li><li class="tab"><button class="button-text">Top Songs</button></li></ul></div><div class="tab-content"><ul class="component-track-list"><li class="track-list-item"><figure class="component-track-display type-recentlyplayed"><section class="thumb"><a href="https://www.iheart.com/artist/pnk-34748/songs/try-71153088/" 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/catalog/track/71153088?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/71153088?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/71153088?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Try by P!nk" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/pnk-34748/songs/try-71153088/" class="track-title" target="_blank" rel="noopener"><span>Try</span></a><a href="https://www.iheart.com/artist/pnk-34748/" class="track-artist" target="_blank" rel="noopener"><span>P!nk</span></a><a href="https://www.iheart.com/artist/pnk-34748/albums/the-truth-about-love-71153085/" class="track-album" target="_blank" rel="noopener"><span>The Truth About Love</span></a><time class="component-datetime-display track-time" dateTime="2025-05-15T00:06:00" data-timezone="America/Chicago">12:06 AM</time></figcaption></figure></li><li class="track-list-item"><figure class="component-track-display type-recentlyplayed"><section class="thumb"><a href="https://www.iheart.com/artist/toto-30393191/songs/africa-2519729/" 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/catalog/track/2519729?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/2519729?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/2519729?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Africa by Toto" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/toto-30393191/songs/africa-2519729/" class="track-title" target="_blank" rel="noopener"><span>Africa</span></a><a href="https://www.iheart.com/artist/toto-30393191/" class="track-artist" target="_blank" rel="noopener"><span>Toto</span></a><a href="https://www.iheart.com/artist/toto-30393191/albums/toto-iv-2515797/" class="track-album" target="_blank" rel="noopener"><span>Toto IV</span></a><time class="component-datetime-display track-time" dateTime="2025-05-15T00:01:49" data-timezone="America/Chicago">12:01 AM</time></figcaption></figure></li><li class="track-list-item"><figure class="component-track-display type-recentlyplayed"><section class="thumb"><a href="https://www.iheart.com/artist/rod-stewart-2202/songs/forever-young-1083955/" 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/catalog/track/1083955?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/1083955?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/1083955?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Forever Young by Rod Stewart" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/rod-stewart-2202/songs/forever-young-1083955/" class="track-title" target="_blank" rel="noopener"><span>Forever Young</span></a><a href="https://www.iheart.com/artist/rod-stewart-2202/" class="track-artist" target="_blank" rel="noopener"><span>Rod Stewart</span></a><a href="https://www.iheart.com/artist/rod-stewart-2202/albums/out-of-order-1083951/" class="track-album" target="_blank" rel="noopener"><span>Out of Order</span></a><time class="component-datetime-display track-time" dateTime="2025-05-14T23:57:53" data-timezone="America/Chicago">11:57 PM</time></figcaption></figure></li></ul><a class="component-button button-faux secondary small see-all" tabindex="0" href="/music/recently-played/">See All Recently Played</a></div></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/melissa-forman-in-the-morning/"><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/5e0e4688f8be5ecdf437b20c?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e0e4688f8be5ecdf437b20c?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e0e4688f8be5ecdf437b20c?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Melissa Forman in the Morning" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/melissa-forman-in-the-morning/">Melissa Forman in the Morning</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/robin-rock/"><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/5e0e46dff8be5ecdf437b212?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e0e46dff8be5ecdf437b212?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e0e46dff8be5ecdf437b212?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Robin Rock" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/robin-rock/">Robin Rock</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/mick-lee/"><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/66f6d27790c323d6cec5a3a4?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/66f6d27790c323d6cec5a3a4?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/66f6d27790c323d6cec5a3a4?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Mick Lee" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/mick-lee/">Mick Lee</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/delilah/"><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/65ca9a769a5412efa93b0548?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/65ca9a769a5412efa93b0548?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/65ca9a769a5412efa93b0548?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Delilah" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/delilah/">Delilah</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">93.9 LITE FM<!-- --> 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/700-the-weekly-show-28286919/" 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/28286919?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/28286919?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/28286919?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/28286919?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/28286919?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/28286919?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/28286919?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 Weekly Show 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 Weekly Show</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/700-melissa-forman-on-demand-29952958/" 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/29952958?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/29952958?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/29952958?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/29952958?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/29952958?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/29952958?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/29952958?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 Melissa Forman On Demand 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">Melissa Forman On Demand</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/700-lighter-side-of-news-with-29787289/" 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/29787289?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/29787289?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/29787289?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/29787289?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/29787289?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/29787289?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/29787289?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 Lighter Side Of News With Melissa Forman 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">Lighter Side Of News With Melissa Forman</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-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization/"><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/6821075a0f4ebe015e08ad69?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6821075a0f4ebe015e08ad69?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6821075a0f4ebe015e08ad69?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6821075a0f4ebe015e08ad69?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6821075a0f4ebe015e08ad69?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 - Steve Irwin's Daughter Bindi Breaks Silence On Hospitalization" 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-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization/">Steve Irwin's Daughter Bindi Breaks Silence On Hospitalization</a><time class="component-date-display" dateTime="1747226940000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-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/682396780669ea5616c2e8b6?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/682396780669ea5616c2e8b6?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/682396780669ea5616c2e8b6?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/682396780669ea5616c2e8b6?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/682396780669ea5616c2e8b6?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 Spot Named 'Most Boring Tourist Trap' 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-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state/">Popular Illinois Spot Named 'Most Boring Tourist Trap' In The Entire State</a><time class="component-date-display" dateTime="1747162440000">May 13, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model/"><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/682376407a119f26819b725b?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/682376407a119f26819b725b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/682376407a119f26819b725b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/682376407a119f26819b725b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/682376407a119f26819b725b?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 - Salma Hayek Announced As SI Swimsuit Cover Model" 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-05-13-salma-hayek-announced-as-si-swimsuit-cover-model/">Salma Hayek Announced As SI Swimsuit Cover Model</a><time class="component-date-display" dateTime="1747155300000">May 13, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-13-memorial-day-travel-poised-to-set-new-record/"><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/682375f5b72241a4d6bdad26?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/682375f5b72241a4d6bdad26?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/682375f5b72241a4d6bdad26?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/682375f5b72241a4d6bdad26?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/682375f5b72241a4d6bdad26?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 - Memorial Day Travel Poised To Set New Record" 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-05-13-memorial-day-travel-poised-to-set-new-record/">Memorial Day Travel Poised To Set New Record</a><time class="component-date-display" dateTime="1747154160000">May 13, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-13-actor-samuel-french-dead-at-45/"><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/6823603de26144d4f44f6693?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6823603de26144d4f44f6693?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6823603de26144d4f44f6693?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6823603de26144d4f44f6693?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6823603de26144d4f44f6693?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 - Actor Samuel French Dead At 45" 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-05-13-actor-samuel-french-dead-at-45/">Actor Samuel French Dead At 45</a><time class="component-date-display" dateTime="1747149120000">May 13, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us/"><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/68225d57348703ad6d6f749d?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68225d57348703ad6d6f749d?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68225d57348703ad6d6f749d?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68225d57348703ad6d6f749d?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68225d57348703ad6d6f749d?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 - 'Diverse' Illinois School District Named 'Best School District' In The US" 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-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us/">'Diverse' Illinois School District Named 'Best School District' In The US</a><time class="component-date-display" dateTime="1747083300000">May 12, 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/melissa-forman-in-the-morning/content/2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds/"><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/68248216fbd0f58a1492e254?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68248216fbd0f58a1492e254?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68248216fbd0f58a1492e254?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68248216fbd0f58a1492e254?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68248216fbd0f58a1492e254?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="Melissa Forman in the Morning - Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds" 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/melissa-forman-in-the-morning/">Melissa Forman in the Morning</a></nav><a class="card-title" tabindex="0" href="/featured/melissa-forman-in-the-morning/content/2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds/">Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds</a><time class="component-date-display" dateTime="1747222980000">May 14, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item external"><div class="thumb-container"><a tabindex="0" href="/featured/delilah/content/2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy81N2VjZjg1MS03ZGQ3LTQ1YWYtOWI1NS1iMmRiMDE0OGJmN2EvaW1hZ2UuanBnP3Q9MTc0NzA4MDE2MiZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)" data-srcset="" sizes="" alt="Delilah - THE DOOBIE BROTHERS: "Walk This Road"" class="lazyload" srcSet="" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/delilah/">Delilah</a></nav><a class="card-title" tabindex="0" href="/featured/delilah/content/2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road/">THE DOOBIE BROTHERS: "Walk This Road"</a><time class="component-date-display" dateTime="1747105200000">May 12, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/mick-lee/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/"><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/6633b43f7358755e40c850ff?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6633b43f7358755e40c850ff?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6633b43f7358755e40c850ff?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6633b43f7358755e40c850ff?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6633b43f7358755e40c850ff?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="Mick Lee - Free Ticket Tuesdays With Melissa Forman" 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/mick-lee/">Mick Lee</a></nav><a class="card-title" tabindex="0" href="/featured/mick-lee/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/">Free Ticket Tuesdays With Melissa Forman</a><time class="component-date-display" dateTime="1746619211407">May 07, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/melissa-forman-in-the-morning/content/2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor/"><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/681aa4e50de6fdd5a90ad770?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681aa4e50de6fdd5a90ad770?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681aa4e50de6fdd5a90ad770?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681aa4e50de6fdd5a90ad770?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681aa4e50de6fdd5a90ad770?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="Melissa Forman in the Morning - Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor" 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/melissa-forman-in-the-morning/">Melissa Forman in the Morning</a></nav><a class="card-title" tabindex="0" href="/featured/melissa-forman-in-the-morning/content/2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor/">Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor</a><time class="component-date-display" dateTime="1746576900000">May 06, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/melissa-forman-in-the-morning/content/2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight/"><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/681a1a31d8c5b3806ef29169?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681a1a31d8c5b3806ef29169?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681a1a31d8c5b3806ef29169?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681a1a31d8c5b3806ef29169?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681a1a31d8c5b3806ef29169?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="Melissa Forman in the Morning - You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight" 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/melissa-forman-in-the-morning/">Melissa Forman in the Morning</a></nav><a class="card-title" tabindex="0" href="/featured/melissa-forman-in-the-morning/content/2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight/">You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight</a><time class="component-date-display" dateTime="1746540900000">May 06, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/melissa-forman-in-the-morning/content/2025-04-30-lemonade-flavored-chips-have-just-been-released/"><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/6812482a76b3546a2830a51f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6812482a76b3546a2830a51f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6812482a76b3546a2830a51f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6812482a76b3546a2830a51f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6812482a76b3546a2830a51f?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="Melissa Forman in the Morning - Lemonade-Flavored Chips Have Just Been Released " 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/melissa-forman-in-the-morning/">Melissa Forman in the Morning</a></nav><a class="card-title" tabindex="0" href="/featured/melissa-forman-in-the-morning/content/2025-04-30-lemonade-flavored-chips-have-just-been-released/">Lemonade-Flavored Chips Have Just Been Released </a><time class="component-date-display" dateTime="1746028680000">Apr 30, 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-03-16-rick-springfield-i-want-my-80s-tour-june-13th/"><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/67d778c76fe974f7f1adb1cd?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/67d778c76fe974f7f1adb1cd?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/67d778c76fe974f7f1adb1cd?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/67d778c76fe974f7f1adb1cd?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/67d778c76fe974f7f1adb1cd?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 - Rick Springfield: I Want My 80s Tour - June 13th" 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-03-16-rick-springfield-i-want-my-80s-tour-june-13th/"> Rick Springfield: I Want My 80s Tour - June 13th</a><time class="component-date-display" dateTime="1749859227345">Jun 13, 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-29-theresa-caputo-live-the-experience-august-29th/"><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/680f9eaaf4b92282f315bf96?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf96?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf96?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf96?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf96?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="Entertainment - Theresa Caputo Live: The Experience - August 29th" 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/entertainment/">Entertainment</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-08-29-theresa-caputo-live-the-experience-august-29th/">Theresa Caputo Live: The Experience - August 29th</a><time class="component-date-display" dateTime="1756512000800">Aug 29, 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-09-10-the-doobie-brothers-walk-this-road-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.calendar/67ce4854e9bf7d48392291f7?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/67ce4854e9bf7d48392291f7?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/67ce4854e9bf7d48392291f7?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/67ce4854e9bf7d48392291f7?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/67ce4854e9bf7d48392291f7?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 - The Doobie Brothers Walk This Road 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="/calendar/category/concerts/">Concerts</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-09-10-the-doobie-brothers-walk-this-road-tour/">The Doobie Brothers Walk This Road Tour </a><time class="component-date-display" dateTime="1757548800601">Sep 10, 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-09-15-/"><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/680ed9e72ebc37b0d813b661?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b661?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b661?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b661?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b661?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 - " 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><time class="component-date-display" dateTime="1757980800279">Sep 15, 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 93.9 LITE FM</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/LITEFMChicago" 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/LITEFMChicago" 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/LITEFMChicago" 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.tiktok.com/@litefmchicago" aria-label="Visit us on tiktok" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-tiktok" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M20.7501 6.91071C19.5331 6.84196 18.3823 6.33443 17.5108 5.48214C17.0478 5.03475 16.683 4.49596 16.4394 3.9C16.1913 3.30286 16.0697 2.66078 16.0822 2.01428H12.5822V15.0179C12.5822 17.2143 11.2751 18.5107 9.65367 18.5107C9.26383 18.5197 8.87615 18.4504 8.5136 18.3068C8.15104 18.1633 7.82097 17.9484 7.54296 17.675C7.2645 17.4005 7.04247 17.0741 6.88939 16.7143C6.73851 16.3534 6.66081 15.9661 6.66081 15.575C6.66081 15.1838 6.73851 14.7966 6.88939 14.4357C7.04247 14.0759 7.2645 13.7495 7.54296 13.475C7.82097 13.2016 8.15104 12.9867 8.5136 12.8432C8.87615 12.6996 9.26383 12.6303 9.65367 12.6393C9.97636 12.6414 10.2964 12.6981 10.6001 12.8071V9.23571C10.2892 9.169 9.97165 9.13784 9.65367 9.14285C8.38222 9.14285 7.13932 9.51988 6.08215 10.2263C5.02498 10.9326 4.20101 11.9366 3.71445 13.1113C3.22788 14.286 3.10058 15.5786 3.34862 16.8256C3.59667 18.0726 4.20893 19.2181 5.10799 20.1171C6.00704 21.0162 7.1525 21.6284 8.39952 21.8765C9.64654 22.1245 10.9391 21.9972 12.1138 21.5107C13.2884 21.0241 14.2925 20.2001 14.9988 19.1429C15.7052 18.0858 16.0822 16.8429 16.0822 15.5714V8.78571C17.4634 9.70742 19.0897 10.1927 20.7501 10.1786V6.91071Z" fill="#27292D"></path></svg></a></li></ul></div><div class="description">93.9 LITE FM 21 Years Of Chicago's Christmas Station</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/WLIT-FM/" target="_blank" rel="noopener">WLIT-FM<!-- --> <!-- -->Public Inspection File</a></li><li><a href="https://politicalfiles.iheartmedia.com/files/location/WLIT-FM/" target="_blank" rel="noopener">WLIT-FM<!-- --> <!-- -->Political File</a></li><li><a href="https://i.iheart.com/v3/re/assets.eeo/66abfb7ffda5f5209a421d08?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":"%2Fc83335f5799c06c70cddda0ac20bc901","canonicalHostname":"939litefm.iheart.com","hostnames":[],"facets":["genres/Mix & Variety","brands/WLIT-FM (1863)","markets/CHICAGO-IL","facets/Ellen K Disney Sweeps","facets/All Sites - English","formats/CLASSICHITS","facets/ESBBroadcastParticipation","facets/WinB4Contest","facets/Q2CashContest"],"slug":"wlit-fm","market":"markets/CHICAGO-IL","ownBrand":"brands/WLIT-FM (1863)","timeZone":"America/Chicago","keys":["hostname:939myfm.iheart.com","hostname:www.939myfm.com","hostname:939myfm.com","hostname:chicagomyfm.com","hostname:www.chicagomyfm.com","hostname:chicagolovespets.com","hostname:www.chicagolovespets.com","hostname:thelite939.com","hostname:www.thelite939.com","hostname:wlit.com","hostname:www.wlit.com","hostname:holidaylite.com","hostname:www.holidaylite.com","hostname:www.fmnews101.com","hostname:www.101fmnews.com","hostname:realoldies1690.com","hostname:www.realoldies1690.com","hostname:wlit-fm.radio.iheart.com","hostname:fmnews101.com","hostname:101fmnews.com","hostname:939litefm.com","hostname:939lightfm.com","hostname:www.939lightfm.com","hostname:www.939litefm.com","hostname:939litefm.iheart.com","id:/c83335f5799c06c70cddda0ac20bc901","brand:brands/WLIT-FM (1863)","slug:wlit-fm","primaryParentOf:/54e698aaa71b5dd0313dced4842156eb","primaryParentOf:/5aff2950d67d1ef10ce65817","primaryParentOf:/5c102111e30d8a029bb26c67","primaryParentOf:/5e1390f6714c461127700fc1","primaryParentOf:/66966d55a2251ce8162ff07b2d54f3fb","primaryParentOf:/93a40eda91201a28805e82addf994647","primaryParentOf:/5f6392443c55962d38b7a63a","primaryParentOf:/5fbc48fb8bdf57995a893d07","primaryParentOf:/60303e205973f958cbbdec6b","primaryParentOf:/607490f1912b0f2ffe3094d4","primaryParentOf:/6077687a0ec987acf5566979","broadcastFacility:70042","broadcastFacilityCallsign:wlit-fm","primaryParentOf:/64bede53de7de3a1809a7e62"],"stream":{"id":853,"primaryPronouncement":"ninety three point nine lite f. m.","recentlyPlayedEnabled":true,"isActive":"true"},"ownership":{"id":"providers/Clear Channel","taxo":{"source":{"display_name":"iHeartMedia, Inc."}}},"summary":{"name":"93.9 LITE FM","description":"93.9 LITE FM – WLIT – Chicago’s Relaxing Favorites"},"status":{"hide":{"startDate":0,"endDate":0,"redirectTo":""},"isHidden":false,"isActive":true},"configByLookup":{"_id":"/c83335f5799c06c70cddda0ac20bc901/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":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":300,"h":100}]}],"_id":"/local-site/5052","positionId":"5052","template":"local-site","adSplit":0,"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":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":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},{"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":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":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":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}],"routes":[{"name":"home","path":"/"},{"name":"weather","path":"/weather"},{"name":"newsletter","path":"/newsletter/"},{"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":"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":1498680000000,"end":4115978604802},"destination":{"type":"URL","value":"/content/iheartradio-events/"},"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":"/calendar/station-events-1/","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":1735837200000,"end":1746331219263},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"KlqCf","priority":0,"source":"/capitolone","regex":false,"schedule":{"begin":1735837223975,"end":1746331200000},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"cHhkd","priority":0,"source":"/capitalone","regex":false,"schedule":{"begin":1735837200000,"end":1746331248861},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"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":1735837200274,"end":1746331200274},"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/3A0062279DE11586"},"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":false,"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":"mWl00","priority":0,"source":"/nkotb","regex":false,"schedule":{"begin":1723471680522,"end":1731424080522},"destination":{"type":"URL","value":"/content/2024-08-11-celebrate-new-kids-on-the-blocks-new-album-still-kids-on-pbs/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"CZm4o","priority":0,"source":"/houseofmusic","regex":false,"schedule":{"begin":1723737600390,"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":"2piOM","priority":0,"source":"/jingleballannounceparty","regex":false,"schedule":{"begin":1724630400291,"end":1735707600291},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/jingle-ball-announce-party/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Axo9v","priority":0,"source":"/jingleballannouncementparty","regex":false,"schedule":{"begin":1724630400207,"end":1735707600207},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/jingle-ball-announce-party/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2aEa9","priority":0,"source":"/presidentialdebate","regex":false,"schedule":{"begin":1725994380970,"end":1733860380970},"destination":{"type":"URL","value":"/content/2024-09-10-listen-on-demand-to-the-debate-between-donald-trump-and-kamala-harris/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Zd5Q7","priority":0,"source":"/KeithUrban","regex":false,"schedule":{"begin":1726236000485,"end":1734040080485},"destination":{"type":"URL","value":"/content/2024-09-12-celebrate-high-with-keith-urban-during-exclusive-album-release-party/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1BKPK","priority":0,"source":"/capitalonealterego","regex":false,"schedule":{"begin":1728943200254,"end":1736668800254},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"nwa4g","priority":0,"source":"/capital1alterego","regex":false,"schedule":{"begin":1728943200649,"end":1736668800649},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XBeBL","priority":0,"source":"/capitolonealterego","regex":false,"schedule":{"begin":1728943200626,"end":1736668800626},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mfofo","priority":0,"source":"/capitol1alterego","regex":false,"schedule":{"begin":1728943200692,"end":1736668800692},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1yjou","priority":0,"source":"/content/2024-10-31-bank-of-america-will-stop-accepting-some-1-bills/","regex":false,"schedule":{"begin":1730473980423,"end":1738426380423},"destination":{"type":"URL","value":"/content/2024-10-31-bank-of-america-will-continue-to-accept-1-bills/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"b5XJb","priority":0,"source":"/pay","regex":false,"schedule":{"begin":1548775054451,"end":4115978604802},"destination":{"type":"URL","value":"https://pay.iheartmedia.com/secure/checkout.ssp?MarketID=291"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"9g6RH","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":"iRLs0","priority":0,"source":"/micklee","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Mick Lee (52398)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jL9mk","priority":0,"source":"/robinrock","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Robin Rock (52161)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tm1qY","priority":0,"source":"/melissaforman","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Melissa Forman in the Morning"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"cAbCb","priority":0,"source":"/Delilah","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://939litefm.iheart.com/featured/delilah-on-lite/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"f9iVq","priority":0,"source":"/miclee","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Mick Lee (52398)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jBtWm","priority":0,"source":"/Brilliant","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://939litefm.iheart.com/featured/brilliantly-black/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"F08PC","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":"NorOw","priority":0,"source":"/melissa","regex":false,"schedule":{"begin":1613670540553,"end":4115978604802},"destination":{"type":"URL","value":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"N8DpB","priority":0,"source":"/mick","regex":false,"schedule":{"begin":1613670540809,"end":4115978604802},"destination":{"type":"URL","value":"https://939litefm.iheart.com/featured/mick-lee/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Ws0vK","priority":0,"source":"/robin","regex":false,"schedule":{"begin":1613670600113,"end":4115978604802},"destination":{"type":"URL","value":"https://939litefm.iheart.com/featured/robin-rock/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YrV7Y","priority":0,"source":"/inspire","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://939litefm.iheart.com/content/2023-06-21-women-inspire-chicago/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"F7DlC","priority":0,"source":"/voicesofbettermedicine","regex":false,"schedule":{"begin":1693001820952,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/1248-voices-of-better-medicine-119532061/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fHiKr","priority":0,"source":"/LAB","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://939litefm.iheart.com/featured/living-and-building-chicago-together/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"zJjLa","priority":0,"source":"/rocket","regex":false,"schedule":{"begin":1725661560271,"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":"76wt9","priority":0,"source":"/business","regex":false,"schedule":{"begin":0,"end":1733864280096},"destination":{"type":"URL","value":"https://xp.audience.io/gallery/1677087?ref=ulink&app_type=gallery&share_type="},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"15RTz","priority":0,"source":"/christmasinn","regex":false,"schedule":{"begin":1732109700688,"end":1740058500688},"destination":{"type":"URL","value":"https://rock955chi.iheart.com/calendar/content/2024-11-20-hubbard-inns-the-christmas-inn/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YsyU7","priority":0,"source":"/tree","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://939litefm.iheart.com/promotions/the-tree-of-giving-with-1-1720124/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2uHK7","priority":0,"source":"/wish","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://939litefm.iheart.com/promotions/enter-your-christmas-wish-with-939-1719904/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"W0wu4","priority":0,"source":"/wedding","regex":false,"schedule":{"begin":1734560580670,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/amazon-prime-video-you-re-cordially-invited-nyc-premiere-1728798"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iPWzo","priority":0,"source":"/window","regex":false,"schedule":{"begin":1741618200981,"end":1749567000981},"destination":{"type":"URL","value":"https://www.mywindowworks.com/makeover/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GwwBV","priority":0,"source":"/american","regex":false,"schedule":{"begin":1744603860255,"end":1747627860255},"destination":{"type":"URL","value":"https://939litefm.iheart.com/promotions/enter-the-american-airline-ticket-to-adventure-for-a-chance-to-see-billy-joel-live-in-dc-1768679/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DQz0y","priority":0,"source":"/nurse","regex":false,"schedule":{"begin":0,"end":1747021320331},"destination":{"type":"URL","value":"https://939litefm.iheart.com/promotions/nominate-a-nurse-in-honor-of-1774344/"},"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.ticketmaster.com/event/3A0062279DE11586"},"disabled":false,"schedule":{"begin":1735837242079,"end":1746331200000}},{"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":"5wj6b","keywords":["strut "],"destination":{"type":"URL","value":"http://v103.iheart.com/calendar/event/5991fdd5c471b94e54af1fc1/"},"disabled":false,"schedule":{"begin":1503669840000,"end":1507385040000}},{"id":"jrNfU","keywords":["seashell"],"destination":{"type":"URL","value":"https://939litefm.iheart.com/contests/-419000/?ref=ulink&apt_referrer_id="},"disabled":false,"schedule":{"begin":1526918700000,"end":1528128300000}},{"id":"luB8z","keywords":["Melissa","melissa","MELISSA","Mellissa","mellissa","MELLISSA","MELISA","melisa","Melisa"],"destination":{"type":"BRAND","value":"brands/Melissa Forman in the Morning"},"disabled":false,"schedule":{"begin":1527185520000,"end":4115978604802}},{"id":"dnFbz","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":1528912800000,"end":1533103200000}},{"id":"5EzZE","keywords":["CEO","Ceo","ceo"],"destination":{"type":"BRAND","value":"brands/Chicago CEO's You Should Know"},"disabled":false,"schedule":{"begin":1546888560000,"end":4115978604802}},{"id":"SRwiR","keywords":["Safe","Safe"],"destination":{"type":"URL","value":"https://939litefm.iheart.com/calendar/event/5c812643a500f3d7b79fec50/"},"disabled":false,"schedule":{"begin":1552406400000,"end":1552431600000}},{"id":"9F30E","keywords":["Event"],"destination":{"type":"URL","value":"https://939litefm.iheart.com/calendar/"},"disabled":false,"schedule":{"begin":1556832660000,"end":1564781460000}},{"id":"V5mkf","keywords":["Date"],"destination":{"type":"URL","value":"https://939litefm.iheart.com/content/2019-06-05-939-lite-fm-date-night-cocktail-cruise/"},"disabled":false,"schedule":{"begin":1560259440000,"end":1561087440000}},{"id":"Aa9Z2","keywords":["service"],"destination":{"type":"URL","value":"https://939litefm.iheart.com/calendar/event/5d5a8ece555cd74a6ac5d51d/"},"disabled":false,"schedule":{"begin":1566217200000,"end":1568204400000}},{"id":"VlgnQ","keywords":["win"],"destination":{"type":"URL","value":"https://939litefm.iheart.com/contests/nominate-an-unsung-she-ro-762796/"},"disabled":false,"schedule":{"begin":1579190160000,"end":1581782160000}},{"id":"oWqRw","keywords":["healing"],"destination":{"type":"URL","value":"https://939litefm.iheart.com/featured/healing-chicago-together/"},"disabled":false,"schedule":{"begin":0,"end":1593811440964}}],"sections":{"general":{"name":"93.9 LITE FM","positioner":"Chicago’s Relaxing Favorites","description":"93.9 LITE FM 21 Years Of Chicago's Christmas Station","keywords":[{"id":"93.9 MY FM"},{"id":"Chicago"},{"id":"MYFM"},{"id":"Mick Lee"},{"id":"Cubby"},{"id":"Mario Lopez"},{"id":"variety"},{"id":"radio"},{"id":"music"},{"id":"P!NK"},{"id":"Bon Jovi"},{"id":"Katy Perry"},{"id":"Bruno Mars"},{"id":"Kelly Clarkson"},{"id":"Maroon 5"},{"id":"LITE FM"},{"id":"LITE FM CHICAGO"},{"id":"lite fm"},{"id":"lite fm chicago"},{"id":"93.9 lite fm"},{"id":"939 lite fm"},{"id":"93.9 light fm"},{"id":"939 light fm"},{"id":"light fm chicago"},{"id":"lite fm chicago"}],"default_content":[{"id":"collections/Entertainment"},{"id":"collections/entertainment-news-family-friendly"},{"id":"collections/breaking-news"},{"id":"collections/Mick Lee Blog (52398)"},{"id":"collections/Melissa Blog (41296)"}],"additional_distributions":[],"default_podcasts":[{"id":"117923987"},{"id":"28286919"},{"id":"29952958"},{"id":"29787289"},{"id":"119532061"}],"default_shows":[{"id":"brands/Melissa Forman in the Morning","sites":{"_id":"%2F5aff2950d67d1ef10ce65817","slug":"melissa-forman-in-the-morning","ownBrand":"brands/Melissa Forman in the Morning","configByLookup":{"common":{"branding":{"name":"Melissa Forman in the Morning"}}}}},{"id":"brands/Robin Rock (52161)","sites":{"_id":"%2F93a40eda91201a28805e82addf994647","slug":"robin-rock","ownBrand":"brands/Robin Rock (52161)","configByLookup":{"common":{"branding":{"name":"Robin Rock"}}}}},{"id":"brands/Mick Lee (52398)","sites":{"_id":"%2F66966d55a2251ce8162ff07b2d54f3fb","slug":"mick-lee","ownBrand":"brands/Mick Lee (52398)","configByLookup":{"common":{"branding":{"name":"Mick Lee"}}}}},{"id":"brands/Delilah (54601)","sites":{"_id":"%2Fd8928a4142b87fe8a5a7096b015e9d2e","slug":"delilah","ownBrand":"brands/Delilah (54601)","configByLookup":{"common":{"branding":{"name":"Delilah"}}}}}],"default_playlists":[{"id":"312064750::BYyP7KVHKfSJKisYoDTRPZ"},{"id":"312064750::LUrsmybwHNsVYcuUJ5p8DP"},{"id":"312064750::NpCrLrvTKYvL3ZDRRdYbDV"}],"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":"DONATE TODAY TO #LURIERADIOTHON ON 93.9LITEFM - LISTEN LIVE!","link":"https://www.iheart.com/live/939-lite-fm-853/","target":"_self","start_date":{"timestampMs":1639051229281},"end_date":{"timestampMs":1639098001990}},"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":"yOFMx","type":"link","label":"On Air","target":"_self","ref":"#","children":[{"id":"xmtOu","type":"brand","label":"Melissa Forman in the Morning","target":"_blank","ref":"%2F5aff2950d67d1ef10ce65817","href":"/featured/melissa-forman-in-the-morning/"},{"id":"SxiZ0","type":"brand","label":"Robin Rock","target":"_blank","ref":"%2F93a40eda91201a28805e82addf994647","href":"/featured/robin-rock/"},{"id":"A1j7Y","type":"brand","label":"Mick Lee","target":"_blank","ref":"%2F66966d55a2251ce8162ff07b2d54f3fb","href":"/featured/mick-lee/"},{"id":"mal6z","type":"link","label":"Delilah on LITE","target":"_blank","ref":"https://939litefm.iheart.com/featured/delilah/","href":"https://939litefm.iheart.com/featured/delilah/"},{"id":"qZ1bP","type":"page","label":"On-Air Schedule","target":"_blank","ref":"onair_schedule","href":"/schedule/"}],"href":"#"},{"id":"qXwy9","type":"page","label":"Podcasts","target":"_self","ref":"home","children":[{"id":"tUl1t","type":"link","label":"Melissa Forman on Demand","target":"_blank","ref":"https://www.iheart.com/podcast/700-melissa-forman-on-demand-29952958/","href":"https://www.iheart.com/podcast/700-melissa-forman-on-demand-29952958/"},{"id":"EEYhr","type":"link","label":"Lighter Side of News with Melissa Forman","target":"_blank","ref":"https://www.iheart.com/podcast/lighter-side-of-news-with-melissa-29787289/","href":"https://www.iheart.com/podcast/lighter-side-of-news-with-melissa-29787289/"},{"id":"eZqwq","type":"link","label":"The Weekly Show","target":"_blank","ref":"https://www.iheart.com/podcast/the-weekly-show-28286919/","href":"https://www.iheart.com/podcast/the-weekly-show-28286919/"},{"id":"C8H2H","type":"link","label":"Conversations with Delilah","target":"_blank","ref":"https://www.iheart.com/podcast/conversations-with-delilah-27935899/","href":"https://www.iheart.com/podcast/conversations-with-delilah-27935899/"},{"id":"AomjT","type":"link","label":"Voices of Better Medicine","target":"_blank","ref":"https://www.iheart.com/podcast/1248-northwestern-medicine-voi-119532061/","href":"https://www.iheart.com/podcast/1248-northwestern-medicine-voi-119532061/"}],"href":"/"},{"id":"5sFYA","type":"link","label":"On Demand","target":"_self","ref":"#","children":[{"id":"IawoN","type":"page","label":"Traffic","target":"_self","ref":"traffic","href":"/traffic/"},{"id":"T5waF","type":"page","label":"Weather","target":"_self","ref":"weather","href":"/weather/"},{"id":"5Dzok","type":"link","label":"Smooth Jazz","target":"_self","ref":"https://www.iheart.com/live/smooth-jazz-4242/","href":"https://www.iheart.com/live/smooth-jazz-4242/"},{"id":"VwPee","type":"link","label":"Voices of Better Medicine","target":"_self","ref":"https://www.iheart.com/podcast/1248-northwestern-medicine-voi-119532061/","href":"https://www.iheart.com/podcast/1248-northwestern-medicine-voi-119532061/"}],"href":"#"},{"id":"02hc9","type":"link","label":"Recently Played","target":"_self","ref":"https://939litefm.iheart.com/music/recently-played/","children":[],"href":"https://939litefm.iheart.com/music/recently-played/"},{"id":"7mYN4","type":"link","label":"Connect","target":"_self","ref":"https://939litefm.iheart.com","children":[{"id":"GS3PX","type":"link","label":"Event Calendar","target":"_self","ref":"/calendar","href":"/calendar"},{"id":"9dGYv","type":"page","label":"iHeartRadio App","target":"_self","ref":"iheartradio_app","href":"/apps/"},{"id":"UfBaO","type":"page","label":"Prize Pickup Info","target":"_self","ref":"contact","href":"/contact/"}],"href":"https://939litefm.iheart.com"},{"id":"weOUb","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/5d4064e6529f601cab3b5e2a","asset":{"bucket":"assets.brands","resourceId":"%2F5d4064e6529f601cab3b5e2a","href":"https://i.iheart.com/v3/re/assets.brands/5d4064e6529f601cab3b5e2a"}},"station_logo":{"id":"asset://assets.brands/641b49fade66c5274866b3f6","asset":{"bucket":"assets.brands","resourceId":"%2F641b49fade66c5274866b3f6","href":"https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6"}},"logo_favicon":null,"font":{"id":"site-fonts/Mulish"},"accent_color":"#0e365a","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":"LITEFMChicago","facebook_app_id":"","facebook_fan_page_id":"150185415015145","twitter_switch":true,"twitter_name":"LITEFMChicago","youtube_switch":false,"youtube_name":"939litefm","instagram_switch":true,"instagram_name":"LITEFMChicago","snapchat_switch":null,"snapchat_name":null,"pinterest_switch":null,"pinterest_name":null,"tiktok_switch":true,"tiktok_name":"litefmchicago"},"contact":{"page_intro":"EMAIL US-->\nProgramming Questions/Concerts: [email protected], \nPromotions/Contest Questions: [email protected]","show_social_switch":true,"phone_text_numbers_switch":true,"request_phone_number":"855-939-6936","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.\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:\n\n93.9 LITE FM: [email protected]","location_address1":"233 N. Michigan Ave.","location_address2":"Suite 2800","location_city":"Chicago","location_state":"IL","location_zip":"60601","office_hours":"STATION IS NOT RESPONSIBLE FOR SHOW CANCELLATIONS OR PRIZE REPLACEMENTS DUE TO SHOW CANCELLATIONS.\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:\n\n93.9 LITE FM: [email protected]","email_form_switch":true,"employment_info_switch":true,"contacts":[{"type":"Programming Questions"},{"type":"Promotions/Contest Questions"}],"eeo_report_asset":{"id":"asset://assets.eeo/66abfb7ffda5f5209a421d08"},"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":"wlit-fm","aptivada_switch":true,"aptivada_id":"1759062","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":"70042","broadcastFrequency":"93.9","broadcastBand":"FM","broadcastCallLetters":"WLIT-FM","applicationNotices":[],"politicalLinkOverride":null}]}},"liveConfig":{"sections":{"design":{"ihr_embed_player_bar_stream_override":null}}}}}},"micrositeReferences":[{"_id":"%2F5aff2950d67d1ef10ce65817","slug":"melissa-forman-in-the-morning","ownBrand":"brands/Melissa Forman in the Morning","configByLookup":{"common":{"branding":{"name":"Melissa Forman in the Morning"}}}},{"_id":"%2F93a40eda91201a28805e82addf994647","slug":"robin-rock","ownBrand":"brands/Robin Rock (52161)","configByLookup":{"common":{"branding":{"name":"Robin Rock"}}}},{"_id":"%2F66966d55a2251ce8162ff07b2d54f3fb","slug":"mick-lee","ownBrand":"brands/Mick Lee (52398)","configByLookup":{"common":{"branding":{"name":"Mick Lee"}}}},{"_id":"%2Fd8928a4142b87fe8a5a7096b015e9d2e","slug":"delilah","ownBrand":"brands/Delilah (54601)","configByLookup":{"common":{"branding":{"name":"Delilah"}}}}],"surrogateKeys":[]},"cache":[["\"/\"",{"data":{"_id":"/c83335f5799c06c70cddda0ac20bc901/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":"%2F6825042d3742b7648df639b3","type":"PUBLISHING","record":{"ref_id":"%2F6825042d3742b7648df639b3","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5da64056-2f43-4eb4-a044-28ed9920a55b","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%2F269-food-chat-100917015%2F","@url":"https://www.iheart.com/podcast/269-food-chat-100917015/","author_name":"Food Chat","author_url":"https://www.iheart.com/podcast/269-food-chat-100917015/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&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/aHR0cHM6Ly9pMS5zbmRjZG4uY29tL2F2YXRhcnMtZVJjeEwwMzNlNjN5S0k3NS1hcWtUUXctb3JpZ2luYWwuanBn?ops=fit(300%2C300)","thumbnail_width":300,"title":"Food Chat","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/269-food-chat-100917015/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68250e5d3742b7648df639bf","new_tab":false,"schedule":{},"source_credit":"Moment RF","title":"Fast food with a Roast Beef Submarine Sandwich with lots of veggies","type":"asset","url":"","use_caption":false},{"html":"\u003cp>If you haven't tried the best sandwich in Illinois, you're missing out!\u003c/p>\n\n\u003cp>While a handful of eateries scattered throughout Illinois serve delicious sandwiches, only one serves the best!\u003c/p>\n\n\u003cp>Be it high quality ingredients, serving size, a unique sauce, or bread that is toasted to perfection, something about this sandwich keeps customers returning to this one-of-a-kind deli (that is now the best place to order a sandwich in the state)!\u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a>, the best sandwich \u003ca href=\"https://www.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state/\" target=\"_blank\">in Illinois\u003c/a> is served at \u003cstrong>Al's Italian Beef\u003c/strong> in Chicago. \u003cem>LoveFood \u003c/em>recommended trying the Italian Beef Sandwich.\u003c/p>\n\n\u003cp>Here's what \u003cem>LoveFood\u003c/em> had to say about the absolute best sandwich shop in the entire state:\u003c/p>\n\n\u003cblockquote>"No trip to the Windy City is complete without a visit to Al's Italian Beef – the 'home of the great Chicago sandwich' since 1938. It's thought that Al Ferrari, his sister and brother-in-law came up with the recipe for the famous Italian beef sandwich during the Great Depression. Fast-forward to now, and there are multiple locations in and around Chicago, though the original spot on West Taylor Street is still the best place to try the state's most famous sandwich."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a> for a \u003ca href=\"https://www.iheart.com/content/2025-05-05-illinois-eatery-officially-named-best-mexican-restaurant-in-the-state/\" target=\"_blank\">continued list\u003c/a> of the best places to order a sandwich across America.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-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/sandwich","keywords/eatery","keywords/Illinois","keywords/Al Ferrari","keywords/state","keywords/sandwich title","keywords/Italian Beef","keywords/size","keywords/place","keywords/sandwiches"],"primary_image":{"bucket":"new_assets","id":"%2F68250e5d3742b7648df639bf"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747258680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","social_title":"","summary":"You HAVE to try this 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":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","permalink":"https://939litefm.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state/"},"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf","title":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","description":"You HAVE to try this sandwich‼️","author":"Logan DeLoye"},"pub_start":1747258680000,"pub_until":4115978604802,"pub_changed":1747259437501,"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:/6825042d3742b7648df639b3","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","keyword:keywords/sandwich","keyword:keywords/eatery","keyword:keywords/Illinois","keyword:keywords/Al Ferrari","keyword:keywords/state","keyword:keywords/sandwich title","keyword:keywords/Italian Beef","keyword:keywords/size","keyword:keywords/place","keyword:keywords/sandwiches","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":"%2F6388e3f35769ee354749f6b8","type":"LEADS","record":{"title":"Melissa Forman's Free Ticket Tuesday","subtitle":"Melissa Forman's Free Ticket Tuesday","image":"https://i.iheart.com/v3/re/new_assets/6388e2355769ee354749f6b7","img_meta":{"base_id":"%2F6388e2355769ee354749f6b7","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/","web":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67ffb335da50665248cd41bf","type":"LEADS","record":{"title":"Listen For Your Chance To Win!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67fcefd79a35e0b261210299","img_meta":{"base_id":"%2F67fcefd79a35e0b261210299","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/promotions/listen-to-win-1-000-1759062/"},"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":"%2F6553ce75d4d2fe9ac0536d46","type":"LEADS","record":{"title":"Listen to Michael Jackson & More For Free","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/6813d17e83087d3ebcf9e26f","img_meta":{"base_id":"%2F6813d17e83087d3ebcf9e26f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"ihr://play/custom/artist/6739","web":"https://www.iheart.com/artist/michael-jackson-6739/?autoplay=true"},"name":"Michael Jackson","description":""},"use_catalog_image":false,"catalog":{"name":"Michael Jackson","id":"6739","kind":"artist","country":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":"%2F6824e0e3f892ed465a0de4f6","type":"PUBLISHING","record":{"ref_id":"%2F6824e0e3f892ed465a0de4f6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c457996b-9cc5-40d9-b7be-75ac528557d6","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824e2b1f892ed465a0de501","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Academy Award winning actors \u003cstrong>Nicolas Cage\u003c/strong> and \u003cstrong>Christian Bale\u003c/strong> looked unrecognizable in the first photo taken from production of the upcoming film \u003cem>Madden\u003c/em> about late Pro Football Hall of Famer and Oakland Raiders coach \u003ca href=\"https://www.iheart.com/content/2022-06-01-late-john-madden-to-be-honored-by-namesake-video-game-franchise/\" target=\"_blank\">\u003cstrong>John Madden\u003c/strong>\u003c/a> was shared by Amazon MGM Studios on Tuesday (May 13).\u003c/p>\n\n\u003cp>Cage will play the titular coach and Bale will play late former Raiders coach turned owner \u003cstrong>Al Davis\u003c/strong> in the upcoming film with both in-character showing off their Super Bowl rings.\u003c/p>\n\n\u003cp>"Your first-look at Nicolas Cage as John Madden and Christian Bale as Al Davis on set of the upcoming film, \u003cem>Madden\u003c/em>. Production is currently underway," Amazon MGM Studios wrote in the post shared on its Instagram account Tuesday.\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%2FDJnfYJhp26Z","@url":"https://www.instagram.com/p/DJnfYJhp26Z","author_name":"amazonmgmstudios","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":640,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/497915110_18501367837044738_7198203616037356318_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QEYy5_Z5uvrC04ORAMSjdoUT1X7dFMxW-IYWvBztCtqf0lUybSR9lpz4yxJ2XQxD98&_nc_ohc=ItsyW0HDX7IQ7kNvwGC923H&_nc_gid=UkbbluJtecK19PYsTp1Y0Q&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfKsFTXJOj_cTOFpCeLFwTHVl76WkzWVKzql0gQmRF8XKA&oe=682AA7C5&_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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJnfYJhp26Z"},{"html":"\u003cp>"The film follows Madden’s remarkable journey—from his Super Bowl-winning partnership with Al Davis and the Raiders, to creating Madden NFL, and becoming one of the most iconic voices in football history," the caption continued.\u003c/p>\n\n\u003cp>The film will be directed by \u003cstrong>David O. Russell\u003c/strong> and also feature \u003cstrong>John Mulaney\u003c/strong> as \u003cstrong>Trip Hawkins\u003c/strong>, \u003cstrong>Kathryn Hahn\u003c/strong> as \u003cstrong>Virginia Madden \u003c/strong>and \u003cstrong>Sienna Miller\u003c/strong> as \u003cstrong>Carol Davis\u003c/strong>.\u003c/p>\n\n\u003cp>Madden, who \u003ca href=\"https://www.iheart.com/content/2021-12-28-john-madden-hall-of-fame-coach-and-broadcaster-dead-at-85/\" target=\"_blank\">died in December 2021\u003c/a>, led the Raiders to a Super Bowl XI victory over the Minnesota Vikings in 1977 and retired in 1978 with a 103-32-7 career coaching record and a 76.3% winning percentage, the highest in NFL history. The Minnesota native went on to a legendary broadcasting career as the first NFL color analyst to contribute to all four major networks: \u003cem>CBS\u003c/em> (1979-93), \u003cem>FOX\u003c/em> (1994-2001), \u003cem>ABC\u003c/em> (2002-05) and \u003cem>NBC\u003c/em> (2006-08), before retiring ahead of the 2008 season and was immortalized as the namesake for EA Sports popular NFL video game franchise, initially lending his voice and likeness to the series in 1988.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/","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/John Madden","keywords/MGM Studios","keywords/Christian Bale","keywords/film photo","keywords/Al Davis","keywords/film","keywords/Nicolas Cage","keywords/photo","keywords/production","keywords/Amazon","keywords/NFL","keywords/football","keywords/Oakland Raiders"],"primary_image":{"bucket":"new_assets","id":"%2F6824e2b1f892ed465a0de501"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1747248540000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","social_title":"","summary":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","targets":[{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","permalink":"https://939litefm.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/"},"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501","title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","description":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","author":"Jason Hall"},"pub_start":1747248540000,"pub_until":4115978604802,"pub_changed":1747249387828,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824e0e3f892ed465a0de4f6","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","keyword:keywords/John Madden","keyword:keywords/MGM Studios","keyword:keywords/Christian Bale","keyword:keywords/film photo","keyword:keywords/Al Davis","keyword:keywords/film","keyword:keywords/Nicolas Cage","keyword:keywords/photo","keyword:keywords/production","keyword:keywords/Amazon","keyword:keywords/NFL","keyword:keywords/football","keyword:keywords/Oakland Raiders","author:user"]}},{"id":"%2F68249ede959870f5f9523aaf","type":"PUBLISHING","record":{"ref_id":"%2F68249ede959870f5f9523aaf","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f119b107-e2fb-4be3-9140-44e96a159be6","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68249f44959870f5f9523abe","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A comment made by a cinematographer on the set of \u003cem>Perfect\u003c/em> in 1985 prompted a 25-year-old \u003cstrong>Jamie Lee Curtis\u003c/strong> to get plastic surgery that \u003ca href=\"https://people.com/jamie-lee-curtis-on-the-remark-that-made-her-get-plastic-surgery-at-25-needs-new-hed-tag-hot-flags-11734412\" target=\"_blank\">she regrets\u003c/a> to this day. \u003c/p>\n\n\u003cp>The beloved actress \u003ca href=\"https://www.iheart.com/content/2023-03-08-jamie-lee-curtis-tells-bruce-springsteen-u2-to-play-matinee-shows/\" target=\"_blank\">opened up about \u003c/a>what led her to get her first cosmetic procedure on the May 11 episode of \u003ca href=\"https://www.youtube.com/watch?si=EoEIrIN5pXce_cnZ&t=316&v=1tPCP6_SP_k&feature=youtu.be\" target=\"_blank\">\u003cem>60 Minutes\u003c/em>\u003c/a>, zooming in on the cinematographer's harsh words. \u003c/p>\n\n\u003cblockquote>"He was like, ‘Yeah, I'm not shooting her today. Her eyes are baggy.' And I was 25, so for him to say that, it was very embarrassing. So as soon as the movie finished, I ended up having some plastic surgery. That's just not \u003ca href=\"https://www.iheart.com/content/2023-01-15-jamie-lee-curtis-turns-viral-golden-globes-meme-into-a-t-shirt/\" target=\"_blank\">what you want\u003c/a> to do when you're 25 or 26. And I regretted it immediately and have kind of sort of regretted it since."\u003c/blockquote>\n\n\u003cp>Curtis also revealed that she celebrates beauty in its natural form and believes that women are "perfect the way you are." \u003c/p>\n\n\u003cp>"I've become a public advocate to say to women you're gorgeous and you're perfect the way you are. So yeah, it was not a good thing for me to do."\u003c/p>\n\n\u003cp>In a 2021 interview with \u003ca href=\"https://www.fastcompany.com/90674892/jamie-lee-curtis-is-just-hitting-her-stride-heres-how-that-feels\" target=\"_blank\">\u003cem>Fast Company\u003c/em>\u003c/a>, the 66-year-old \u003ca href=\"https://www.iheart.com/content/2024-11-18-lindsay-lohan-reveals-exciting-new-detail-about-freaky-friday-sequel/\" target=\"_blank\">\u003cem>Freaky Friday\u003c/em>\u003c/a> star explained she's not a fan of fillers that wipe out "generations of beauty."\u003c/p>\n\n\u003cp>"The current trend of fillers and procedures, and this obsession with filtering, and the things that we do to adjust our appearance on Zoom are wiping out generations of beauty. Once you mess with your face, you can't get it back."\u003c/p>\n\n\u003cp>Watch Curtis talk about her first and only cosmetic procedure below. \u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2F1tPCP6_SP_k%3Fsi%3DEoEIrIN5pXce_cnZ%26t%3D316","@url":"https://youtu.be/1tPCP6_SP_k?si=EoEIrIN5pXce_cnZ&t=316","author_name":"60 Minutes","author_url":"https://www.youtube.com/@60minutes","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1tPCP6_SP_k?start=316&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Jamie Lee Curtis: The 60 Minutes Interview\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/1tPCP6_SP_k/hqdefault.jpg","thumbnail_width":480,"title":"Jamie Lee Curtis: The 60 Minutes Interview","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1tPCP6_SP_k?start=316&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Jamie Lee Curtis: The 60 Minutes Interview\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/1tPCP6_SP_k?si=EoEIrIN5pXce_cnZ&t=316"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery/","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/actress","keywords/Jamie Lee Curtis","keywords/remark","keywords/way","keywords/plastic surgery","keywords/cinematographer","keywords/surgery","keywords/beauty"],"primary_image":{"bucket":"new_assets","id":"%2F68249f44959870f5f9523abe"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS"]},"publish_date":1747238100000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","social_title":"","summary":"'For him to say that, it was very embarrassing...'","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news"],"distribution":["artists/Jamie Lee Curtis (37900417)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Jamie Lee Curtis Reveals Remark That Made Her Get Regretful Plastic Surgery","permalink":"https://939litefm.iheart.com/content/2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery/"},"slug":"2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68249f44959870f5f9523abe","title":"Jamie Lee Curtis Reveals Remark That Made Her Get Regretful Plastic Surgery","description":"'For him to say that, it was very embarrassing...'","author":"Logan DeLoye"},"pub_start":1747238100000,"pub_until":4115978604802,"pub_changed":1747238929712,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","artists/Jamie Lee Curtis (37900417)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68249ede959870f5f9523aaf","slug:2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","slug:2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","keyword:keywords/actress","keyword:keywords/Jamie Lee Curtis","keyword:keywords/remark","keyword:keywords/way","keyword:keywords/plastic surgery","keyword:keywords/cinematographer","keyword:keywords/surgery","keyword:keywords/beauty","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":"%2F5aff2950d67d1ef10ce65817","slug":"melissa-forman-in-the-morning","ownBrand":"brands/Melissa Forman in the Morning","configByLookup":{"common":{"branding":{"name":"Melissa Forman in the Morning","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e0e4688f8be5ecdf437b20c"}}}}}},{"_id":"%2F93a40eda91201a28805e82addf994647","slug":"robin-rock","ownBrand":"brands/Robin Rock (52161)","configByLookup":{"common":{"branding":{"name":"Robin Rock","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e0e46dff8be5ecdf437b212"}}}}}},{"_id":"%2F66966d55a2251ce8162ff07b2d54f3fb","slug":"mick-lee","ownBrand":"brands/Mick Lee (52398)","configByLookup":{"common":{"branding":{"name":"Mick Lee","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/66f6d27790c323d6cec5a3a4"}}}}}},{"_id":"%2Fd8928a4142b87fe8a5a7096b015e9d2e","slug":"delilah","ownBrand":"brands/Delilah (54601)","configByLookup":{"common":{"branding":{"name":"Delilah","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/65ca9a769a5412efa93b0548"}}}}}}]},{"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","28286919","29952958","29787289","119532061"]},{"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":"%2F68248f7b1fc5af43ae972822","type":"PUBLISHING","record":{"ref_id":"%2F68248f7b1fc5af43ae972822","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"43296627-79b7-4090-8e21-1474614a6524","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":"NEW YORK, NEW YORK - MAY 03: Wildlife Conservationist and CEO, Australia Zoo Blossom Award Honoree Bindi Irwin attends the Endometriosis Foundation Of America's (EndoFound) 12th Annual Blossom Ball at Gotham Hall on May 03, 2024 in New York City. (Photo ","id":"%2F6821075a0f4ebe015e08ad69","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Endometriosis Foundation Of America's (EndoFound) 12th Annual Blossom Ball","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/bindi-irwin-34308/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34308\" data-catalog-related-id=\"\">\u003ca href=\"https://www.iheart.com/content/2025-05-11-steve-irwins-daughter-bindi-irwin-hospitalized/\" target=\"_blank\">\u003cstrong>Bindi Irwin\u003c/strong>\u003c/a>\u003c/a>, the daughter of conservationist and television personality \u003cstrong>Steve Irwin\u003c/strong>, broke her silence after her sudden hospitalization, which forced her to miss the annual gala honoring her late father in Las Vegas on Saturday (May 10).\u003c/p>\n\n\u003cp>Bindi, 26, shared a video of herself from a bed at Lenox Hill Hospital in New York City confirming she underwent emergency \u003ca href=\"https://www.iheart.com/content/2025-02-27-potential-no-1-overall-2025-nfl-draft-pick-weighing-surgery/\" target=\"_blank\">surgery\u003c/a> to have her appendix and "14 new endometriosis lesions" removed, as well as a hernia "stitched up."\u003c/p>\n\n\u003cp>“Hey, guys. Bindi here. I just want to say thank you so much for your incredible well-wishes,” she said.\u003c/p>\n\n\u003cp>“I just got out of surgery about an hour ago. I had my appendix removed,” she continued. “I also had 14 new endometriosis lesions that had to be removed, and they kindly stitched up my hernia as well.”\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%2Freel%2FDJkni9ypEfA%2F","@url":"https://www.instagram.com/reel/DJkni9ypEfA/","author_name":"bindisueirwin","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJkni9ypEfA/?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/DJkni9ypEfA/?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/DJkni9ypEfA/?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 Bindi Irwin (@bindisueirwin)\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-2.cdninstagram.com/v/t51.2885-15/497754063_18498187297030953_1027252821437583960_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QFNkY1JRmM1-0ViIN8nFky5kWGOyARTpmOdrwgboZGoYxjM5qO-vCtdUk73sH4yZxA&_nc_ohc=Mfefl-03aywQ7kNvwHOJ-Lq&_nc_gid=aIdnkiyd0cNn76sQsdTQhA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfJ2XmxGrqALQ_LJnC_sX-7LbNmcuaDxK7R5zOKb_mmAgA&oe=682A6D53&_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/DJkni9ypEfA/?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/DJkni9ypEfA/?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/DJkni9ypEfA/?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 Bindi Irwin (@bindisueirwin)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/reel/DJkni9ypEfA/"},{"html":"\u003cp>Bindi added that she was "forever grateful to Dr. Seckin and the entire team at Lenox Hill Hospital," as well as showing her gratitude to fans for their "kind words and support" amid reports of her surgery.\u003c/p>\n\n\u003cp>“Sorry if I’m a little out of it in this video, but I just wanted you to know that I’m on the road to recovery, one step at a time. I am so lucky to have so much love in my life from my beautiful family," she added.\u003c/p>\n\n\u003cp>Bindi's brother, \u003cstrong>Robert\u003c/strong>, had previously confirmed his sister's surgery to \u003ca href=\"https://people.com/bindi-irwin-misses-steve-irwin-gala-medical-emergency-11732642\" target=\"_blank\">\u003cem>PEOPLE\u003c/em>\u003c/a> amid her absence from the Steve Irwin Gala in Las Vegas this past weekend.\u003c/p>\n\n\u003cp>“She’s going to be OK, but surgery — out of all the things we were ready for, that was not one of them,” Robert said at the event in Las Vegas.\u003c/p>\n\n\u003cp>“She’s just come out the other side of endometriosis and now the appendix goes,” he added. “Health is so important — it really is.”\u003c/p>\n\n\u003cp>Bindi, who had previously undergone surgery for endometriosis in March 2023, planned to attend the event despite recent health issues, according to her brother.\u003c/p>\n\n\u003cp>“She came to Las Vegas and was ready to come to the gala, put on a brave face in a lot of discomfort and a lot of pain and said, ‘Nope, I’m just going to tough it out, I’m going to go for it,’ ” Robert said. “But the surgeon said, ‘No, your appendix is going. That thing’s gotta come out.’ Health has to come first.”\u003c/p>\n\n\u003cp>Bindi's mother, \u003cstrong>Terri\u003c/strong>, also missed the event honoring her late husband in order to help her daughter recover, according to Robert.\u003c/p>\n\n\u003cp>“She’s very sad,” he said about Bindi. “She’s devastated that she and Mom can’t be here, but I know she’ll make a speedy recovery.”\u003c/p>\n\n\u003cp>Bindi and Robert followed in their late father's footsteps as conservationists and zookeepers. Steve Irwin, the son of \u003cstrong>Bob Irwin\u003c/strong>, who founded the Australian Zoo, which is now owned by Terri, died in 2006 from an injury caused by a stingray while filming an underwater documentary in the Great Barrier Reef.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization/","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/Bindi Irwin","keywords/Steve Irwin","keywords/Robert","keywords/hospitalization","keywords/appendix","keywords/surgery","keywords/emergency","keywords/emergency surgery","keywords/New York City","keywords/Las Vegas","keywords/Instagram","keywords/update"],"primary_image":{"bucket":"new_assets","id":"%2F6821075a0f4ebe015e08ad69"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747226940000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","social_title":"","summary":"Bindi Irwin, the daughter of conservationist and television personality Steve Irwin, broke her silence on her hospitalization.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Steve Irwin's Daughter Bindi Breaks Silence On Hospitalization","permalink":"https://939litefm.iheart.com/content/2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization/"},"slug":"2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6821075a0f4ebe015e08ad69","title":"Steve Irwin's Daughter Bindi Breaks Silence On Hospitalization","description":"Bindi Irwin, the daughter of conservationist and television personality Steve Irwin, broke her silence on her hospitalization.","author":"Jason Hall"},"pub_start":1747226940000,"pub_until":4115978604802,"pub_changed":1747227298226,"subscription":[{"tags":["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:/68248f7b1fc5af43ae972822","slug:2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","slug:2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","keyword:keywords/Bindi Irwin","keyword:keywords/Steve Irwin","keyword:keywords/Robert","keyword:keywords/hospitalization","keyword:keywords/appendix","keyword:keywords/surgery","keyword:keywords/emergency","keyword:keywords/emergency surgery","keyword:keywords/New York City","keyword:keywords/Las Vegas","keyword:keywords/Instagram","keyword:keywords/update","author:user"]}},{"id":"%2F68238e240669ea5616c2e8aa","type":"PUBLISHING","record":{"ref_id":"%2F68238e240669ea5616c2e8aa","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"63f7a365-47ac-4a2f-940a-a27bd1830a7f","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%2F867-travel-with-amateur-travel-30936518%2F","@url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/","author_name":"Travel with Amateur Traveler Podcast","author_url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Travel with Amateur Traveler Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/?embed=true&cid=oembed&keyid%5B0%5D=Travel%20with%20Amateur%20Traveler%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/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdhZWM2ZmRhLWRhOTctMTFlZS04ZGRiLTY3ZmUwYWQ5MjUzMS9pbWFnZS8wZWZmYzcxYzVkYzMzZTQ0MDE2MzU0ZjBmM2ZkYThmNS5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz?ops=fit(300%2C300)","thumbnail_width":300,"title":"Travel with Amateur Traveler Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Travel with Amateur Traveler Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/?embed=true&cid=oembed&keyid%5B0%5D=Travel%20with%20Amateur%20Traveler%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Vereinigte Staaten von Amerika, USA, Illinois, Chicago, Blick auf den Navy Pier am Lake Michigan","id":"%2F682396780669ea5616c2e8b6","new_tab":false,"schedule":{},"source_credit":"Westend61","title":"USA, Illinois, Chicago, Navy Pier at Lake Michigan","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Have you visited the most "boring" tourist trap in all of Illinois?\u003c/p>\n\n\u003cp>Because "boring" can mean something different to every traveler, this destination is admired by some and detested by others.\u003c/p>\n\n\u003cp>Tourists often choose destinations based on elements they think will fascinate them, only to arrive and find a place very different from what they initially anticipated.\u003c/p>\n\n\u003cp>Be it distinctive history or sheer popularity, something about this well-known Illinois location drew people in, and they walked away with an experience far from what they imagined. Some are disappointed with their experience, and others are interested and cannot wait to tell their friends and family. \u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://blog.cheapism.com/tourist-traps-across-america/\" target=\"_blank\">\u003cem>Cheapism\u003c/em>\u003c/a>, the most overrated tourist destination \u003ca href=\"https://www.iheart.com/content/2025-05-09-popular-illinois-eatery-serves-the-best-barbecue-in-the-entire-state/\" target=\"_blank\">in Illinois\u003c/a> is \u003cstrong>Navy Pier\u003c/strong> in Chicago. \u003c/p>\n\n\u003cp>Here's what \u003cem>Cheapism\u003c/em> had to say about the most "boring" tourist destination in the entire state:\u003c/p>\n\n\u003cblockquote>"Between the $18 price to ride the Ferris wheel, crowds, mediocre bars, and cafeteria food, locals often steer clear of Chicago's Navy Pier, leaving it for the tourists, resident Rachel Cooper says. Still, there are a few redeeming attractions, such as performances by the Chicago Shakespeare Theater (although tickets aren't cheap) and epic fireworks displays over Lake Michigan."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://blog.cheapism.com/tourist-traps-across-america/\" target=\"_blank\">\u003cem>Cheapism\u003c/em>\u003c/a> for a \u003ca href=\"https://www.iheart.com/content/2025-05-02-picturesque-illinois-trail-crowned-best-hike-in-the-entire-state/\" target=\"_blank\">continued list\u003c/a> of the most overrated tourist traps across the U.S.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-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/tourist trap","keywords/Illinois","keywords/Tourists","keywords/state","keywords/spot","keywords/tourist destination","keywords/people","keywords/Some","keywords/others","keywords/destinations"],"primary_image":{"bucket":"new_assets","id":"%2F682396780669ea5616c2e8b6"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747162440000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","social_title":"","summary":"Have you been to the most 'boring' tourist destination in Illinois? ","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 Spot Named 'Most Boring Tourist Trap' In The Entire State","permalink":"https://939litefm.iheart.com/content/2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state/"},"slug":"2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/682396780669ea5616c2e8b6","title":"Popular Illinois Spot Named 'Most Boring Tourist Trap' In The Entire State","description":"Have you been to the most 'boring' tourist destination in Illinois? ","author":"Logan DeLoye"},"pub_start":1747162440000,"pub_until":4115978604802,"pub_changed":1747163410757,"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:/68238e240669ea5616c2e8aa","slug:2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","slug:2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","keyword:keywords/tourist trap","keyword:keywords/Illinois","keyword:keywords/Tourists","keyword:keywords/state","keyword:keywords/spot","keyword:keywords/tourist destination","keyword:keywords/people","keyword:keywords/Some","keyword:keywords/others","keyword:keywords/destinations","author:user"]}},{"id":"%2F682375927a119f26819b7250","type":"PUBLISHING","record":{"ref_id":"%2F682375927a119f26819b7250","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1523c056-61ae-4ce7-86ca-3b83cfa812d3","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-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"NEW YORK, NEW YORK - OCTOBER 29: Salma Hayek attends the WSJ. Magazine 2024 Innovator Awards on October 29, 2024 in New York City. (Photo by Dimitrios Kambouris/Getty Images for WSJ. Magazine Innovators Awards)","id":"%2F682376407a119f26819b725b","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"ARRIVALS - WSJ. Magazine 2024 Innovator Awards","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Academy Award nominated actress \u003cstrong>Salma Hayek Pinault\u003c/strong> was revealed as one of the four cover models for the \u003ca href=\"https://www.iheart.com/content/2024-11-05-olympic-gold-medalist-announced-as-next-si-swimsuit-mode/\" target=\"_blank\">2025 \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-05-olympic-gold-medalist-announced-as-next-si-swimsuit-mode/\" target=\"_blank\">\u003cem>Sports Illustrated Swimsuit\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-05-olympic-gold-medalist-announced-as-next-si-swimsuit-mode/\" target=\"_blank\"> Issue\u003c/a> on Tuesday (May 13).\u003c/p>\n\n\u003cp>Hayek Pinault, 58, was photographed by \u003cstrong>Ruven Afanador\u003c/strong> in her home country of Mexico at the Cuixmala luxury resort, according to \u003ca href=\"https://swimsuit.si.com/swimnews/meet-your-cover-model-salma-hayek-pinault\" target=\"_blank\">\u003cem>Sports Illustrated Swimsuit\u003c/em>\u003c/a>\u003ca href=\"https://swimsuit.si.com/swimnews/meet-your-cover-model-salma-hayek-pinault\" target=\"_blank\">'s feature interview\u003c/a>.\u003c/p>\n\n\u003cp>“I remember when I was young, a long, long time ago, I was always excited to see the Swimsuit Issue of \u003cem>Sports Illustrated\u003c/em>, and [thinking] ‘Who’s going to be in it?’ Of course, I didn’t look like a model, so it never crossed my mind that one day I would be in it,” Hayek Pinault said during her photoshoot. “If somebody had told me I was gonna be in it at 58, I would have sent them to the madhouse, but the world has changed, and that’s exciting.”\u003c/p>\n\n\u003cp>“I feel so fortunate that I am part of a generation that has been able to really experience very tangible change,” she continued. “I could retire, but I don’t want to miss out on this time. I fought for it, you know, and I’ve been part of it, and I think it's really remarkable that a magazine like \u003cem>Sports Illustrated \u003c/em>[\u003cem>Swimsuit\u003c/em>] says that it’s O.K., maybe even cool, to be past 50 and still be able to feel not just sexy, but for me, to be free and not be self-conscious of your body like you have to hide.”\u003c/p>\n\n\u003cp>“I don’t see why, after a certain age, we have to retract ourselves from embracing life to the fullest,” she said.\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%2FDJmZBKhvCAA%2F","@url":"https://www.instagram.com/p/DJmZBKhvCAA/","author_name":"salmahayek","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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 Salma Hayek Pinault (@salmahayek)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1139,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/497660005_18506285470028094_560734758938660666_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QF0UkCA_qC98mEaY9C4FxHNRsKNUpVROrzHgB9rZJ4u2Kdb0rL36zmP63aIRBC5LzQ&_nc_ohc=LfTZwsTajPgQ7kNvwECre4S&_nc_gid=FXpNnWOfuFpTBkztwepBww&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfKd_PcHTQJ9CTHzGkbIlkBJ6DhQzbmuMCzBj2-KdF16gg&oe=68293CD9&_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/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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 Salma Hayek Pinault (@salmahayek)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJmZBKhvCAA/"},{"html":"\u003cp>Hayek Pinault emerged as a major star in American cinema during the 1990s with roles in \u003cem>Desperado\u003c/em>, \u003cem>From Dusk Till Dawn\u003c/em>, \u003cem>Dogma\u003c/em> and \u003ca href=\"https://www.iheart.com/artist/30779/albums/wild-wild-west-129813287/\" data-catalog-kind=\"ALBUM\" data-catalog-id=\"129813287\" data-catalog-related-id=\"\">\u003cem>Wild Wild West\u003c/em>\u003c/a> before becoming the first Mexican actress to be nominated for the Academy Award for Best Actress for her role as late painter \u003cstrong>Frida Kahlo\u003c/strong> in the biographical film \u003cem>Frida\u003c/em> in 2002.\u003c/p>\n\n\u003cp>“Salma Hayek Pinault is a force of nature,” said SI Swimsuit editor in chief \u003cstrong>MJ Day\u003c/strong>. “As an actor, producer, philanthropist and champion for women, Salma is a beacon for Latinx communities, a tireless advocate and a person whose passion for art, life and humanity has few rivals. Her \u003cem>why\u003c/em> is rooted in her ability to inspire generations to come, by showing us all that living on your own terms is the ultimate power. She has a creative fire that lights up everything she touches. Her passion for life, for storytelling, for humanity is rare. It’s real.”\u003c/p>\n\n\u003cp>Other cover stars for the 2025 \u003cem>Sports Illustrated Swimsuit\u003c/em> edition include Olympic gymnast \u003cstrong>Jordan Chiles\u003c/strong>, former LSU gymnast and three-time \u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cem>SI Swimsuit\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\"> model \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cstrong>Olivia\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\"> '\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cstrong>Livvy\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">' \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cstrong>Dunne\u003c/strong>\u003c/a> and three-time \u003cem>SI Swimsuit\u003c/em> model \u003cstrong>Lauren Chan\u003c/strong>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model/","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/Salma Hayek","keywords/SI Swimsuit","keywords/cover model","keywords/cover models","keywords/swimsuit","keywords/model","keywords/actress"],"primary_image":{"bucket":"new_assets","id":"%2F682376407a119f26819b725b"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747155300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","social_title":"","summary":"Academy Award nominated actress Salma Hayek Pinault was revealed as one of the four cover models for the 2025 Sports Illustrated Swimsuit Issue.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Salma Hayek Announced As SI Swimsuit Cover Model","permalink":"https://939litefm.iheart.com/content/2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model/"},"slug":"2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","summary":{"image":"https://i.iheart.com/v3/re/new_assets/682376407a119f26819b725b","title":"Salma Hayek Announced As SI Swimsuit Cover Model","description":"Academy Award nominated actress Salma Hayek Pinault was revealed as one of the four cover models for the 2025 Sports Illustrated Swimsuit Issue.","author":"Jason Hall"},"pub_start":1747155300000,"pub_until":4115978604802,"pub_changed":1747155681103,"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:/682375927a119f26819b7250","slug:2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","slug:2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","keyword:keywords/Salma Hayek","keyword:keywords/SI Swimsuit","keyword:keywords/cover model","keyword:keywords/cover models","keyword:keywords/swimsuit","keyword:keywords/model","keyword:keywords/actress","author:user"]}},{"id":"%2F6823753498e0f7b933dcadcd","type":"PUBLISHING","record":{"ref_id":"%2F6823753498e0f7b933dcadcd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a4bb113c-e3c7-470b-9aac-71fed9e333ca","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":"Young women head out while enjoying a summer road trip","id":"%2F682375f5b72241a4d6bdad26","new_tab":false,"schedule":{},"source_credit":"Twenty47studio / Moment / Getty Images","title":"Young women head out while enjoying a summer road trip","type":"asset","url":"","use_caption":false},{"html":"\u003cp>This Memorial Day weekend is set to break records as \u003ca href=\"https://newsroom.aaa.com/2025/05/memorial-day-forecast/\" target=\"_blank\">more than 45 million Americans plan to travel\u003c/a>, according to AAA. From Thursday (May 22) to Monday (May 26), 45.1 million people are expected to journey at least 50 miles from home, surpassing the previous record of 44 million set in 2005. This increase of 1.4 million travelers from last year marks a significant rebound in travel since the COVID-19 pandemic.\u003c/p>\n\n\u003cp>The majority of travelers, \u003ca href=\"https://www.foxbusiness.com/lifestyle/memorial-day-travel-set-new-record-drivers-benefit-from-lower-gas-prices\" target=\"_blank\">about 87%, will be hitting the road\u003c/a>, benefiting from lower gas prices. The national average for a gallon of regular gas is lower this year compared to last Memorial Day, when it was $3.59. Despite the potential for prices to rise as summer demand increases, drivers are eager to take advantage of the current savings.\u003c/p>\n\n\u003cp>\u003cstrong>Stacey Barber\u003c/strong>, vice president of AAA Travel, noted that "Memorial Day weekend getaways don’t have to be extravagant and costly." Many families are opting for road trips to nearby beaches or to visit friends, taking advantage of the long weekend and school holidays.\u003c/p>\n\n\u003cp>Air travel is also on the rise, with \u003ca href=\"https://thehill.com/policy/transportation/5295663-record-travelers-memorial-day-forecast/\" target=\"_blank\">3.61 million passengers expected to fly\u003c/a>, a nearly 2% increase from last year. Although this year's air travel won't surpass the record set in 2005, it is projected to exceed pre-pandemic levels by 12%. Popular destinations include Orlando, New York, and Chicago.\u003c/p>\n\n\u003cp>Other modes of travel, such as trains, buses, and cruises, are seeing an 8.5% increase over last year. Cruises to Alaska are particularly popular, with Fairbanks, Anchorage, and Juneau among the top domestic destinations.\u003c/p>\n\n\u003cp>As travel surges, AAA advises travelers to plan ahead, especially when booking hotels and rental cars, to ensure a smooth and enjoyable holiday weekend.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-memorial-day-travel-poised-to-set-new-record/","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"],"primary_image":{"bucket":"assets.getty","id":"%2F682375f5b72241a4d6bdad26"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1747154160000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-memorial-day-travel-poised-to-set-new-record","social_title":"","summary":"AAA predicts the 20-year record will fall this year.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Memorial Day Travel Poised To Set New Record","permalink":"https://939litefm.iheart.com/content/2025-05-13-memorial-day-travel-poised-to-set-new-record/"},"slug":"2025-05-13-memorial-day-travel-poised-to-set-new-record","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/682375f5b72241a4d6bdad26","title":"Memorial Day Travel Poised To Set New Record","description":"AAA predicts the 20-year record will fall this year.","author":"iHeartRadio"},"pub_start":1747154160000,"pub_until":4115978604802,"pub_changed":1747154530440,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6823753498e0f7b933dcadcd","slug:2025-05-13-memorial-day-travel-poised-to-set-new-record","slug:2025-05-13-memorial-day-travel-poised-to-set-new-record","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F68236012e26144d4f44f6688","type":"PUBLISHING","record":{"ref_id":"%2F68236012e26144d4f44f6688","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"18b2ff86-d226-412a-8296-1a8e7a04bc06","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":"%2F6823603de26144d4f44f6693","new_tab":false,"schedule":{},"source_credit":"@SamuelFrenchActor/Instagram","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-05-04-actor-charley-scailes-dead-at-84/\" target=\"_blank\">Actor\u003c/a> \u003cstrong>Samuel French\u003c/strong>, best known for his role in \u003ca href=\"https://www.iheart.com/content/2024-12-30-actress-linda-lavin-dead-at-87/\" target=\"_blank\">\u003cstrong>Martin Scorsese\u003c/strong>\u003c/a>'s film \u003cem>Killers of the Flower Moon\u003c/em> and the television series \u003cem>Fear of the Walking Dead\u003c/em>, has died at the age of 45 after a yearslong battle with cancer, \u003cstrong>Paul Sinacore\u003c/strong>, who directed French's final performance in the upcoming movie \u003cem>Towpath\u003c/em>, told \u003ca href=\"https://www.hollywoodreporter.com/movies/movie-news/samuel-french-dead-killers-of-the-flower-moon-1236214606/\" target=\"_blank\">\u003cem>the Hollywood Reporter\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>“Samuel was a dear friend and an incredible actor,” Sinacore said. “\u003cem>Towpath\u003c/em> wouldn’t exist without him, and the incredible intensity he brought to the role of Det. Bernard Crooke set the tone for the entire film. Together we were on an extraordinary journey, giving everything we had to realize a shared creative vision.\u003c/p>\n\n\u003cp>“Samuel carried a fire for acting that burned in every frame — unfiltered, fearless and alive. He gave himself completely to the work, and it showed. I am deeply saddened by his loss and only wish he could have seen the final cut. He was one of a kind, and he will remain in our hearts forever.”\u003c/p>\n\n\u003cp>French played Detective Bernard Crooke \u003cem>Towpath\u003c/em>, which centers around the 1964 civil rights movement, alongside \u003cstrong>Eric Roberts\u003c/strong>. The Texas native made his acting debut in the 2015 miniseries \u003cem>Texas Rising\u003c/em> before later playing Ben in an episode of \u003cem>Fear of the Walking Dead\u003c/em> in 2020 and the title character in the film \u003cem>Joe Haladin: The Case of the Missing Sister\u003c/em>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-actor-samuel-french-dead-at-45/","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/Samuel French","keywords/Samuel","keywords/Fear of the Walking Dead","keywords/Paul Sinacore","keywords/Actor","keywords/Bernard Crooke Towpath","keywords/film","keywords/role","keywords/French"],"primary_image":{"bucket":"new_assets","id":"%2F6823603de26144d4f44f6693"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747149120000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-actor-samuel-french-dead-at-45","social_title":"","summary":"Actor Samuel French, best known for his roles in 'Killers of the Flower Moon' and 'Fear of the Walking Dead,' has died at the age of 45.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Actor Samuel French Dead At 45","permalink":"https://939litefm.iheart.com/content/2025-05-13-actor-samuel-french-dead-at-45/"},"slug":"2025-05-13-actor-samuel-french-dead-at-45","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6823603de26144d4f44f6693","title":"Actor Samuel French Dead At 45","description":"Actor Samuel French, best known for his roles in 'Killers of the Flower Moon' and 'Fear of the Walking Dead,' has died at the age of 45.","author":"Jason Hall"},"pub_start":1747149120000,"pub_until":4115978604802,"pub_changed":1747149494816,"subscription":[{"tags":["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:/68236012e26144d4f44f6688","slug:2025-05-13-actor-samuel-french-dead-at-45","slug:2025-05-13-actor-samuel-french-dead-at-45","keyword:keywords/Samuel French","keyword:keywords/Samuel","keyword:keywords/Fear of the Walking Dead","keyword:keywords/Paul Sinacore","keyword:keywords/Actor","keyword:keywords/Bernard Crooke Towpath","keyword:keywords/film","keyword:keywords/role","keyword:keywords/French","author:user"]}},{"id":"%2F68225cef348703ad6d6f7490","type":"PUBLISHING","record":{"ref_id":"%2F68225cef348703ad6d6f7490","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"2a995e8f-f638-40e7-a60b-11ac7ed85856","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/269-new-heights-show-on-educat-57987790/?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/269-new-heights-show-on-educat-57987790/?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/269-new-heights-show-on-educat-57987790/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/269-new-heights-show-on-educat-57987790/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Empty classroom in sixth form college with machinery in background, absence, empty, anticipation","id":"%2F68225d57348703ad6d6f749d","new_tab":false,"schedule":{},"source_credit":"Digital Vision","title":"Classroom in technical college","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Do you live in the best school district inIllinois? \u003c/p>\n\n\u003cp>Great school districts can also be great places to raise a family if the district is also rated highly for safety and affordability. \u003c/p>\n\n\u003cp>Niche considered "academics, culture and diversity, parent/student surveys on their experiences, health and safety, resources and facilities, clubs and activities, and sports" as factors in ranking the best school districts across America. \u003c/p>\n\n\u003cp>While there are a handful of prestigious school districts scattered \u003ca href=\"https://www.iheart.com/content/2025-05-07-popular-illinois-restaurant-serves-the-most-expensive-meal-in-the-state/\" target=\"_blank\">throughout Illinois\u003c/a>, only one is revered as the best and has received the highest scores in the aforementioned categories. \u003c/p>\n\n\u003cp>According to Niche, the best school district in the U.S. (\u003ca href=\"https://www.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state/\" target=\"_blank\">and Illinois\u003c/a>) is Adlai E. Stevenson High School District No. 125 in Lincolnshire. This is a \u003ca href=\"https://www.niche.com/k12/d/adlai-e-stevenson-high-school-district-no-125-il/\" target=\"_blank\">top-rated school district\u003c/a> housing two schools with "4,614 students in grades 9-12 with a student-teacher ratio of 16 to 1" and "72% of students proficient in math and 72% in reading."\u003c/p>\n\n\u003cp>Here's what \u003cem>Niche\u003c/em> had to say about sourcing the data to discover the best school districts across the country: \u003c/p>\n\n\u003cp>"The \u003ca href=\"https://www.niche.com/about/methodology/best-school-districts/\" target=\"_blank\">Best School Districts ranking\u003c/a> is based on rigorous analysis of academic and student life data from the U.S. Department of Education along with test scores, college data, and ratings collected from millions of Niche users."\u003c/p>\n\n\u003cp>Check out \u003ca href=\"https://www.niche.com/k12/search/best-school-districts/\" target=\"_blank\">\u003cem>Niche\u003c/em>\u003c/a> for a continued list of the best school districts in America. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us/","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/school district","keywords/Niche","keywords/school districts","keywords/destination","keywords/Illinois","keywords/places","keywords/U.S.","keywords/family","keywords/student surveys","keywords/schools"],"primary_image":{"bucket":"new_assets","id":"%2F68225d57348703ad6d6f749d"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747083300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","social_title":"","summary":"Is your school a part of the best school district in America? ","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":"'Diverse' Illinois School District Named 'Best School District' In The US","permalink":"https://939litefm.iheart.com/content/2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us/"},"slug":"2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68225d57348703ad6d6f749d","title":"'Diverse' Illinois School District Named 'Best School District' In The US","description":"Is your school a part of the best school district in America? ","author":"Logan DeLoye"},"pub_start":1747083300000,"pub_until":4115978604802,"pub_changed":1747083671033,"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:/68225cef348703ad6d6f7490","slug:2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","slug:2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","keyword:keywords/school district","keyword:keywords/Niche","keyword:keywords/school districts","keyword:keywords/destination","keyword:keywords/Illinois","keyword:keywords/places","keyword:keywords/U.S.","keyword:keywords/family","keyword:keywords/student surveys","keyword:keywords/schools","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":"%2F68248051fbd0f58a1492e241","type":"PUBLISHING","record":{"ref_id":"%2F68248051fbd0f58a1492e241","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Melissa Forman","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68248216fbd0f58a1492e254","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>This is one we never saw coming, but may wind up being a surprisingly delicious twist. Blue Diamond and 7-Eleven have a treat for those who love nuts and Slurpees. Introducing Cherry Slurpee flavored almonds. The cherry flavor will dust the outside of the popular Blue Diamond almonds for a sweet and crunchy taste. The Cherry Slurpee almonds are on sale now at 7-Eleven, Speedway, and Stripes locations.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds/","cuser":"user/ldap/1026567","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/cherry nuts","keywords/cherry slurpees","keywords/slurpee nuts"],"primary_image":{"bucket":"new_assets","id":"%2F68248216fbd0f58a1492e254"},"primary_target":{"categories":[],"distribution":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]},"publish_date":1747222980000,"publish_end_date":4115978604802,"publish_origin":"brands/Melissa Forman in the Morning","seo_title":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds","social_title":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","summary":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","targets":[],"title":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","permalink":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds/"},"slug":"2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68248216fbd0f58a1492e254","title":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","description":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","author":"Melissa Forman"},"pub_start":1747222980000,"pub_until":4115978604802,"pub_changed":1747224543066,"subscription":[{"tags":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Melissa Forman in the Morning","id:/68248051fbd0f58a1492e241","slug:2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds","slug:2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds","keyword:keywords/cherry nuts","keyword:keywords/cherry slurpees","keyword:keywords/slurpee nuts","author:user"]}},{"id":"%2F6822f05a650a642119731062","type":"PUBLISHING","record":{"ref_id":"%2F6822f05a650a642119731062","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"27935899","kind":"podcast","related_id":"275245570","schedule":{},"type":"catalog"},{"html":"\u003cp>New music from The Doobie Brother's is on it's way! The band will release their newest studio album "\u003cem>WALK THIS ROAD" \u003c/em>in June featuring 10 newly recorded tracks including \u003cem>“Walk This Road,” “Call Me” and “Lahaina.” \u003c/em>\u003c/p>\n\n\u003cp> Tom Johnston and Pat Simmons are with us today to give us the inside scoop on the album, the upcoming tour, and share their feelings about the group's induction into the Rock & Roll Hall of Fame, and upcoming inclusion in the Songwriter's Hall of Fame. Don't miss this episode! ~ Delilah\u003c/p>\n\n\u003cp>See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/51-love-someone-with-delilah-27935899","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6822eeeb650a64211973105d","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/51-love-someone-with-delilah-27935899","feed_type":"PODCAST","feed_vendor":"LOVE SOMEONE with Delilah","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy81N2VjZjg1MS03ZGQ3LTQ1YWYtOWI1NS1iMmRiMDE0OGJmN2EvaW1hZ2UuanBnP3Q9MTc0NzA4MDE2MiZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Delilah (54601)"]},"publish_date":1747105200000,"publish_end_date":4115978604802,"publish_origin":"brands/Delilah (54601)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road","social_title":"","summary":"\u003cp>New music from The Doobie Brother's is on it's way! The band will release their newest studio album \"\u003cem>WALK THIS ROAD\" \u003c/em>in June featuring 10 newly recorded tracks including \u003cem>“Walk This Road,” “Call Me” and “Lahaina.” \u003c/em>\u003c/p> \u003cp>Tom John...","targets":[],"title":"THE DOOBIE BROTHERS: \"Walk This Road\"","permalink":"https://939litefm.iheart.com/featured/delilah/content/2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road/"},"slug":"2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy81N2VjZjg1MS03ZGQ3LTQ1YWYtOWI1NS1iMmRiMDE0OGJmN2EvaW1hZ2UuanBnP3Q9MTc0NzA4MDE2MiZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"THE DOOBIE BROTHERS: \"Walk This Road\"","description":"\u003cp>New music from The Doobie Brother's is on it's way! The band will release their newest studio album \"\u003cem>WALK THIS ROAD\" \u003c/em>in June featuring 10 newly recorded tracks including \u003cem>“Walk This Road,” “Call Me” and “Lahaina.” \u003c/em>\u003c/p> \u003cp>Tom John...","author":""},"pub_start":1747105200000,"pub_until":4115978604802,"pub_changed":1747120218801,"subscription":[{"tags":["brands/Delilah (54601)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Delilah (54601)","id:/6822f05a650a642119731062","slug:2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road","slug:2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road"]}},{"id":"%2F626ffa982d55e2faa1c90ca5","type":"PUBLISHING","record":{"ref_id":"%2F626ffa982d55e2faa1c90ca5","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F67b8fddb244d3343cab558cf","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Every Tuesday morning, Melissa Forman opens up the LITE FM Free Ticket Window to get you into some of the most popular upcoming Chicagoland concerts!\u003c/p>\n\n\u003cp>Listen every hour with Melissa on the :05's on Tuesdays to win! 6:05am, 7:05am, 8:05am and 9:05am!\u003c/p>\n\n\u003cp>Here's the upcoming giveaway calendar so you can be prepared!\u003c/p>\n\n","schedule":{},"type":"html"},{"html":"\u003cul>\u003cli>TUE 5/13 – BRYAN ADAMS/PAT BENATAR (NOV 3 at Allstate Arena)\u003c/li>\u003c/ul>\n","schedule":{"begin":1727446201976,"end":1747145100000},"type":"html"},{"html":"\u003cul>\u003cli>TUE 5/20 – SIMPLE MINDS / MODERN ENGLISH / SOFT CELL (June 20 at Huntington Bank Pavilion at Northerly Island)\u003c/li>\u003c/ul>\n","schedule":{"begin":1730911975715,"end":1747749955715},"type":"html"},{"html":"\u003cul>\u003cli>TUE 5/27 – TOTO / MEN AT WORK / CHRISTOPHER CROSS (August 9 at Credit Union 1 Amphitheatre)\u003c/li>\u003c/ul>\n","schedule":{"begin":1727452861352,"end":1748354700000},"type":"html"},{"html":"\u003cul>\u003cli>TUE 4/29 – LADY GAGA (September 16 United Center)\u003c/li>\u003c/ul>\n","schedule":{"begin":1727273100865,"end":1745935500865},"type":"html"},{"html":"\u003cul>\u003cli>TUE 4/8 – CYNDI LAUPER (August 5 at Credit Union 1 Amphitheatre)\u003c/li>\u003c/ul>\n","schedule":{"begin":1732029997374,"end":1744121137374},"type":"html"},{"id":"853","kind":"station","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://939litefm.iheart.com/featured/mick-lee/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/","cuser":"user/ldap/ccrbal1mpl","enable_featured_widget":false,"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":false,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"new_assets","id":"%2F6633b43f7358755e40c850ff"},"primary_target":{"categories":[],"distribution":["brands/WLIT-FM (1863)","brands/Melissa Forman in the Morning"]},"publish_date":1746619211407,"publish_end_date":4115978604802,"publish_origin":"brands/Mick Lee (52398)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2022-05-02-free-ticket-tuesdays-with-melissa-forman","social_title":"","summary":"Listen every Tuesday to win concert tickets to some of the biggest upcoming Chicagoland shows!","targets":[],"title":"Free Ticket Tuesdays With Melissa Forman","permalink":"https://939litefm.iheart.com/featured/mick-lee/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/"},"slug":"2022-05-02-free-ticket-tuesdays-with-melissa-forman","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6633b43f7358755e40c850ff","title":"Free Ticket Tuesdays With Melissa Forman","description":"Listen every Tuesday to win concert tickets to some of the biggest upcoming Chicagoland shows!","author":""},"pub_start":1746619211407,"pub_until":4115978604802,"pub_changed":1746645131220,"subscription":[{"tags":["brands/WLIT-FM (1863)","brands/Melissa Forman in the Morning"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mick Lee (52398)","id:/626ffa982d55e2faa1c90ca5","slug:2022-05-02-free-ticket-tuesdays-with-melissa-forman","slug:2022-05-02-free-ticket-tuesdays-with-melissa-forman"]}},{"id":"%2F681aa4d80de6fdd5a90ad768","type":"PUBLISHING","record":{"ref_id":"%2F681aa4d80de6fdd5a90ad768","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"melissa forman ","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681aa4e50de6fdd5a90ad770","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>I've been waiting patiently for these and it looks like it has FINALLY ARRIVED!! The new limited-edition chocolate covered pretzel Oreo has been spotted on store shelves! They feature chocolate-flavored cream filling between crispy pretzel-flavored sandwich cookies topped with a sprinking of salt. Talk about dunkable! Plus, I love that it satisfies both the sweet AND savory tooth at the same time. Let me know if you try them or where you spot them. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor/","cuser":"user/ldap/1026567","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/Oreo ","keywords/chocolate covered pretzel oreo","keywords/pretzel oreo "],"primary_image":{"bucket":"new_assets","id":"%2F681aa4e50de6fdd5a90ad770"},"primary_target":{"categories":[],"distribution":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]},"publish_date":1746576900000,"publish_end_date":4115978604802,"publish_origin":"brands/Melissa Forman in the Morning","seo_title":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor","social_title":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","summary":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","targets":[],"title":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","permalink":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor/"},"slug":"2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681aa4e50de6fdd5a90ad770","title":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","description":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","author":"melissa forman "},"pub_start":1746576900000,"pub_until":4115978604802,"pub_changed":1746577331476,"subscription":[{"tags":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Melissa Forman in the Morning","id:/681aa4d80de6fdd5a90ad768","slug:2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor","slug:2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor","keyword:keywords/Oreo ","keyword:keywords/chocolate covered pretzel oreo","keyword:keywords/pretzel oreo ","author:user"]}},{"id":"%2F681a19c0024e5eb65c90ca25","type":"PUBLISHING","record":{"ref_id":"%2F681a19c0024e5eb65c90ca25","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"melissa forman","blocks":[{"html":"\u003cp>There's nothing cooler than seeing majestic streaks running across our night sky and tonight the 2025 Aquarids meteor shower will peak, meaning you could see up to 30 meteors shed from Halley's Comet every hour. Astronomer Phil Plait says, "Showers peak after midnight, so we see the meteors head-on. This means the best hours for viewing are late at night or early morning before dawn." Find a safe, dark place to view the Aquarids shower tonight and make sure to give your eyes around 30 minutes to adjust.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight/","cuser":"user/ldap/1026567","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/meteor shower","keywords/meteor shower tonight","keywords/Aquarids meteor shower"],"primary_image":{"bucket":"assets.getty","id":"%2F681a1a31d8c5b3806ef29169"},"primary_target":{"categories":[],"distribution":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]},"publish_date":1746540900000,"publish_end_date":4115978604802,"publish_origin":"brands/Melissa Forman in the Morning","seo_title":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight","social_title":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","summary":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","targets":[],"title":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","permalink":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight/"},"slug":"2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681a1a31d8c5b3806ef29169","title":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","description":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","author":"melissa forman"},"pub_start":1746540900000,"pub_until":4115978604802,"pub_changed":1746558504676,"subscription":[{"tags":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Melissa Forman in the Morning","id:/681a19c0024e5eb65c90ca25","slug:2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight","slug:2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight","keyword:keywords/meteor shower","keyword:keywords/meteor shower tonight","keyword:keywords/Aquarids meteor shower","author:user"]}},{"id":"%2F6812462576b3546a2830a50c","type":"PUBLISHING","record":{"ref_id":"%2F6812462576b3546a2830a50c","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"melissa forman ","blocks":[{"html":"\u003cp>Potato chip maker Utz Brands has dropped a lemonade-flavored chip available through August and the best part is that it's for a wonderful cause. For each bag sold, Utz will donate a portion of its profits to the childhood cancer research charity Alex’s Lemonade Stand Foundation, up to $25,000. You can get a bag (or two) at \u003ca href=\"https://www.utzsnacks.com/\" target=\"_blank\">UtzSnacks.com\u003c/a> or pick up the chips at retailers nationwide.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6812482a76b3546a2830a51f","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false}],"canonical_url":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-04-30-lemonade-flavored-chips-have-just-been-released/","cuser":"user/ldap/1026567","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/lemonade potato chips","keywords/Utz chips","keywords/Utz lemonade chips"],"primary_image":{"bucket":"new_assets","id":"%2F6812482a76b3546a2830a51f"},"primary_target":{"categories":[],"distribution":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]},"publish_date":1746028680000,"publish_end_date":4115978604802,"publish_origin":"brands/Melissa Forman in the Morning","seo_title":"Lemonade-Flavored Chips Have Just Been Released ","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-30-lemonade-flavored-chips-have-just-been-released","social_title":"Lemonade-Flavored Chips Have Just Been Released ","summary":"Lemonade-Flavored Chips Have Just Been Released ","targets":[],"title":"Lemonade-Flavored Chips Have Just Been Released ","permalink":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-04-30-lemonade-flavored-chips-have-just-been-released/"},"slug":"2025-04-30-lemonade-flavored-chips-have-just-been-released","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6812482a76b3546a2830a51f","title":"Lemonade-Flavored Chips Have Just Been Released ","description":"Lemonade-Flavored Chips Have Just Been Released ","author":"melissa forman "},"pub_start":1746028680000,"pub_until":4115978604802,"pub_changed":1746029214721,"subscription":[{"tags":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Melissa Forman in the Morning","id:/6812462576b3546a2830a50c","slug:2025-04-30-lemonade-flavored-chips-have-just-been-released","slug:2025-04-30-lemonade-flavored-chips-have-just-been-released","keyword:keywords/lemonade potato chips","keyword:keywords/Utz chips","keyword:keywords/Utz lemonade chips","author:user"]}}],"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":"%2F67d778a16fe974f7f1adb1c1","type":"PUBLISHING","record":{"ref_id":"%2F67d778a16fe974f7f1adb1c1","type":"content:calendar","payload":{"canonical_url":"https://939litefm.iheart.com/calendar/content/2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th","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":"%2F67d77c6d6fe974f7f1adb1d7","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67d77c6d6fe974f7f1adb1d7","source_credit":"","title":"","url":"asset://assets.calendar/67d77c6d6fe974f7f1adb1d7","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>93.9 LITE FM welcomes Rick Springfield: I Want My 80s Tour with support acts John Waite, Wang Chung, and John Cafferty on June 13th at the Venue at Horseshoe Casino\u003c/p>\n\n\u003cp>Tickets available at the Horseshoe Casino, all Ticketmaster outlets, and \u003ca href=\"https://www.ticketmaster.com/event/07006244FD1122C3\" target=\"_blank\">ticketmaster.com\u003c/a>.\u003c/p>\n\n"},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"embed","value":{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DqYkbTyHXwbs","@url":"https://www.youtube.com/watch?v=qYkbTyHXwbs","author_name":"RickSpringfieldVEVO","author_url":"https://www.youtube.com/@RickSpringfieldVEVO","height":150,"html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/qYkbTyHXwbs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rick Springfield - Jessie's Girl (Official Video)\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/qYkbTyHXwbs/hqdefault.jpg","thumbnail_width":480,"title":"Rick Springfield - Jessie's Girl (Official Video)","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/qYkbTyHXwbs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rick Springfield - Jessie's Girl (Official Video)\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","url":"https://www.youtube.com/watch?v=qYkbTyHXwbs"}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"catalog","value":{"country":"","device_link":"ihr://play/custom/artist/42667","id":"42667","img":"https://i.iheart.com/v3/catalog/artist/42667","kind":"artist","name":"Rick Springfield","related_id":"","web_link":"https://www.iheart.com/artist/rick-springfield-42667/"}}]},"event_date":{"type":"multidate","value":[{"begin":1749859227345,"enabled":false,"end":1750132800788}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67d778c76fe974f7f1adb1cd","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67d778c76fe974f7f1adb1cd","source_credit":"","title":"","url":"asset://assets.calendar/67d778c76fe974f7f1adb1cd","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":" Rick Springfield: I Want My 80s Tour - June 13th"},"venue_address":{"type":"plain","value":"Hammond, IN"},"venue_name":{"type":"plain","value":"Venue at Horseshoe Casino"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/67d778c76fe974f7f1adb1cd","use_caption":false},"keywords":[],"primary_slug":"2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th","slugs":["2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th"],"sponsored":false,"title":" Rick Springfield: I Want My 80s Tour - June 13th"},"targeting":{"exclusion":{"tags":[]},"publish_date":1742175480000,"publish_end_date":4115978604802,"publish_origin":"brands/WLIT-FM (1863)","syndication":{"publish_origin":"brands/WLIT-FM (1863)","refs":{}},"targets":[{"id":"67d778a16fe974f7f1adb1c2","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLIT-FM (1863)"],"workflow":""}]},"permalink":"https://939litefm.iheart.com/calendar/content/2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th"},"slug":"2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67d778c76fe974f7f1adb1cd","title":" Rick Springfield: I Want My 80s Tour - June 13th","description":"","author":""},"pub_start":1742175480000,"pub_until":4115978604802,"pub_changed":1742327671243,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLIT-FM (1863)","id:/67d778a16fe974f7f1adb1c1","slug:2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th","slug:2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th"]}},{"id":"%2F680f9e7df4b92282f315bf8a","type":"PUBLISHING","record":{"ref_id":"%2F680f9e7df4b92282f315bf8a","type":"content:calendar","payload":{"canonical_url":"https://939litefm.iheart.com/calendar/content/2025-08-29-theresa-caputo-live-the-experience-august-29th","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":1745854206822,"enabled":true,"end":1756567806822},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F680f9eaaf4b92282f315bf97","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf97","source_credit":"Michele_Wedel","title":"","url":"asset://assets.calendar/680f9eaaf4b92282f315bf97","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":1745854263237,"enabled":true,"end":1756567863237},"type":"html","value":"\u003cp>Theresa Caputo Live: The Experience Show Date: Friday, August 29, 2025 at The Venue at Horseshoe Casino \u003c/p>\n\n\u003cp>Ticket on sale at horseshoehammond.com \u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1756512000800,"enabled":false,"end":1756519200800}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F680f9eaaf4b92282f315bf96","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf96","source_credit":"","title":"","url":"asset://assets.calendar/680f9eaaf4b92282f315bf96","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-29-theresa-caputo-live-the-experience-august-29th"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Theresa Caputo Live: The Experience - August 29th"},"venue_address":{"type":"plain","value":"Hammond, IN"},"venue_name":{"type":"plain","value":"The Venue at Horseshoe Casino"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/680f9eaaf4b92282f315bf96","use_caption":false},"keywords":[],"primary_slug":"2025-08-29-theresa-caputo-live-the-experience-august-29th","slugs":["2025-08-29-theresa-caputo-live-the-experience-august-29th"],"sponsored":false,"title":"Theresa Caputo Live: The Experience - August 29th"},"targeting":{"exclusion":{"tags":[]},"publish_date":1745853960000,"publish_end_date":4115978604802,"publish_origin":"brands/WLIT-FM (1863)","syndication":{"publish_origin":"brands/WLIT-FM (1863)","refs":{}},"targets":[{"id":"680f9e7df4b92282f315bf8b","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLIT-FM (1863)"],"workflow":""}]},"permalink":"https://939litefm.iheart.com/calendar/content/2025-08-29-theresa-caputo-live-the-experience-august-29th"},"slug":"2025-08-29-theresa-caputo-live-the-experience-august-29th","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf96","title":"Theresa Caputo Live: The Experience - August 29th","description":"","author":""},"pub_start":1745853960000,"pub_until":4115978604802,"pub_changed":1745854315403,"subscription":[{"tags":["calendar-categories/entertainment","calendar-categories/station-events","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLIT-FM (1863)","id:/680f9e7df4b92282f315bf8a","slug:2025-08-29-theresa-caputo-live-the-experience-august-29th","slug:2025-08-29-theresa-caputo-live-the-experience-august-29th"]}},{"id":"%2F67ce46e6e9bf7d48392291eb","type":"PUBLISHING","record":{"ref_id":"%2F67ce46e6e9bf7d48392291eb","type":"content:calendar","payload":{"canonical_url":"https://wgci.iheart.com/calendar/content/2025-09-10-the-doobie-brothers-walk-this-road-tour","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":1741572685422,"enabled":true,"end":1757559625422},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67ce49a01d17e2d170cba4ac","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67ce49a01d17e2d170cba4ac","source_credit":"","title":"","url":"asset://assets.calendar/67ce49a01d17e2d170cba4ac","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>93.9 welcomes The Doobie Brothers September 10th at Credit Union 1 Amphitheatre.\u003c/p>\n\n\u003cp>\u003ca href=\"https://concerts.livenation.com/the-doobie-brothers-2025-tinley-park-illinois-09-10-2025/event/04006247FD505792?_gl=1*u2r665*_gcl_au*MjAwMDM5MzYyLjE3MzYxNjc3Nzc.*_ga*NzEyMDM5NDUyLjE3NDExMTQ0NzM.*_ga_C1T806G4DF*MTc0MTU3MzE4Ni4yMzEuMS4xNzQxNTczMjA4LjM4LjAuMA..*_ga_H1KKSGW33X*MTc0MTU3MzE4Ni4yMTkuMS4xNzQxNTczMjA4LjM4LjAuMA..&_ga=2.244992453.1189515583.1741573187-712039452.1741114473\" target=\"_blank\">Click here\u003c/a> to purchase tickets.\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1757548800601,"enabled":false,"end":1757559600601}]},"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":"%2F67ce4854e9bf7d48392291f7","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67ce4854e9bf7d48392291f7","source_credit":"","title":"","url":"asset://assets.calendar/67ce4854e9bf7d48392291f7","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-09-10-the-doobie-brothers-walk-this-road-tour"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"The Doobie Brothers Walk This Road Tour "},"venue_address":{"type":"plain","value":"Tinley Park, IL"},"venue_name":{"type":"plain","value":"Credit Union 1 Amphitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/67ce4854e9bf7d48392291f7","use_caption":false},"keywords":[],"primary_slug":"2025-09-10-the-doobie-brothers-walk-this-road-tour","slugs":["2025-09-10-the-doobie-brothers-walk-this-road-tour"],"sponsored":false,"title":"The Doobie Brothers Walk This Road Tour "},"targeting":{"exclusion":{"tags":[]},"publish_date":1741572960000,"publish_end_date":4115978604802,"publish_origin":"brands/WGCI-FM (1773)","syndication":{"publish_origin":"brands/WGCI-FM (1773)","refs":{}},"targets":[{"id":"67ce46e6e9bf7d48392291ec","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLIT-FM (1863)"],"workflow":""}]},"permalink":"https://wgci.iheart.com/calendar/content/2025-09-10-the-doobie-brothers-walk-this-road-tour"},"slug":"2025-09-10-the-doobie-brothers-walk-this-road-tour","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67ce4854e9bf7d48392291f7","title":"The Doobie Brothers Walk This Road Tour ","description":"","author":""},"pub_start":1741572960000,"pub_until":4115978604802,"pub_changed":1741573304724,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WGCI-FM (1773)","id:/67ce46e6e9bf7d48392291eb","slug:2025-09-10-the-doobie-brothers-walk-this-road-tour","slug:2025-09-10-the-doobie-brothers-walk-this-road-tour"]}},{"id":"%2F680ed9ac2ebc37b0d813b655","type":"PUBLISHING","record":{"ref_id":"%2F680ed9ac2ebc37b0d813b655","type":"content:calendar","payload":{"canonical_url":"https://939litefm.iheart.com/calendar/content/2025-09-15-","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":1745804141289,"enabled":true,"end":1758159341289},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F680ed9e72ebc37b0d813b662","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b662","source_credit":"","title":"","url":"asset://assets.calendar/680ed9e72ebc37b0d813b662","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>93.9 LITE FM welcomes Lady Gaga: The Mayhem Ball Tour September 15th & 17th at the United Center.\u003c/p>\n\n"},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"catalog","value":{"country":"","device_link":"ihr://play/custom/artist/39335","id":"39335","img":"https://i.iheart.com/v3/catalog/artist/39335","kind":"artist","name":"Lady Gaga","related_id":"","web_link":"https://www.iheart.com/artist/lady-gaga-39335/"}}]},"event_date":{"type":"multidate","value":[{"begin":1757980800279,"enabled":false,"end":1757995200279}]},"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":"%2F680ed9e72ebc37b0d813b661","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b661","source_credit":"","title":"","url":"asset://assets.calendar/680ed9e72ebc37b0d813b661","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-09-15-"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":""},"venue_address":{"type":"plain","value":"Chicago, IL"},"venue_name":{"type":"plain","value":"United Center"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/680ed9e72ebc37b0d813b661","use_caption":false},"keywords":[],"primary_slug":"2025-09-15-","slugs":["2025-09-15-"],"sponsored":false,"title":""},"targeting":{"exclusion":{"tags":[]},"publish_date":1745804160000,"publish_end_date":4115978604802,"publish_origin":"brands/WLIT-FM (1863)","syndication":{"publish_origin":"brands/WLIT-FM (1863)","refs":{}},"targets":[{"id":"680ed9ac2ebc37b0d813b656","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLIT-FM (1863)"],"workflow":""}]},"permalink":"https://939litefm.iheart.com/calendar/content/2025-09-15-"},"slug":"2025-09-15-","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b661","title":"","description":"","author":""},"pub_start":1745804160000,"pub_until":4115978604802,"pub_changed":1745804571857,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLIT-FM (1863)","id:/680ed9ac2ebc37b0d813b655","slug:2025-09-15-","slug:2025-09-15-"]}}],"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":"1759062"},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]}}],["topic-e6Rs0",{"data":{}}],["item-eyebrow-/6825042d3742b7648df639b3",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["contestsloader-wlit-fm",{"data":[{"appType":"countdown","appId":"1759727","parentAppId":"1759062","title":"Listen to Win $1,000","shareTitle":"I just entered the keyword!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://939litefm.iheart.com/contests/listen-to-win-1-000-1759727/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY291bnRkb3duXzE3NTk3MjdfbW9iaWxlXzE3NDQ2NDQxNzIucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","prize":"Listen to 93.9 LITE FM weekdays at 8:25AM, 9:25AM, 10:25AM, 11:25AM, 12:25PM, 1:25PM, 2:25PM, 3:25PM, 4:25PM, 5:25PM, 6:25PM, 7:25PM and 8:25PM for the nationwide $1,000 keyword, then enter it here for your chance to win!","sort":"0","startTime":"2025-04-13","endTime":"2025-05-23","scheduleStatus":"live","startDate":"2025-04-13","endDate":"2025-05-23","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY291bnRkb3duXzE3NTk3MjdfbW9iaWxlXzE3NDQ2NDQxNzIucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6TmpNME1qYzJNRFZmWTI5MWJuUmtiM2R1WHpFM05UazNNamRmYlc5aWFXeGxYekUzTkRRMk5EUXhOekl1Y0c1bklpd2lZblZqYTJWMElqb2lZWEIwYVhaaFpHRXRabWxzWlhNaUxDSmxaR2wwY3lJNmV5SnlaWE5wZW1VaU9uc2lkMmxrZEdnaU9qRTJNREFzSW1obGFXZG9kQ0k2TXpJd01Dd2labWwwSWpvaWFXNXphV1JsSWl3aWQybDBhRzkxZEVWdWJHRnlaMjFsYldWdWRDSTZkSEoxWlgwc0luUnZSbTl5YldGMElqb2lkMlZpY0NJc0luZGxZbkFpT25zaWNYVmhiR2wwZVNJNk1UQXdMQ0p6YldGeWRGTjFZbk5oYlhCc1pTSTZkSEoxWlN3aVpXWm1iM0owSWpvMGZTd2liM0JsY21GMGFXOXVjeUk2VzNzaWIzQmxjbUYwYVc5dUlqb2ljM1J5YVhBaWZWMTlmUT09","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1695769","parentAppId":"","title":"Melissa Forman's Teacher Salute: Nominate a Teacher for a trip to Florida!","shareTitle":"Melissa Forman's Teacher Salute: Nominate a Teacher for a trip to Florida!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://939litefm.iheart.com/contests/melissa-forman-s-teacher-salute-nominate-a-teacher-for-a-trip-to-florida-1695769/","primaryImage":"","mobileImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF9tb2JpbGVfaW1hZ2VfMTA5MzM2XzE0Nzk5MTIyNDEuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF8xNjk1NzY5X21vYmlsZV8xNzQ2MTMwNTYzLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"A Chance To Win A Trip to Florida","sort":"1","startTime":"2024-09-03 07:06:00","endTime":"2025-05-30 23:59:00","scheduleStatus":"live","startDate":"2024-09-03 07:06:00","endDate":"2025-05-30 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF8xNjk1NzY5X21vYmlsZV8xNzQ2MTMwNTYzLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6TmpNME1qYzJNRFZmWTI5dWRHVnpkRjh4TmprMU56WTVYMjF2WW1sc1pWOHhOelEyTVRNd05UWXpMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1773768","parentAppId":"","title":"Leave Us A Talkback For A Chance To See Kelly Clarkson Live In Las Vegas.","shareTitle":"I just entLeave Us A Talkback For A Chance To See Kelly Clarkson Live In Las Vegas.ered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://939litefm.iheart.com/contests/leave-us-a-talkback-for-a-chance-to-see-kelly-clarkson-live-in-las-vegas-1773768/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF8xNzczNzY4X21vYmlsZV8xNzQ1OTQ5NjE0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"Win A Chance To See Kelly Clarkson Live In Las Vegas.","sort":"2","startTime":"2025-04-29 12:58:00","endTime":"2025-05-18 23:59:00","scheduleStatus":"live","startDate":"2025-04-29 12:58:00","endDate":"2025-05-18 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF8xNzczNzY4X21vYmlsZV8xNzQ1OTQ5NjE0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6TmpNME1qYzJNRFZmWTI5dWRHVnpkRjh4Tnpjek56WTRYMjF2WW1sc1pWOHhOelExT1RRNU5qRTBMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1768679","parentAppId":"","title":"Enter The American Airline Ticket To Adventure For A Chance To See Billy Joel Live In DC.","shareTitle":"Enter The American Airline Ticket To Adventure For A Chance To See Billy Joel Live In DC.","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://939litefm.iheart.com/contests/enter-the-american-airline-ticket-to-adventure-for-a-chance-to-see-billy-joel-live-in-dc-1768679/","primaryImage":"","mobileImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF9tb2JpbGVfaW1hZ2VfMTA5MzM2XzE0Nzk5MTIyNDEuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF8xNzY4Njc5X21vYmlsZV8xNzQ0NjAzNDQ5LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"Win a trip to see Billy Joel live in DC.","sort":"3","startTime":"2025-04-14 00:00:00","endTime":"2025-05-16 23:59:00","scheduleStatus":"live","startDate":"2025-04-14 00:00:00","endDate":"2025-05-16 23:59:00","description":"","active":null,"subtitle":"","type":"exclusive","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF8xNzY4Njc5X21vYmlsZV8xNzQ0NjAzNDQ5LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6TmpNME1qYzJNRFZmWTI5dWRHVnpkRjh4TnpZNE5qYzVYMjF2WW1sc1pWOHhOelEwTmpBek5EUTVMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1774549","parentAppId":"1774533","title":"Get a Little Out There Giveaway","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://939litefm.iheart.com/contests/get-a-little-out-there-giveaway-1774549/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc0NTMzX3N0YW5kYXJkXzE3NDYxMTk4MTQucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc0NTMzX21vYmlsZV8xNzQ2MTE5ODE5LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"4","startTime":"2025-05-04 23:00:00","endTime":"2025-06-01 22:59:00","scheduleStatus":"live","startDate":"2025-05-04 23:00:00","endDate":"2025-06-01 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc0NTMzX21vYmlsZV8xNzQ2MTE5ODE5LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpjME5UTXpYMjF2WW1sc1pWOHhOelEyTVRFNU9ERTVMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1776253","parentAppId":"1776103","title":"Enter to win a chance to score a whole year of Dave's Hot Chicken!","shareTitle":"Enter to win a chance to score a whole year of Dave's Hot Chicken!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://939litefm.iheart.com/contests/enter-to-win-a-chance-to-score-a-whole-year-of-dave-s-hot-chicken-1776253/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc2MTAzX3N0YW5kYXJkXzE3NDY2NDk3MTkucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc2MTAzX21vYmlsZV8xNzQ2NjQ5NzA3LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"5","startTime":"2025-05-04 23:00:00","endTime":"2025-05-31 22:59:00","scheduleStatus":"live","startDate":"2025-05-04 23:00:00","endDate":"2025-05-31 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzc2MTAzX21vYmlsZV8xNzQ2NjQ5NzA3LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpjMk1UQXpYMjF2WW1sc1pWOHhOelEyTmpRNU56QTNMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1771600","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://939litefm.iheart.com/contests/stella-rosa-summer-queen-of-chill-sweepstakes-1771600/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X3N0YW5kYXJkXzE3NDY0NDIyODUuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X21vYmlsZV8xNzQ1MzU1ODc0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"6","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/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X21vYmlsZV8xNzQ1MzU1ODc0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpjeE16WTFYMjF2WW1sc1pWOHhOelExTXpVMU9EYzBMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1745924","parentAppId":"1745687","title":"Stella Rosa $100K Grocery Giveaway","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"https://stellarosawines.com/grocerygiveaway","pageUrl":"https://939litefm.iheart.com/contests/stella-rosa-100k-grocery-giveaway-1745924/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQ1Njg3X21vYmlsZV8xNzM4Nzg3MzAyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"7","startTime":"2025-01-31 23:00:00","endTime":"2025-05-31 22:59:00","scheduleStatus":"live","startDate":"2025-01-31 23:00:00","endDate":"2025-05-31 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQ1Njg3X21vYmlsZV8xNzM4Nzg3MzAyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpRMU5qZzNYMjF2WW1sc1pWOHhOek00TnpnM016QXlMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1771137","parentAppId":"","title":"Enter for a chance to win tickets to see Wayne Newton at Four Winds Casino","shareTitle":"Enter for a chance to win tickets to see Wayne Newton at Four Winds Casino","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://939litefm.iheart.com/contests/enter-for-a-chance-to-win-tickets-to-see-wayne-newton-at-four-winds-casino-1771137/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF8xNzcxMTM3X21vYmlsZV8xNzQ1ODUwNDY0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"win tickets to see Wayne Newton at Four Winds Casino","sort":"8","startTime":"2025-04-28 09:41:00","endTime":"2025-05-25 23:59:00","scheduleStatus":"live","startDate":"2025-04-28 09:41:00","endDate":"2025-05-25 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8zNjM0Mjc2MDVfY29udGVzdF8xNzcxMTM3X21vYmlsZV8xNzQ1ODUwNDY0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh6TmpNME1qYzJNRFZmWTI5dWRHVnpkRjh4TnpjeE1UTTNYMjF2WW1sc1pWOHhOelExT0RVd05EWTBMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1743494","parentAppId":"1743175","title":"Win A Full Tuition Scholarship To AMDA And Perform Alongside Broadway’s Brightest Stars!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"https://www.iheartradiobroadway.com/featured/iheart-amda/","pageUrl":"https://939litefm.iheart.com/contests/win-a-full-tuition-scholarship-to-amda-and-perform-alongside-broadway-s-brightest-stars-1743494/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQzMTc1X21vYmlsZV8xNzM4NDA3NjEwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"9","startTime":"2025-01-19 23:00:00","endTime":"2025-05-18 22:59:00","scheduleStatus":"live","startDate":"2025-01-19 23:00:00","endDate":"2025-05-18 22:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQzMTc1X21vYmlsZV8xNzM4NDA3NjEwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpRek1UYzFYMjF2WW1sc1pWOHhOek00TkRBM05qRXdMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1196848","parentAppId":"1196808","title":"Submit A Business for Brilliantly Black","shareTitle":"Submit A Business for Brilliantly Black","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://939litefm.iheart.com/contests/submit-a-business-for-brilliantly-black-1196848/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC81Njk0MzYyNzRfY29udGVzdF8xMTk2ODA4X3N0YW5kYXJkXzE2NDc0NTUzMDguanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC81Njk0MzYyNzRfY29udGVzdF8xMTk2ODA4X21vYmlsZV8xNjQ3NDU2MDk2LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"13","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":"363427605","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null}]}],["onairtileloader-wlit-fm",{"data":{"current":{"siteId":"%2Fc83335f5799c06c70cddda0ac20bc901","site":"brands/WLIT-FM (1863)","coreShowId":2338,"coreStationId":249,"name":"Theresa Lucas","show":"shows/Theresa Lucas (2338)","station":"WLIT-FM","link":"","onNow":true,"startTime12":"12:00 AM","startDate":"2025-05-15T05:00:00.000Z","startMs":1747285200000,"startEng":"Thursday, May 15th, 2025 12:00 AM","stopTime12":"6:00 AM","stopDate":"2025-05-15T11:00:00.000Z","stopMs":1747306800000,"stopEng":"Thursday, May 15th, 2025 6:00 AM","showSite":{"slug":"theresa-lucas","configByLookup":{"sections":{"general":{"name":"Theresa Lucas","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/41e825c5e647a9a9914c7bedf611f63e"}}}}}}},"upcoming":{"siteId":"%2Fc83335f5799c06c70cddda0ac20bc901","site":"brands/WLIT-FM (1863)","coreShowId":5766,"coreStationId":249,"name":"Melissa Forman in the Morning","show":"shows/Melissa Forman (5766)","station":"WLIT-FM","link":"","onNow":false,"startTime12":"6:00 AM","startDate":"2025-05-15T11:00:00.000Z","startMs":1747306800000,"startEng":"Thursday, May 15th, 2025 6:00 AM","stopTime12":"10:00 AM","stopDate":"2025-05-15T15:00:00.000Z","stopMs":1747321200000,"stopEng":"Thursday, May 15th, 2025 10:00 AM","showSite":{"slug":"melissa-forman-in-the-morning","configByLookup":{"sections":{"general":{"name":"Melissa Forman in the Morning","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e0e4688f8be5ecdf437b20c"}}}}}}},"later":{"siteId":"%2Fc83335f5799c06c70cddda0ac20bc901","site":"brands/WLIT-FM (1863)","coreShowId":67,"coreStationId":249,"name":"Robin Rock","show":"shows/Robin Rock (67)","station":"WLIT-FM","link":"","onNow":false,"startTime12":"10:00 AM","startDate":"2025-05-15T15:00:00.000Z","startMs":1747321200000,"startEng":"Thursday, May 15th, 2025 10:00 AM","stopTime12":"3:00 PM","stopDate":"2025-05-15T20:00:00.000Z","stopMs":1747339200000,"stopEng":"Thursday, May 15th, 2025 3:00 PM","showSite":{"slug":"robin-rock","configByLookup":{"sections":{"general":{"name":"Robin Rock","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e0e46dff8be5ecdf437b212"}}}}}}}}}],["item-eyebrow-/6824e0e3f892ed465a0de4f6",{"data":{"name":"sports","source":{"id":null,"display_name":"Sports","description":null,"source_name":null,"type":"user"},"displayName":"Sports"}}],["item-eyebrow-/68249ede959870f5f9523aaf",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["getTrackHistoryWithCurrentlyPlayingCacheKey-wlit-fm",{"data":{"count":1560,"pageInfo":{"nextCursor":"AAAAAGgldnsAAAAAAAAAAwAABhg"},"tracks":[{"artistId":34748,"albumId":71153085,"trackId":71153088,"title":"Try","artist":{"artistName":"P!nk","genreId":null},"albumName":"The Truth About Love","trackDuration":247,"imagePath":"http://image.iheart.com/ihr-ingestion-pipeline-production-sbmg/A10301A00028453712_20190326224123023/a7fbef81a1047f2ee41a6b3e68eeb6d8.20126.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1747285560,"endTime":1747285802,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":30393191,"albumId":2515797,"trackId":2519729,"title":"Africa","artist":{"artistName":"Toto","genreId":null},"albumName":"Toto IV","trackDuration":296,"imagePath":"http://image.iheart.com/ihr-ingestion-pipeline-production-sbmg/A10301A0000914313U_20200311182941201/62342453.20126.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1747285309,"endTime":1747285561,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":2202,"albumId":1083951,"trackId":1083955,"title":"Forever Young","artist":{"artistName":"Rod Stewart","genreId":987},"albumName":"Out of Order","trackDuration":248,"imagePath":"http://image.iheart.com/WMG2/Thumb_Content/Full_PC/WMG/Sept/cat4/603497976157/ab02592ba50f29cea23a0ce67d5bb3ab.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1747285073,"endTime":1747285315,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false}]}}],["$podcastloader-117923987,28286919,29952958,29787289,119532061",{"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_AAAAAAdJ2skAAAGKUDMeUA"},"items":[{"id":269110581,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode 11: 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.\u003cbr />","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":126169506,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Four: Dorri McWhorter","duration":1087,"isExplicit":false,"description":"Dorri C. McWhorter, President and CEO of the YMCA of Metropolitan Chicago, joined Angela for her latest episode. In 2021, Dorri became the first woman and first person of color to lead the YMCA of Metropolitan Chicago. She prides herself on being a socially-conscious business leader and is committed to creating an inclusive marketplace by leveraging a cross-sector approach of engaging business, civic and community partners. Dorri has a breadth of professional experience across a variety of businesses and industries. Check It Out and Be Inspired!\u003cbr />\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 />\u003cb>Dorri McWhorter\u003c/b>\u003cbr />LinkedIn — \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fdorrimcwhorter%2F&data=05%7C01%7CJasmineBennett%40iheartmedia.com%7C79612780c734438d160908dbcf1c6566%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638331493086869207%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2BKAmFB6CNfJ042H1fmsB6nfJDnEyauYFt%2BpMGMKjdQM%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">Dorri McWhorter\u003c/a>\u003cbr />Twitter/X — \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2FchicCPA&data=05%7C01%7CJasmineBennett%40iheartmedia.com%7C79612780c734438d160908dbcf1c6566%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638331493086869207%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=wn%2F5RtMP0eHDXxsDIqHYQPlpE6iJRT8UUJx1C5vMIRs%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">@chicCPA\u003c/a>\u003cbr />Instagram — \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.instagram.com%2Fchiccpa%2F&data=05%7C01%7CJasmineBennett%40iheartmedia.com%7C79612780c734438d160908dbcf1c6566%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638331493086869207%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=UQ4TL2gCyHcBBVtyChFQByUdXKX0BgxHZui%2BGx9RNCo%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">@chiccpa\u003c/a> \u003cbr />\u003cb>\u003c/b>\u003cbr />\u003cb>YMCA of Metropolitan Chicago\u003c/b>\u003cbr />LinkedIn — \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fymca-of-metropolitan-chicago%2Fmycompany%2F&data=05%7C01%7CJasmineBennett%40iheartmedia.com%7C79612780c734438d160908dbcf1c6566%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638331493086869207%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=07PjJgCPB0WPZjidtWzDvUeDyEiLSNn4KZLHs9sA50c%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">YMCA of Metropolitan Chicago\u003c/a>\u003cbr />Twitter/X — \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftwitter.com%2FYMCAChicago&data=05%7C01%7CJasmineBennett%40iheartmedia.com%7C79612780c734438d160908dbcf1c6566%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638331493086869207%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=TyjdMNB1IKDB%2FGafO6MVOSmqBZ6ChzekIz2dhxySw9k%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">@YMCAChicago\u003c/a>\u003cbr />Instagram — \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.instagram.com%2Fymcachicago&data=05%7C01%7CJasmineBennett%40iheartmedia.com%7C79612780c734438d160908dbcf1c6566%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638331493086869207%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=NuVKBRvxNo%2BikZzzFitCgpkn87UV9Qv%2BXQOZ6MWvySU%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">@ymcachicago\u003c/a>\u003cbr />Facebook — \u003ca href=\"https://nam04.safelinks.protecti","startDate":1697727045000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"},{"id":122280649,"podcastId":117923987,"podcastSlug":"1248-women-inspire-chicago","title":"Episode Three: Dr. Margaret M. Mueller","duration":764,"isExplicit":false,"description":"Margaret M. Mueller, Ph.D., joined Angela for her latest episode. Dr. Mueller serves as the President and Chief Executive Officer of The Executives’ Club of Chicago, the nexus for connecting and growing the region's business leaders. In this role, she oversees the strategic direction and operations of more than 100 programs annually for 16,000 executives. Check It Out and Be Inspired!\u003cbr />\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 />\u003cb>Margaret M. Mueller Linkedin\u003c/b>\u003cb>: \u003c/b>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fin%2Fmargaretmueller%2F&data=05%7C01%7CJasmineBennett%40iheartmedia.com%7Cc2e21d3abb5542a6f61208dbaa4f0172%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638291028559656511%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=ef9vEdB5HbM%2B2xjj8ZLVdkO1iSKSfQC34vAakB64Ssk%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">Margaret M. Muller\u003c/a>\u003cbr />\u003cb>Executives' \u003c/b>\u003cb>Exchange\u003c/b>\u003cb> Podcast:\u003c/b> \u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.executivesclub.org%2Fpodcasts%2F&data=05%7C01%7CJasmineBennett%40iheartmedia.com%7Cc2e21d3abb5542a6f61208dbaa4f0172%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638291028559656511%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=VQxSZxcjqJMagrUmJwGErGXMRntIMOMB9e7xT1IqHLk%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">Executives' Exchange Podcast\u003c/a> \u003cbr />\u003cb>Linkedin: \u003c/b>\u003ca href=\"https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fthe-executives%27%25E2%2580%258B-club-of-chicago%2F&data=05%7C01%7CJasmineBennett%40iheartmedia.com%7Cc2e21d3abb5542a6f61208dbaa4f0172%7C122a527e5b714eba878d9810b495b9e3%7C0%7C0%7C638291028559656511%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=2z3fGjinDwAqUK24XSam9yTmBIhPcdOAgfjkg8cN418%3D&reserved=0\" target=\"_blank\" rel=\"noreferrer noopener\">The Executives' Club of Chicago\u003c/a>","startDate":1693562642000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzIyOGQ3NzIwYjg4NTRmNWYxZjdiYWZkMTc1ODY1ZTdhLmpwZw"}]}},{"id":28286919,"title":"The Weekly Show","description":"Every week, we discuss local topics, charitable events and organizations that are making a difference in Chicago. This weekly community affairs show airs on 93.9 LITE FM, 103.5 KISS, ROCK 95.5 and on iHeartRadio.","lastUpdated":1724177124,"slug":"700-the-weekly-show","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAA_m3IIAAAGU_ILnqA"},"items":[{"id":273656604,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 4/25/25","duration":1531,"isExplicit":false,"description":"","startDate":1745879908000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"},{"id":273040250,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 4/19/25","duration":1818,"isExplicit":false,"description":"","startDate":1745231036000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"},{"id":273040239,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 4/2/25","duration":1961,"isExplicit":false,"description":"","startDate":1745230986000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"},{"id":273040240,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 3/28/25","duration":1842,"isExplicit":false,"description":"","startDate":1745230965000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"},{"id":271055485,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 3/21/25","duration":1818,"isExplicit":false,"description":"","startDate":1743003245000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"},{"id":269917049,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 3/8/25","duration":1713,"isExplicit":false,"description":"","startDate":1741648107000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"},{"id":269558168,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 3/1/25","duration":1585,"isExplicit":false,"description":"","startDate":1741133324000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"},{"id":269558169,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 2/22/25","duration":1856,"isExplicit":false,"description":"","startDate":1741133250000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"},{"id":268475541,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 2/14/25","duration":1495,"isExplicit":false,"description":"","startDate":1739903735000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"},{"id":266787970,"podcastId":28286919,"podcastSlug":"700-the-weekly-show","title":"The Weekly Show: 2/8/25","duration":1881,"isExplicit":false,"description":"","startDate":1739403225000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2Q4ZjcyODg2MTQ0MDkxNGQ3MzdhNTlkODJmNmQyZjE5LmpwZw"}]}},{"id":29952958,"title":"Melissa Forman On Demand","description":"Catch everything you missed from Melissa Forman in the Morning on 93.9 LITE FM!","lastUpdated":1724176669,"slug":"700-melissa-forman-on-demand","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAA_Npd4AAAGU4F0_OA"},"items":[{"id":273947637,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Melissa's Moms Movie Reviews 5-2-25","duration":218,"isExplicit":false,"description":"Here are some movie picks from Melissa's Mom Paula!","startDate":1746191208000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"},{"id":272870133,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Paula Picks the Flicks 4-18-25","duration":206,"isExplicit":false,"description":"Melissa's Mom's movie reviews!","startDate":1744975221000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"},{"id":271223843,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Teacher Salute 3-28-25","duration":232,"isExplicit":false,"description":"Melissa recognizes another amazing Chicagoland teacher!","startDate":1743161158000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"},{"id":271223844,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Paula Picks the Flicks 3-28-25","duration":225,"isExplicit":false,"description":"Melissa's Mom's movie reviews!","startDate":1743161055000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"},{"id":270705381,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Paula Picks the Flicks 3-21-25","duration":182,"isExplicit":false,"description":"Melissa's mom gives her movie reviews for this week!","startDate":1742556900000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"},{"id":269723529,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Paula Picks the Flicks 3-7-25","duration":207,"isExplicit":false,"description":"Melissa's mom gives her movie reviews for the week!","startDate":1741357970000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"},{"id":268540906,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Favorite SNL Skits 2-19-25","duration":224,"isExplicit":false,"description":"Melissa chats about her favorite SNL skits!","startDate":1739977045000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"},{"id":267320865,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Paula Picks the Flicks 2-14-25","duration":226,"isExplicit":false,"description":"Melissa's Mom gives her movies reviews!","startDate":1739539053000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"},{"id":265135580,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Melissa Formans Teacher Salute 2-7-25","duration":217,"isExplicit":false,"description":"Melissa's Teacher Salute for 2/7/25!","startDate":1738931254000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"},{"id":265135582,"podcastId":29952958,"podcastSlug":"700-melissa-forman-on-demand","title":"Paula Picks the Flicks 2-7-25","duration":176,"isExplicit":false,"description":"Melissa's Mom does her weekly movie reviews on Friday around 8:40am!","startDate":1738930995000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5NWRjYmMyMWUwMWExMjFlZDg1NThlNmIwZWE1MWU0LmpwZw"}]}},{"id":29787289,"title":"Lighter Side Of News With Melissa Forman","description":"Listen to the daily Lighter Side Of News With Melissa Forman on 93.9 LITE FM.","lastUpdated":1724176790,"slug":"700-lighter-side-of-news-with","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABABm6kAAAGVHrR10A"},"items":[{"id":274107595,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 5-5-25","duration":92,"isExplicit":false,"description":"5/5 news update!","startDate":1746444919000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"},{"id":273947570,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 5-2-25","duration":89,"isExplicit":false,"description":"News for 5/2","startDate":1746191088000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"},{"id":272870033,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 4-18-25","duration":101,"isExplicit":false,"description":"News for 4/18","startDate":1744975080000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"},{"id":272608755,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 4-15-25","duration":112,"isExplicit":false,"description":"News for 4/15/25!","startDate":1744723253000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"},{"id":271409173,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 3-31-25","duration":70,"isExplicit":false,"description":"News for 3/31","startDate":1743422779000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"},{"id":271223742,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 3-28-25","duration":87,"isExplicit":false,"description":"News for 3/28/25!","startDate":1743160945000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"},{"id":270705281,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 3-21-25","duration":95,"isExplicit":false,"description":"News for 3/21/25!","startDate":1742556717000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"},{"id":269723431,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 3-7-25","duration":99,"isExplicit":false,"description":"3/7 news","startDate":1741357814000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"},{"id":269578199,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 3-5-25","duration":103,"isExplicit":false,"description":"News for 3/5!","startDate":1741202346000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"},{"id":268540841,"podcastId":29787289,"podcastSlug":"700-lighter-side-of-news-with","title":"Lighter Side of the News 2-19-25","duration":90,"isExplicit":false,"description":"News for 2/19","startDate":1739976898000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhZmI4MzczZGM2NmVkMjRiY2M4M2IyNWY4MjAzZWM1LmpwZw"}]}},{"id":119532061,"title":"Northwestern Medicine Voices Of Better Medicine For 93.9 LITEFM","description":"","lastUpdated":1724176660,"slug":"1248-northwestern-medicine-voi","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAA6bH7EAAAGTkgsgWA"},"items":[{"id":275157548,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Shah- Multiple Sclerosis (MS)","duration":319,"isExplicit":false,"description":"Dr. Shailee Shah, a neurologist at Northwestern Medicine, discusses multiple sclerosis (MS), a condition affecting nearly 1 million people in the U.S. Dr. Shah explains what MS is, its most common symptoms, and why eye problems are a significant indicator. She also advises when to see a doctor if MS is suspected, outlines the diagnostic process, and describes the treatment options available at Northwestern Medicine to manage the disease and improve patients' quality of life.\u003cbr />","startDate":1747065608000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"},{"id":274103996,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Stepan- Chronic Sinusitis","duration":317,"isExplicit":false,"description":"Dr. Stepan explains chronic sinusitis, affecting over 28 million Americans annually. She covers symptoms like facial pain and nasal congestion, causes, risk factors, and treatment options, both surgical and nonsurgical. Dr. Stepan also advises on when to seek medical attention.\u003cbr />","startDate":1745856000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"},{"id":274104202,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Stepan- Neck Cancer Awareness Month","duration":301,"isExplicit":false,"description":"In recognition of Head and Neck Cancer Awareness Month, Dr. Stepan discusses the rising incidence of head and neck cancers. She explains the development of these cancers, their symptoms, and risk factors. Dr. Stepan also addresses prevention strategies and highlights the importance of early detection. She shares key takeaways for listeners and discusses the common types of head and neck cancers seen in her practice.\u003cbr />","startDate":1745855700000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"},{"id":269772505,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Papagiannis- Thyroid Conditions","duration":314,"isExplicit":false,"description":"Dr. Ioannis Papagiannis, an endocrinologist at Northwestern Medicine, explains the role of the thyroid and discusses the two main types of thyroid disease: hypothyroidism and hyperthyroidism. He outlines the symptoms of each condition and how they are diagnosed, as well as when it’s important to seek medical advice. Dr. Papagiannis also highlights the risk factors associated with thyroid disease.\u003cbr />","startDate":1741435207000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"},{"id":269454087,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Papagiannis- Diabetes","duration":299,"isExplicit":false,"description":"Dr. Ioannis Papagiannis, an endocrinologist at Northwestern Medicine, discusses diabetes, which affects over 38 million people in the U.S. He explains the impact of diabetes on the body and the key differences between type 1 and type 2 diabetes. Dr. Papagiannis also highlights symptoms that suggest it's time to see a doctor and emphasizes lifestyle changes that can help prevent or delay type 2 diabetes.\u003cbr />","startDate":1741014000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"},{"id":268605766,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Freaney- Assess Risk for Heart Disease/Develop Plan","duration":325,"isExplicit":false,"description":"Heart disease remains the leading cause of death in the U.S., but understanding your risk can be life-saving. Dr. Priya Freaney from Northwestern Medicine sits down with Dani D to break down the first steps in assessing heart disease risk, what to do if you’re at high risk, and the latest treatment options available. Don’t miss this important conversation on taking charge of your heart health!\u003cbr />","startDate":1739635200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"},{"id":268605767,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Freaney- Women's Heart Health","duration":312,"isExplicit":false,"description":"February is American Heart Month, and raising awareness about women's cardiovascular health is more important than ever. Dr. Priya Freaney, Cardiologist at Northwestern Medicine, joins Dani D to discuss how heart disease affects women differently than men, the unique symptoms they may experience, and key risk factors to watch for. Tune in to learn essential tips on maintaining a healthy heart and preventing heart disease.\u003cbr />","startDate":1739203200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"},{"id":259681842,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Pardieck- Migraines/Botulinum Toxin","duration":307,"isExplicit":false,"description":"Robin Rock chats with Dr. Pardieck, neurologist at Northwestern Medicine, to explain migraines. Learn the key differences between migraines and headaches, common triggers, and at-home remedies to ease migraine pain. Dr. Pardieck also discusses when it’s time to seek professional help and explores advanced treatment options, including the use of botulinum toxin. Don’t miss this enlightening conversation packed with practical advice for managing migraines.\u003cbr />","startDate":1737388806000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"},{"id":255216103,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Pardieck- Types of Headaches","duration":310,"isExplicit":false,"description":"Robin Rock sits down with Dr. Pardieck, a neurologist at Northwestern Medicine, to uncover the mysteries of headaches. Discover what happens in your brain during a headache, the differences between tension, cluster, and migraine headaches, and what might be causing chronic headaches. Dr. Pardieck also shares insights on identifying headache triggers and offers practical advice on when to seek medical help. Tune in for expert tips and a key takeaway to help you better understand and manage headaches.\u003cbr />","startDate":1736179207000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"},{"id":245047217,"podcastId":119532061,"podcastSlug":"1248-northwestern-medicine-voi","title":"Voices of Better Medicine- Dr. Blanco- Health Disparities in Autoimmune Disorders","duration":296,"isExplicit":false,"description":"Dr. Irene Blanco, Professor of Medicine-Rheumatology and Director of Lupus Clinical Services at Northwestern Medicine, returns with Robin Rock to discuss Health Disparities in Autoimmune Disorders, Dr. Blanco's role of Co-Director for the Clinical Research Ethics and Equity Consultative Service, the latest research on addressing health disparities and adverse social determinants of health in rheumatology, diversification of the medical and biomedical workforce, why the research is important and advice for anyone looking to promote diversity in the workforce.\u003cbr />\u003cbr />","startDate":1733322023000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzMxMTczODZiMWEwMWJhYmE5ZDE0MjI2ZDUyM2Q0OWFmLmpwZw"}]}}]}],["item-eyebrow-/68248f7b1fc5af43ae972822",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/68238e240669ea5616c2e8aa",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["item-eyebrow-/682375927a119f26819b7250",{"data":{"name":"sports","source":{"id":null,"display_name":"Sports","description":null,"source_name":null,"type":"user"},"displayName":"Sports"}}],["item-eyebrow-/6823753498e0f7b933dcadcd",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/68248051fbd0f58a1492e241",{"data":null}],["item-eyebrow-/6822f05a650a642119731062",{"data":null}],["item-eyebrow-/681aa4d80de6fdd5a90ad768",{"data":null}],["item-eyebrow-/681a19c0024e5eb65c90ca25",{"data":null}],["item-eyebrow-/626ffa982d55e2faa1c90ca5",{"data":null}],["item-eyebrow-/68225cef348703ad6d6f7490",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["item-eyebrow-/68236012e26144d4f44f6688",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/67d778a16fe974f7f1adb1c1",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["item-eyebrow-/680ed9ac2ebc37b0d813b655",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["item-eyebrow-/680f9e7df4b92282f315bf8a",{"data":{"name":"entertainment","source":{"id":null,"display_name":"Entertainment","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment"}}],["item-eyebrow-/6812462576b3546a2830a50c",{"data":null}],["keyword-contest-loader-wlit-fm-1759062",{"data":{"appType":"countdown","appId":"1759727","title":"Listen to Win $1,000","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":1747270512,"endTime":1747281600,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13444462","prize":{"timeStamp":1747195200,"endTime":1747281600,"sort":"30","active":"","description":"","countdown_prize_id":"1155997","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":"0","timeStamp":1747313700,"endTime":1747317346,"isComplete":false,"isLive":false,"isStarted":false,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13444463","prize":{"timeStamp":1747281600,"endTime":1747368000,"sort":"31","active":"","description":"","countdown_prize_id":"1155998","isStarted":true,"isLive":true,"isComplete":false}}}}}],["item-eyebrow-/67ce46e6e9bf7d48392291eb",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}]],"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","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","WWW_AUTH_HOST":"https://www.iheart.com","POSTUP_CONTACT_TEMPLATE_ID":"3","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/","REQUEST_TIMEOUT":"15000","AMAZON_PUBLISHER_ID":"3901","ADOBE_LAUNCH_LIBRARY":"//assets.adobedtm.com/dba7b4ad2c8b/773677a854c8/launch-381fe6c887eb.min.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","MAX_AGE_HEADERS":"2592000000","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","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","PARSELY_LIBRARY":"//cdn.parsely.com/keys/%%HOSTNAME%%/p.js","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":"%2F6825042d3742b7648df639b3","type":"PUBLISHING","record":{"ref_id":"%2F6825042d3742b7648df639b3","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5da64056-2f43-4eb4-a044-28ed9920a55b","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%2F269-food-chat-100917015%2F","@url":"https://www.iheart.com/podcast/269-food-chat-100917015/","author_name":"Food Chat","author_url":"https://www.iheart.com/podcast/269-food-chat-100917015/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&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/aHR0cHM6Ly9pMS5zbmRjZG4uY29tL2F2YXRhcnMtZVJjeEwwMzNlNjN5S0k3NS1hcWtUUXctb3JpZ2luYWwuanBn?ops=fit(300%2C300)","thumbnail_width":300,"title":"Food Chat","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/269-food-chat-100917015/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68250e5d3742b7648df639bf","new_tab":false,"schedule":{},"source_credit":"Moment RF","title":"Fast food with a Roast Beef Submarine Sandwich with lots of veggies","type":"asset","url":"","use_caption":false},{"html":"\u003cp>If you haven't tried the best sandwich in Illinois, you're missing out!\u003c/p>\n\n\u003cp>While a handful of eateries scattered throughout Illinois serve delicious sandwiches, only one serves the best!\u003c/p>\n\n\u003cp>Be it high quality ingredients, serving size, a unique sauce, or bread that is toasted to perfection, something about this sandwich keeps customers returning to this one-of-a-kind deli (that is now the best place to order a sandwich in the state)!\u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a>, the best sandwich \u003ca href=\"https://www.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state/\" target=\"_blank\">in Illinois\u003c/a> is served at \u003cstrong>Al's Italian Beef\u003c/strong> in Chicago. \u003cem>LoveFood \u003c/em>recommended trying the Italian Beef Sandwich.\u003c/p>\n\n\u003cp>Here's what \u003cem>LoveFood\u003c/em> had to say about the absolute best sandwich shop in the entire state:\u003c/p>\n\n\u003cblockquote>"No trip to the Windy City is complete without a visit to Al's Italian Beef – the 'home of the great Chicago sandwich' since 1938. It's thought that Al Ferrari, his sister and brother-in-law came up with the recipe for the famous Italian beef sandwich during the Great Depression. Fast-forward to now, and there are multiple locations in and around Chicago, though the original spot on West Taylor Street is still the best place to try the state's most famous sandwich."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a> for a \u003ca href=\"https://www.iheart.com/content/2025-05-05-illinois-eatery-officially-named-best-mexican-restaurant-in-the-state/\" target=\"_blank\">continued list\u003c/a> of the best places to order a sandwich across America.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-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/sandwich","keywords/eatery","keywords/Illinois","keywords/Al Ferrari","keywords/state","keywords/sandwich title","keywords/Italian Beef","keywords/size","keywords/place","keywords/sandwiches"],"primary_image":{"bucket":"new_assets","id":"%2F68250e5d3742b7648df639bf"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747258680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","social_title":"","summary":"You HAVE to try this 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":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","permalink":"https://939litefm.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state/"},"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf","title":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","description":"You HAVE to try this sandwich‼️","author":"Logan DeLoye"},"pub_start":1747258680000,"pub_until":4115978604802,"pub_changed":1747259437501,"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:/6825042d3742b7648df639b3","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","keyword:keywords/sandwich","keyword:keywords/eatery","keyword:keywords/Illinois","keyword:keywords/Al Ferrari","keyword:keywords/state","keyword:keywords/sandwich title","keyword:keywords/Italian Beef","keyword:keywords/size","keyword:keywords/place","keyword:keywords/sandwiches","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":"%2F6825042d3742b7648df639b3","type":"PUBLISHING","record":{"ref_id":"%2F6825042d3742b7648df639b3","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5da64056-2f43-4eb4-a044-28ed9920a55b","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%2F269-food-chat-100917015%2F","@url":"https://www.iheart.com/podcast/269-food-chat-100917015/","author_name":"Food Chat","author_url":"https://www.iheart.com/podcast/269-food-chat-100917015/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&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/aHR0cHM6Ly9pMS5zbmRjZG4uY29tL2F2YXRhcnMtZVJjeEwwMzNlNjN5S0k3NS1hcWtUUXctb3JpZ2luYWwuanBn?ops=fit(300%2C300)","thumbnail_width":300,"title":"Food Chat","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/269-food-chat-100917015/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68250e5d3742b7648df639bf","new_tab":false,"schedule":{},"source_credit":"Moment RF","title":"Fast food with a Roast Beef Submarine Sandwich with lots of veggies","type":"asset","url":"","use_caption":false},{"html":"\u003cp>If you haven't tried the best sandwich in Illinois, you're missing out!\u003c/p>\n\n\u003cp>While a handful of eateries scattered throughout Illinois serve delicious sandwiches, only one serves the best!\u003c/p>\n\n\u003cp>Be it high quality ingredients, serving size, a unique sauce, or bread that is toasted to perfection, something about this sandwich keeps customers returning to this one-of-a-kind deli (that is now the best place to order a sandwich in the state)!\u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a>, the best sandwich \u003ca href=\"https://www.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state/\" target=\"_blank\">in Illinois\u003c/a> is served at \u003cstrong>Al's Italian Beef\u003c/strong> in Chicago. \u003cem>LoveFood \u003c/em>recommended trying the Italian Beef Sandwich.\u003c/p>\n\n\u003cp>Here's what \u003cem>LoveFood\u003c/em> had to say about the absolute best sandwich shop in the entire state:\u003c/p>\n\n\u003cblockquote>"No trip to the Windy City is complete without a visit to Al's Italian Beef – the 'home of the great Chicago sandwich' since 1938. It's thought that Al Ferrari, his sister and brother-in-law came up with the recipe for the famous Italian beef sandwich during the Great Depression. Fast-forward to now, and there are multiple locations in and around Chicago, though the original spot on West Taylor Street is still the best place to try the state's most famous sandwich."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a> for a \u003ca href=\"https://www.iheart.com/content/2025-05-05-illinois-eatery-officially-named-best-mexican-restaurant-in-the-state/\" target=\"_blank\">continued list\u003c/a> of the best places to order a sandwich across America.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-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/sandwich","keywords/eatery","keywords/Illinois","keywords/Al Ferrari","keywords/state","keywords/sandwich title","keywords/Italian Beef","keywords/size","keywords/place","keywords/sandwiches"],"primary_image":{"bucket":"new_assets","id":"%2F68250e5d3742b7648df639bf"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747258680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","social_title":"","summary":"You HAVE to try this 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":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","permalink":"https://939litefm.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state/"},"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf","title":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","description":"You HAVE to try this sandwich‼️","author":"Logan DeLoye"},"pub_start":1747258680000,"pub_until":4115978604802,"pub_changed":1747259437501,"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:/6825042d3742b7648df639b3","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","keyword:keywords/sandwich","keyword:keywords/eatery","keyword:keywords/Illinois","keyword:keywords/Al Ferrari","keyword:keywords/state","keyword:keywords/sandwich title","keyword:keywords/Italian Beef","keyword:keywords/size","keyword:keywords/place","keyword:keywords/sandwiches","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":["939-my-fm","chicago","myfm","mick-lee","cubby","mario-lopez","variety","radio","music","pnk","bon-jovi","katy-perry","bruno-mars","kelly-clarkson","maroon-5","lite-fm","lite-fm-chicago","lite-fm","lite-fm-chicago","939-lite-fm","939-lite-fm","939-light-fm","939-light-fm","light-fm-chicago","lite-fm-chicago"],"genre":["mix & variety"],"format":"CLASSICHITS"},"analytics":{"pageName":"home","view":{"asset":{"id":"","name":""},"filter":{"name":"","type":""},"authorId":"","pubDate":"","contentOrigin":"","contentOriginType":"","contentFrame":"page","stationCallLetter":"WLIT-FM","stationFormat":"CLASSICHITS","stationMarket":"CHICAGO-IL","stationMicrosite":"","tags":["939-my-fm","chicago","myfm","mick-lee","cubby","mario-lopez","variety","radio","music","pnk","bon-jovi","katy-perry","bruno-mars","kelly-clarkson","maroon-5","lite-fm","lite-fm-chicago","lite-fm","lite-fm-chicago","939-lite-fm","939-lite-fm","939-light-fm","939-light-fm","light-fm-chicago","lite-fm-chicago"],"topics":[],"contentId":"","personalityId":"","photoGalleryExists":"false","photoGalleryPageView":"false"},"device":{"host":"local.inferno.us","subHost":"939litefm.iheart.com","path":"/"},"querystring":{"sc":"dnsredirect","cid":"","keyid":"","pname":"wlit.com","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":"#0e365a","type":"meta"}],["shortcut icon",{"value":"https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?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":"93.9 LITE FM - Chicago’s Relaxing Favorites","type":"title"}],["meta-property-og:title",{"attrName":"property","name":"og:title","value":"93.9 LITE FM - Chicago’s Relaxing Favorites","type":"meta"}],["meta-property-twitter:title",{"attrName":"property","name":"twitter:title","value":"93.9 LITE FM - Chicago’s Relaxing Favorites","type":"meta"}],["meta-itemProp-name",{"attrName":"itemProp","name":"name","value":"93.9 LITE FM - Chicago’s Relaxing Favorites","type":"meta"}],["meta-name-parsely-title",{"attrName":"name","name":"parsely-title","value":"93.9 LITE FM - Chicago’s Relaxing Favorites","type":"meta"}],["meta-name-description",{"attrName":"name","name":"description","value":"93.9 LITE FM 21 Years Of Chicago's Christmas Station","type":"meta"}],["meta-property-og:description",{"attrName":"property","name":"og:description","value":"93.9 LITE FM 21 Years Of Chicago's Christmas Station","type":"meta"}],["meta-property-twitter:description",{"attrName":"property","name":"twitter:description","value":"93.9 LITE FM 21 Years Of Chicago's Christmas Station","type":"meta"}],["meta-itemProp-description",{"attrName":"itemProp","name":"description","value":"93.9 LITE FM 21 Years Of Chicago's Christmas Station","type":"meta"}],["meta-name-keywords",{"attrName":"name","name":"keywords","value":"93.9 MY FM, Chicago, MYFM, Mick Lee, Cubby, Mario Lopez, variety, radio, music, P!NK, Bon Jovi, Katy Perry, Bruno Mars, Kelly Clarkson, Maroon 5, LITE FM, LITE FM CHICAGO, lite fm, lite fm chicago, 93.9 lite fm, 939 lite fm, 93.9 light fm, 939 light fm, light fm chicago, lite fm chicago","type":"meta"}],["meta-name-parsely-tags",{"attrName":"name","name":"parsely-tags","value":"93.9 MY FM, Chicago, MYFM, Mick Lee, Cubby, Mario Lopez, variety, radio, music, P!NK, Bon Jovi, Katy Perry, Bruno Mars, Kelly Clarkson, Maroon 5, LITE FM, LITE FM CHICAGO, lite fm, lite fm chicago, 93.9 lite fm, 939 lite fm, 93.9 light fm, 939 light fm, light fm chicago, lite fm chicago","type":"meta"}],["meta-property-og:url",{"attrName":"property","name":"og:url","value":"https://939litefm.iheart.com/","type":"meta"}],["meta-property-twitter:url",{"attrName":"property","name":"twitter:url","value":"https://939litefm.iheart.com/","type":"meta"}],["meta-itemProp-url",{"attrName":"itemProp","name":"url","value":"https://939litefm.iheart.com/","type":"meta"}],["meta-name-parsely-link",{"attrName":"name","name":"parsely-link","value":"https://939litefm.iheart.com/","type":"meta"}],["image_src",{"value":"https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["meta-name-parsely-image-url",{"attrName":"name","name":"parsely-image-url","value":"https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?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/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["pagemap",{"value":"https://i.iheart.com/v3/re/assets.brands/641b49fade66c5274866b3f6?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"pagemap"}],["meta-property-og:type",{"attrName":"property","name":"og:type","value":"website","type":"meta"}],["meta-name-parsely-type",{"attrName":"name","name":"parsely-type","value":"sectionpage","type":"meta"}],["meta-property-twitter:card",{"attrName":"property","name":"twitter:card","value":"Summary","type":"meta"}],["meta-property-twitter:site",{"attrName":"property","name":"twitter:site","value":"@LITEFMChicago","type":"meta"}],["meta-property-twitter:creator",{"attrName":"property","name":"twitter:creator","value":"@LITEFMChicago","type":"meta"}],["canonical",{"value":"https://939litefm.iheart.com/","type":"link","rel":"canonical"}],["meta-property-twitter:domain",{"attrName":"property","name":"twitter:domain","value":"939litefm.iheart.com","type":"meta"}],["meta-property-og:site_name",{"attrName":"property","name":"og:site_name","value":"93.9 LITE FM","type":"meta"}],["meta-name-application-name",{"attrName":"name","name":"application-name","value":"93.9 LITE FM","type":"meta"}],["meta-property-fb:pages",{"attrName":"property","name":"fb:pages","value":"150185415015145","type":"meta"}],["meta-name-google-site-verification",{"attrName":"name","name":"google-site-verification","value":"p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso","type":"meta"}],["meta-name-parsely-section",{"attrName":"name","name":"parsely-section","value":"topic","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:/5aff2950d67d1ef10ce65817/inferno","SM6.0:config-m:/66966d55a2251ce8162ff07b2d54f3fb/inferno","SM6.0:config-m:/93a40eda91201a28805e82addf994647/inferno","SM6.0:config-m:/c83335f5799c06c70cddda0ac20bc901/inferno","SM6.0:config-m:/d8928a4142b87fe8a5a7096b015e9d2e/inferno","SM6.0:index-m","SM6.0:index-m:/5aff2950d67d1ef10ce65817","SM6.0:index-m:/66966d55a2251ce8162ff07b2d54f3fb","SM6.0:index-m:/93a40eda91201a28805e82addf994647","SM6.0:index-m:/c83335f5799c06c70cddda0ac20bc901","SM6.0:index-m:/d8928a4142b87fe8a5a7096b015e9d2e","TAXO/calendar-categories","TAXO/calendar-categories%2Fcommunity","TAXO/calendar-categories%2Fconcerts","TAXO/calendar-categories%2Fentertainment","TAXO/calendar-categories%2Fholiday","TAXO/calendar-categories%2Fsports","TAXO/calendar-categories%2Fstation-events","TAXO/countries","TAXO/countries%2FUS","TAXO/locales","TAXO/locales%2Fen-US","TAXO/providers","TAXO/providers%2FClear%20Channel","TAXO/resource","app/sites","app/sites/20250416150349","app/streams","app/streams/20241212172159","app/taxonomy","app/taxonomy/20250401143015","streams","streams/853","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:sites","webapi-v4:sites:5476c96d8280d6d9ee704057522ab63d","webapi-v4:stream-site-brand","webapi-v4:stream-site-brand:b44c52804754b474d468e804c19641b0","domain/939litefm.iheart.com","PS:content","PS:content:listing","PS:datasource","PS:datasource:/619430934bbaca468c4b7aa5","PS:datasource:/61c23bb852d8786bed28bb39","PS:datasource:/627ab35a7bd70ad9eedfd027","PS:leads","PS:leads:/6388e3f35769ee354749f6b8","PS:leads:/6553ce75d4d2fe9ac0536d46","PS:leads:/67b8f4a3e072eb3303429080","PS:leads:/67ffb335da50665248cd41bf","PS:subscription","PS:subscription:4db1ffdd395ff41709821fcc800a425c","PS:subscription:f5ed8a6865893fcf730ceea061151bde","SM6.0:datasource-leads","SM6.0:datasource-leads:286ed09377acda84d290c49c5572b7ff","SM6.0:datasource-leads:37659b14188481afbb7300cceaa31913","SM6.0:datasource-leads:90ae956e677c878b7de650e461027443","SM6.0:datasource-leads:955e6d5e933cf720c136ecb566568df6","SM6.0:datasource-leads:c76f2424a4a98d60795cf1b3cc5a8043","SM6.0:datasource-leads:ce8788a719218f74991730f11c1e460d","SM6.0:datasource-publishing","SM6.0:datasource-publishing:14082c6a1782abaffb352f424bafc1ba","SM6.0:datasource-publishing:36c657e26ec326bfb050c64aedec48a6","SM6.0:datasource-publishing:4c5892d92064e514104755995c871d6e","SM6.0:datasource-publishing:5e8c7c91dcddb551783fc8b3c292d564","SM6.0:datasource-publishing:eabbbe451e8c36fc1f6f54454a595e44","SM6.0:site-streams","SM6.0:site-streams:b44c52804754b474d468e804c19641b0","app/calendar-feed-service","app/calendar-feed-service/20230817200206","app/leads","app/leads/20230817200131","app/pubsub","app/pubsub/20250107181532","sites","webapi-v4:sites:dba8f18b82022f3ba8c66cac379b0760","aptivada","vtype/generic_full","vname/home","ihr-amp"],"ttls":{"cdn":900,"browser":900}},"adPlacements":[],"request":{"protocol":"https","hostname":"939litefm.iheart.com","path":"/","query":{"pname":"wlit.com","sc":"dnsredirect"},"params":{},"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"},"page":{"currentPage":{"_id":"/c83335f5799c06c70cddda0ac20bc901/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":"%2F6825042d3742b7648df639b3","type":"PUBLISHING","record":{"ref_id":"%2F6825042d3742b7648df639b3","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5da64056-2f43-4eb4-a044-28ed9920a55b","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%2F269-food-chat-100917015%2F","@url":"https://www.iheart.com/podcast/269-food-chat-100917015/","author_name":"Food Chat","author_url":"https://www.iheart.com/podcast/269-food-chat-100917015/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&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/aHR0cHM6Ly9pMS5zbmRjZG4uY29tL2F2YXRhcnMtZVJjeEwwMzNlNjN5S0k3NS1hcWtUUXctb3JpZ2luYWwuanBn?ops=fit(300%2C300)","thumbnail_width":300,"title":"Food Chat","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/269-food-chat-100917015/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68250e5d3742b7648df639bf","new_tab":false,"schedule":{},"source_credit":"Moment RF","title":"Fast food with a Roast Beef Submarine Sandwich with lots of veggies","type":"asset","url":"","use_caption":false},{"html":"\u003cp>If you haven't tried the best sandwich in Illinois, you're missing out!\u003c/p>\n\n\u003cp>While a handful of eateries scattered throughout Illinois serve delicious sandwiches, only one serves the best!\u003c/p>\n\n\u003cp>Be it high quality ingredients, serving size, a unique sauce, or bread that is toasted to perfection, something about this sandwich keeps customers returning to this one-of-a-kind deli (that is now the best place to order a sandwich in the state)!\u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a>, the best sandwich \u003ca href=\"https://www.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state/\" target=\"_blank\">in Illinois\u003c/a> is served at \u003cstrong>Al's Italian Beef\u003c/strong> in Chicago. \u003cem>LoveFood \u003c/em>recommended trying the Italian Beef Sandwich.\u003c/p>\n\n\u003cp>Here's what \u003cem>LoveFood\u003c/em> had to say about the absolute best sandwich shop in the entire state:\u003c/p>\n\n\u003cblockquote>"No trip to the Windy City is complete without a visit to Al's Italian Beef – the 'home of the great Chicago sandwich' since 1938. It's thought that Al Ferrari, his sister and brother-in-law came up with the recipe for the famous Italian beef sandwich during the Great Depression. Fast-forward to now, and there are multiple locations in and around Chicago, though the original spot on West Taylor Street is still the best place to try the state's most famous sandwich."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a> for a \u003ca href=\"https://www.iheart.com/content/2025-05-05-illinois-eatery-officially-named-best-mexican-restaurant-in-the-state/\" target=\"_blank\">continued list\u003c/a> of the best places to order a sandwich across America.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-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/sandwich","keywords/eatery","keywords/Illinois","keywords/Al Ferrari","keywords/state","keywords/sandwich title","keywords/Italian Beef","keywords/size","keywords/place","keywords/sandwiches"],"primary_image":{"bucket":"new_assets","id":"%2F68250e5d3742b7648df639bf"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747258680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","social_title":"","summary":"You HAVE to try this 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":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","permalink":"https://939litefm.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state/"},"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf","title":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","description":"You HAVE to try this sandwich‼️","author":"Logan DeLoye"},"pub_start":1747258680000,"pub_until":4115978604802,"pub_changed":1747259437501,"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:/6825042d3742b7648df639b3","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","keyword:keywords/sandwich","keyword:keywords/eatery","keyword:keywords/Illinois","keyword:keywords/Al Ferrari","keyword:keywords/state","keyword:keywords/sandwich title","keyword:keywords/Italian Beef","keyword:keywords/size","keyword:keywords/place","keyword:keywords/sandwiches","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":"%2F6388e3f35769ee354749f6b8","type":"LEADS","record":{"title":"Melissa Forman's Free Ticket Tuesday","subtitle":"Melissa Forman's Free Ticket Tuesday","image":"https://i.iheart.com/v3/re/new_assets/6388e2355769ee354749f6b7","img_meta":{"base_id":"%2F6388e2355769ee354749f6b7","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/","web":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F67ffb335da50665248cd41bf","type":"LEADS","record":{"title":"Listen For Your Chance To Win!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67fcefd79a35e0b261210299","img_meta":{"base_id":"%2F67fcefd79a35e0b261210299","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/promotions/listen-to-win-1-000-1759062/"},"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":"%2F6553ce75d4d2fe9ac0536d46","type":"LEADS","record":{"title":"Listen to Michael Jackson & More For Free","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/6813d17e83087d3ebcf9e26f","img_meta":{"base_id":"%2F6813d17e83087d3ebcf9e26f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"ihr://play/custom/artist/6739","web":"https://www.iheart.com/artist/michael-jackson-6739/?autoplay=true"},"name":"Michael Jackson","description":""},"use_catalog_image":false,"catalog":{"name":"Michael Jackson","id":"6739","kind":"artist","country":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":"%2F6824e0e3f892ed465a0de4f6","type":"PUBLISHING","record":{"ref_id":"%2F6824e0e3f892ed465a0de4f6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c457996b-9cc5-40d9-b7be-75ac528557d6","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824e2b1f892ed465a0de501","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Academy Award winning actors \u003cstrong>Nicolas Cage\u003c/strong> and \u003cstrong>Christian Bale\u003c/strong> looked unrecognizable in the first photo taken from production of the upcoming film \u003cem>Madden\u003c/em> about late Pro Football Hall of Famer and Oakland Raiders coach \u003ca href=\"https://www.iheart.com/content/2022-06-01-late-john-madden-to-be-honored-by-namesake-video-game-franchise/\" target=\"_blank\">\u003cstrong>John Madden\u003c/strong>\u003c/a> was shared by Amazon MGM Studios on Tuesday (May 13).\u003c/p>\n\n\u003cp>Cage will play the titular coach and Bale will play late former Raiders coach turned owner \u003cstrong>Al Davis\u003c/strong> in the upcoming film with both in-character showing off their Super Bowl rings.\u003c/p>\n\n\u003cp>"Your first-look at Nicolas Cage as John Madden and Christian Bale as Al Davis on set of the upcoming film, \u003cem>Madden\u003c/em>. Production is currently underway," Amazon MGM Studios wrote in the post shared on its Instagram account Tuesday.\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%2FDJnfYJhp26Z","@url":"https://www.instagram.com/p/DJnfYJhp26Z","author_name":"amazonmgmstudios","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":640,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/497915110_18501367837044738_7198203616037356318_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QEYy5_Z5uvrC04ORAMSjdoUT1X7dFMxW-IYWvBztCtqf0lUybSR9lpz4yxJ2XQxD98&_nc_ohc=ItsyW0HDX7IQ7kNvwGC923H&_nc_gid=UkbbluJtecK19PYsTp1Y0Q&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfKsFTXJOj_cTOFpCeLFwTHVl76WkzWVKzql0gQmRF8XKA&oe=682AA7C5&_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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJnfYJhp26Z"},{"html":"\u003cp>"The film follows Madden’s remarkable journey—from his Super Bowl-winning partnership with Al Davis and the Raiders, to creating Madden NFL, and becoming one of the most iconic voices in football history," the caption continued.\u003c/p>\n\n\u003cp>The film will be directed by \u003cstrong>David O. Russell\u003c/strong> and also feature \u003cstrong>John Mulaney\u003c/strong> as \u003cstrong>Trip Hawkins\u003c/strong>, \u003cstrong>Kathryn Hahn\u003c/strong> as \u003cstrong>Virginia Madden \u003c/strong>and \u003cstrong>Sienna Miller\u003c/strong> as \u003cstrong>Carol Davis\u003c/strong>.\u003c/p>\n\n\u003cp>Madden, who \u003ca href=\"https://www.iheart.com/content/2021-12-28-john-madden-hall-of-fame-coach-and-broadcaster-dead-at-85/\" target=\"_blank\">died in December 2021\u003c/a>, led the Raiders to a Super Bowl XI victory over the Minnesota Vikings in 1977 and retired in 1978 with a 103-32-7 career coaching record and a 76.3% winning percentage, the highest in NFL history. The Minnesota native went on to a legendary broadcasting career as the first NFL color analyst to contribute to all four major networks: \u003cem>CBS\u003c/em> (1979-93), \u003cem>FOX\u003c/em> (1994-2001), \u003cem>ABC\u003c/em> (2002-05) and \u003cem>NBC\u003c/em> (2006-08), before retiring ahead of the 2008 season and was immortalized as the namesake for EA Sports popular NFL video game franchise, initially lending his voice and likeness to the series in 1988.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/","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/John Madden","keywords/MGM Studios","keywords/Christian Bale","keywords/film photo","keywords/Al Davis","keywords/film","keywords/Nicolas Cage","keywords/photo","keywords/production","keywords/Amazon","keywords/NFL","keywords/football","keywords/Oakland Raiders"],"primary_image":{"bucket":"new_assets","id":"%2F6824e2b1f892ed465a0de501"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1747248540000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","social_title":"","summary":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","targets":[{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","permalink":"https://939litefm.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/"},"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501","title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","description":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","author":"Jason Hall"},"pub_start":1747248540000,"pub_until":4115978604802,"pub_changed":1747249387828,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824e0e3f892ed465a0de4f6","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","keyword:keywords/John Madden","keyword:keywords/MGM Studios","keyword:keywords/Christian Bale","keyword:keywords/film photo","keyword:keywords/Al Davis","keyword:keywords/film","keyword:keywords/Nicolas Cage","keyword:keywords/photo","keyword:keywords/production","keyword:keywords/Amazon","keyword:keywords/NFL","keyword:keywords/football","keyword:keywords/Oakland Raiders","author:user"]}},{"id":"%2F68249ede959870f5f9523aaf","type":"PUBLISHING","record":{"ref_id":"%2F68249ede959870f5f9523aaf","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f119b107-e2fb-4be3-9140-44e96a159be6","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68249f44959870f5f9523abe","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A comment made by a cinematographer on the set of \u003cem>Perfect\u003c/em> in 1985 prompted a 25-year-old \u003cstrong>Jamie Lee Curtis\u003c/strong> to get plastic surgery that \u003ca href=\"https://people.com/jamie-lee-curtis-on-the-remark-that-made-her-get-plastic-surgery-at-25-needs-new-hed-tag-hot-flags-11734412\" target=\"_blank\">she regrets\u003c/a> to this day. \u003c/p>\n\n\u003cp>The beloved actress \u003ca href=\"https://www.iheart.com/content/2023-03-08-jamie-lee-curtis-tells-bruce-springsteen-u2-to-play-matinee-shows/\" target=\"_blank\">opened up about \u003c/a>what led her to get her first cosmetic procedure on the May 11 episode of \u003ca href=\"https://www.youtube.com/watch?si=EoEIrIN5pXce_cnZ&t=316&v=1tPCP6_SP_k&feature=youtu.be\" target=\"_blank\">\u003cem>60 Minutes\u003c/em>\u003c/a>, zooming in on the cinematographer's harsh words. \u003c/p>\n\n\u003cblockquote>"He was like, ‘Yeah, I'm not shooting her today. Her eyes are baggy.' And I was 25, so for him to say that, it was very embarrassing. So as soon as the movie finished, I ended up having some plastic surgery. That's just not \u003ca href=\"https://www.iheart.com/content/2023-01-15-jamie-lee-curtis-turns-viral-golden-globes-meme-into-a-t-shirt/\" target=\"_blank\">what you want\u003c/a> to do when you're 25 or 26. And I regretted it immediately and have kind of sort of regretted it since."\u003c/blockquote>\n\n\u003cp>Curtis also revealed that she celebrates beauty in its natural form and believes that women are "perfect the way you are." \u003c/p>\n\n\u003cp>"I've become a public advocate to say to women you're gorgeous and you're perfect the way you are. So yeah, it was not a good thing for me to do."\u003c/p>\n\n\u003cp>In a 2021 interview with \u003ca href=\"https://www.fastcompany.com/90674892/jamie-lee-curtis-is-just-hitting-her-stride-heres-how-that-feels\" target=\"_blank\">\u003cem>Fast Company\u003c/em>\u003c/a>, the 66-year-old \u003ca href=\"https://www.iheart.com/content/2024-11-18-lindsay-lohan-reveals-exciting-new-detail-about-freaky-friday-sequel/\" target=\"_blank\">\u003cem>Freaky Friday\u003c/em>\u003c/a> star explained she's not a fan of fillers that wipe out "generations of beauty."\u003c/p>\n\n\u003cp>"The current trend of fillers and procedures, and this obsession with filtering, and the things that we do to adjust our appearance on Zoom are wiping out generations of beauty. Once you mess with your face, you can't get it back."\u003c/p>\n\n\u003cp>Watch Curtis talk about her first and only cosmetic procedure below. \u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2F1tPCP6_SP_k%3Fsi%3DEoEIrIN5pXce_cnZ%26t%3D316","@url":"https://youtu.be/1tPCP6_SP_k?si=EoEIrIN5pXce_cnZ&t=316","author_name":"60 Minutes","author_url":"https://www.youtube.com/@60minutes","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1tPCP6_SP_k?start=316&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Jamie Lee Curtis: The 60 Minutes Interview\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/1tPCP6_SP_k/hqdefault.jpg","thumbnail_width":480,"title":"Jamie Lee Curtis: The 60 Minutes Interview","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1tPCP6_SP_k?start=316&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Jamie Lee Curtis: The 60 Minutes Interview\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/1tPCP6_SP_k?si=EoEIrIN5pXce_cnZ&t=316"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery/","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/actress","keywords/Jamie Lee Curtis","keywords/remark","keywords/way","keywords/plastic surgery","keywords/cinematographer","keywords/surgery","keywords/beauty"],"primary_image":{"bucket":"new_assets","id":"%2F68249f44959870f5f9523abe"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS"]},"publish_date":1747238100000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","social_title":"","summary":"'For him to say that, it was very embarrassing...'","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news"],"distribution":["artists/Jamie Lee Curtis (37900417)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Jamie Lee Curtis Reveals Remark That Made Her Get Regretful Plastic Surgery","permalink":"https://939litefm.iheart.com/content/2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery/"},"slug":"2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68249f44959870f5f9523abe","title":"Jamie Lee Curtis Reveals Remark That Made Her Get Regretful Plastic Surgery","description":"'For him to say that, it was very embarrassing...'","author":"Logan DeLoye"},"pub_start":1747238100000,"pub_until":4115978604802,"pub_changed":1747238929712,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","artists/Jamie Lee Curtis (37900417)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68249ede959870f5f9523aaf","slug:2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","slug:2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","keyword:keywords/actress","keyword:keywords/Jamie Lee Curtis","keyword:keywords/remark","keyword:keywords/way","keyword:keywords/plastic surgery","keyword:keywords/cinematographer","keyword:keywords/surgery","keyword:keywords/beauty","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":"%2F5aff2950d67d1ef10ce65817","slug":"melissa-forman-in-the-morning","ownBrand":"brands/Melissa Forman in the Morning","configByLookup":{"common":{"branding":{"name":"Melissa Forman in the Morning","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e0e4688f8be5ecdf437b20c"}}}}}},{"_id":"%2F93a40eda91201a28805e82addf994647","slug":"robin-rock","ownBrand":"brands/Robin Rock (52161)","configByLookup":{"common":{"branding":{"name":"Robin Rock","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e0e46dff8be5ecdf437b212"}}}}}},{"_id":"%2F66966d55a2251ce8162ff07b2d54f3fb","slug":"mick-lee","ownBrand":"brands/Mick Lee (52398)","configByLookup":{"common":{"branding":{"name":"Mick Lee","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/66f6d27790c323d6cec5a3a4"}}}}}},{"_id":"%2Fd8928a4142b87fe8a5a7096b015e9d2e","slug":"delilah","ownBrand":"brands/Delilah (54601)","configByLookup":{"common":{"branding":{"name":"Delilah","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/65ca9a769a5412efa93b0548"}}}}}}]},{"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","28286919","29952958","29787289","119532061"]},{"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":"%2F68248f7b1fc5af43ae972822","type":"PUBLISHING","record":{"ref_id":"%2F68248f7b1fc5af43ae972822","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"43296627-79b7-4090-8e21-1474614a6524","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":"NEW YORK, NEW YORK - MAY 03: Wildlife Conservationist and CEO, Australia Zoo Blossom Award Honoree Bindi Irwin attends the Endometriosis Foundation Of America's (EndoFound) 12th Annual Blossom Ball at Gotham Hall on May 03, 2024 in New York City. (Photo ","id":"%2F6821075a0f4ebe015e08ad69","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Endometriosis Foundation Of America's (EndoFound) 12th Annual Blossom Ball","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/bindi-irwin-34308/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34308\" data-catalog-related-id=\"\">\u003ca href=\"https://www.iheart.com/content/2025-05-11-steve-irwins-daughter-bindi-irwin-hospitalized/\" target=\"_blank\">\u003cstrong>Bindi Irwin\u003c/strong>\u003c/a>\u003c/a>, the daughter of conservationist and television personality \u003cstrong>Steve Irwin\u003c/strong>, broke her silence after her sudden hospitalization, which forced her to miss the annual gala honoring her late father in Las Vegas on Saturday (May 10).\u003c/p>\n\n\u003cp>Bindi, 26, shared a video of herself from a bed at Lenox Hill Hospital in New York City confirming she underwent emergency \u003ca href=\"https://www.iheart.com/content/2025-02-27-potential-no-1-overall-2025-nfl-draft-pick-weighing-surgery/\" target=\"_blank\">surgery\u003c/a> to have her appendix and "14 new endometriosis lesions" removed, as well as a hernia "stitched up."\u003c/p>\n\n\u003cp>“Hey, guys. Bindi here. I just want to say thank you so much for your incredible well-wishes,” she said.\u003c/p>\n\n\u003cp>“I just got out of surgery about an hour ago. I had my appendix removed,” she continued. “I also had 14 new endometriosis lesions that had to be removed, and they kindly stitched up my hernia as well.”\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%2Freel%2FDJkni9ypEfA%2F","@url":"https://www.instagram.com/reel/DJkni9ypEfA/","author_name":"bindisueirwin","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJkni9ypEfA/?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/DJkni9ypEfA/?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/DJkni9ypEfA/?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 Bindi Irwin (@bindisueirwin)\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-2.cdninstagram.com/v/t51.2885-15/497754063_18498187297030953_1027252821437583960_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QFNkY1JRmM1-0ViIN8nFky5kWGOyARTpmOdrwgboZGoYxjM5qO-vCtdUk73sH4yZxA&_nc_ohc=Mfefl-03aywQ7kNvwHOJ-Lq&_nc_gid=aIdnkiyd0cNn76sQsdTQhA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfJ2XmxGrqALQ_LJnC_sX-7LbNmcuaDxK7R5zOKb_mmAgA&oe=682A6D53&_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/DJkni9ypEfA/?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/DJkni9ypEfA/?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/DJkni9ypEfA/?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 Bindi Irwin (@bindisueirwin)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/reel/DJkni9ypEfA/"},{"html":"\u003cp>Bindi added that she was "forever grateful to Dr. Seckin and the entire team at Lenox Hill Hospital," as well as showing her gratitude to fans for their "kind words and support" amid reports of her surgery.\u003c/p>\n\n\u003cp>“Sorry if I’m a little out of it in this video, but I just wanted you to know that I’m on the road to recovery, one step at a time. I am so lucky to have so much love in my life from my beautiful family," she added.\u003c/p>\n\n\u003cp>Bindi's brother, \u003cstrong>Robert\u003c/strong>, had previously confirmed his sister's surgery to \u003ca href=\"https://people.com/bindi-irwin-misses-steve-irwin-gala-medical-emergency-11732642\" target=\"_blank\">\u003cem>PEOPLE\u003c/em>\u003c/a> amid her absence from the Steve Irwin Gala in Las Vegas this past weekend.\u003c/p>\n\n\u003cp>“She’s going to be OK, but surgery — out of all the things we were ready for, that was not one of them,” Robert said at the event in Las Vegas.\u003c/p>\n\n\u003cp>“She’s just come out the other side of endometriosis and now the appendix goes,” he added. “Health is so important — it really is.”\u003c/p>\n\n\u003cp>Bindi, who had previously undergone surgery for endometriosis in March 2023, planned to attend the event despite recent health issues, according to her brother.\u003c/p>\n\n\u003cp>“She came to Las Vegas and was ready to come to the gala, put on a brave face in a lot of discomfort and a lot of pain and said, ‘Nope, I’m just going to tough it out, I’m going to go for it,’ ” Robert said. “But the surgeon said, ‘No, your appendix is going. That thing’s gotta come out.’ Health has to come first.”\u003c/p>\n\n\u003cp>Bindi's mother, \u003cstrong>Terri\u003c/strong>, also missed the event honoring her late husband in order to help her daughter recover, according to Robert.\u003c/p>\n\n\u003cp>“She’s very sad,” he said about Bindi. “She’s devastated that she and Mom can’t be here, but I know she’ll make a speedy recovery.”\u003c/p>\n\n\u003cp>Bindi and Robert followed in their late father's footsteps as conservationists and zookeepers. Steve Irwin, the son of \u003cstrong>Bob Irwin\u003c/strong>, who founded the Australian Zoo, which is now owned by Terri, died in 2006 from an injury caused by a stingray while filming an underwater documentary in the Great Barrier Reef.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization/","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/Bindi Irwin","keywords/Steve Irwin","keywords/Robert","keywords/hospitalization","keywords/appendix","keywords/surgery","keywords/emergency","keywords/emergency surgery","keywords/New York City","keywords/Las Vegas","keywords/Instagram","keywords/update"],"primary_image":{"bucket":"new_assets","id":"%2F6821075a0f4ebe015e08ad69"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747226940000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","social_title":"","summary":"Bindi Irwin, the daughter of conservationist and television personality Steve Irwin, broke her silence on her hospitalization.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Steve Irwin's Daughter Bindi Breaks Silence On Hospitalization","permalink":"https://939litefm.iheart.com/content/2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization/"},"slug":"2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6821075a0f4ebe015e08ad69","title":"Steve Irwin's Daughter Bindi Breaks Silence On Hospitalization","description":"Bindi Irwin, the daughter of conservationist and television personality Steve Irwin, broke her silence on her hospitalization.","author":"Jason Hall"},"pub_start":1747226940000,"pub_until":4115978604802,"pub_changed":1747227298226,"subscription":[{"tags":["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:/68248f7b1fc5af43ae972822","slug:2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","slug:2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","keyword:keywords/Bindi Irwin","keyword:keywords/Steve Irwin","keyword:keywords/Robert","keyword:keywords/hospitalization","keyword:keywords/appendix","keyword:keywords/surgery","keyword:keywords/emergency","keyword:keywords/emergency surgery","keyword:keywords/New York City","keyword:keywords/Las Vegas","keyword:keywords/Instagram","keyword:keywords/update","author:user"]}},{"id":"%2F68238e240669ea5616c2e8aa","type":"PUBLISHING","record":{"ref_id":"%2F68238e240669ea5616c2e8aa","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"63f7a365-47ac-4a2f-940a-a27bd1830a7f","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%2F867-travel-with-amateur-travel-30936518%2F","@url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/","author_name":"Travel with Amateur Traveler Podcast","author_url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Travel with Amateur Traveler Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/?embed=true&cid=oembed&keyid%5B0%5D=Travel%20with%20Amateur%20Traveler%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/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdhZWM2ZmRhLWRhOTctMTFlZS04ZGRiLTY3ZmUwYWQ5MjUzMS9pbWFnZS8wZWZmYzcxYzVkYzMzZTQ0MDE2MzU0ZjBmM2ZkYThmNS5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz?ops=fit(300%2C300)","thumbnail_width":300,"title":"Travel with Amateur Traveler Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Travel with Amateur Traveler Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/?embed=true&cid=oembed&keyid%5B0%5D=Travel%20with%20Amateur%20Traveler%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Vereinigte Staaten von Amerika, USA, Illinois, Chicago, Blick auf den Navy Pier am Lake Michigan","id":"%2F682396780669ea5616c2e8b6","new_tab":false,"schedule":{},"source_credit":"Westend61","title":"USA, Illinois, Chicago, Navy Pier at Lake Michigan","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Have you visited the most "boring" tourist trap in all of Illinois?\u003c/p>\n\n\u003cp>Because "boring" can mean something different to every traveler, this destination is admired by some and detested by others.\u003c/p>\n\n\u003cp>Tourists often choose destinations based on elements they think will fascinate them, only to arrive and find a place very different from what they initially anticipated.\u003c/p>\n\n\u003cp>Be it distinctive history or sheer popularity, something about this well-known Illinois location drew people in, and they walked away with an experience far from what they imagined. Some are disappointed with their experience, and others are interested and cannot wait to tell their friends and family. \u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://blog.cheapism.com/tourist-traps-across-america/\" target=\"_blank\">\u003cem>Cheapism\u003c/em>\u003c/a>, the most overrated tourist destination \u003ca href=\"https://www.iheart.com/content/2025-05-09-popular-illinois-eatery-serves-the-best-barbecue-in-the-entire-state/\" target=\"_blank\">in Illinois\u003c/a> is \u003cstrong>Navy Pier\u003c/strong> in Chicago. \u003c/p>\n\n\u003cp>Here's what \u003cem>Cheapism\u003c/em> had to say about the most "boring" tourist destination in the entire state:\u003c/p>\n\n\u003cblockquote>"Between the $18 price to ride the Ferris wheel, crowds, mediocre bars, and cafeteria food, locals often steer clear of Chicago's Navy Pier, leaving it for the tourists, resident Rachel Cooper says. Still, there are a few redeeming attractions, such as performances by the Chicago Shakespeare Theater (although tickets aren't cheap) and epic fireworks displays over Lake Michigan."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://blog.cheapism.com/tourist-traps-across-america/\" target=\"_blank\">\u003cem>Cheapism\u003c/em>\u003c/a> for a \u003ca href=\"https://www.iheart.com/content/2025-05-02-picturesque-illinois-trail-crowned-best-hike-in-the-entire-state/\" target=\"_blank\">continued list\u003c/a> of the most overrated tourist traps across the U.S.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-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/tourist trap","keywords/Illinois","keywords/Tourists","keywords/state","keywords/spot","keywords/tourist destination","keywords/people","keywords/Some","keywords/others","keywords/destinations"],"primary_image":{"bucket":"new_assets","id":"%2F682396780669ea5616c2e8b6"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747162440000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","social_title":"","summary":"Have you been to the most 'boring' tourist destination in Illinois? ","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 Spot Named 'Most Boring Tourist Trap' In The Entire State","permalink":"https://939litefm.iheart.com/content/2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state/"},"slug":"2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/682396780669ea5616c2e8b6","title":"Popular Illinois Spot Named 'Most Boring Tourist Trap' In The Entire State","description":"Have you been to the most 'boring' tourist destination in Illinois? ","author":"Logan DeLoye"},"pub_start":1747162440000,"pub_until":4115978604802,"pub_changed":1747163410757,"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:/68238e240669ea5616c2e8aa","slug:2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","slug:2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","keyword:keywords/tourist trap","keyword:keywords/Illinois","keyword:keywords/Tourists","keyword:keywords/state","keyword:keywords/spot","keyword:keywords/tourist destination","keyword:keywords/people","keyword:keywords/Some","keyword:keywords/others","keyword:keywords/destinations","author:user"]}},{"id":"%2F682375927a119f26819b7250","type":"PUBLISHING","record":{"ref_id":"%2F682375927a119f26819b7250","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1523c056-61ae-4ce7-86ca-3b83cfa812d3","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-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"NEW YORK, NEW YORK - OCTOBER 29: Salma Hayek attends the WSJ. Magazine 2024 Innovator Awards on October 29, 2024 in New York City. (Photo by Dimitrios Kambouris/Getty Images for WSJ. Magazine Innovators Awards)","id":"%2F682376407a119f26819b725b","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"ARRIVALS - WSJ. Magazine 2024 Innovator Awards","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Academy Award nominated actress \u003cstrong>Salma Hayek Pinault\u003c/strong> was revealed as one of the four cover models for the \u003ca href=\"https://www.iheart.com/content/2024-11-05-olympic-gold-medalist-announced-as-next-si-swimsuit-mode/\" target=\"_blank\">2025 \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-05-olympic-gold-medalist-announced-as-next-si-swimsuit-mode/\" target=\"_blank\">\u003cem>Sports Illustrated Swimsuit\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-05-olympic-gold-medalist-announced-as-next-si-swimsuit-mode/\" target=\"_blank\"> Issue\u003c/a> on Tuesday (May 13).\u003c/p>\n\n\u003cp>Hayek Pinault, 58, was photographed by \u003cstrong>Ruven Afanador\u003c/strong> in her home country of Mexico at the Cuixmala luxury resort, according to \u003ca href=\"https://swimsuit.si.com/swimnews/meet-your-cover-model-salma-hayek-pinault\" target=\"_blank\">\u003cem>Sports Illustrated Swimsuit\u003c/em>\u003c/a>\u003ca href=\"https://swimsuit.si.com/swimnews/meet-your-cover-model-salma-hayek-pinault\" target=\"_blank\">'s feature interview\u003c/a>.\u003c/p>\n\n\u003cp>“I remember when I was young, a long, long time ago, I was always excited to see the Swimsuit Issue of \u003cem>Sports Illustrated\u003c/em>, and [thinking] ‘Who’s going to be in it?’ Of course, I didn’t look like a model, so it never crossed my mind that one day I would be in it,” Hayek Pinault said during her photoshoot. “If somebody had told me I was gonna be in it at 58, I would have sent them to the madhouse, but the world has changed, and that’s exciting.”\u003c/p>\n\n\u003cp>“I feel so fortunate that I am part of a generation that has been able to really experience very tangible change,” she continued. “I could retire, but I don’t want to miss out on this time. I fought for it, you know, and I’ve been part of it, and I think it's really remarkable that a magazine like \u003cem>Sports Illustrated \u003c/em>[\u003cem>Swimsuit\u003c/em>] says that it’s O.K., maybe even cool, to be past 50 and still be able to feel not just sexy, but for me, to be free and not be self-conscious of your body like you have to hide.”\u003c/p>\n\n\u003cp>“I don’t see why, after a certain age, we have to retract ourselves from embracing life to the fullest,” she said.\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%2FDJmZBKhvCAA%2F","@url":"https://www.instagram.com/p/DJmZBKhvCAA/","author_name":"salmahayek","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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 Salma Hayek Pinault (@salmahayek)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1139,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/497660005_18506285470028094_560734758938660666_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QF0UkCA_qC98mEaY9C4FxHNRsKNUpVROrzHgB9rZJ4u2Kdb0rL36zmP63aIRBC5LzQ&_nc_ohc=LfTZwsTajPgQ7kNvwECre4S&_nc_gid=FXpNnWOfuFpTBkztwepBww&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfKd_PcHTQJ9CTHzGkbIlkBJ6DhQzbmuMCzBj2-KdF16gg&oe=68293CD9&_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/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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 Salma Hayek Pinault (@salmahayek)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJmZBKhvCAA/"},{"html":"\u003cp>Hayek Pinault emerged as a major star in American cinema during the 1990s with roles in \u003cem>Desperado\u003c/em>, \u003cem>From Dusk Till Dawn\u003c/em>, \u003cem>Dogma\u003c/em> and \u003ca href=\"https://www.iheart.com/artist/30779/albums/wild-wild-west-129813287/\" data-catalog-kind=\"ALBUM\" data-catalog-id=\"129813287\" data-catalog-related-id=\"\">\u003cem>Wild Wild West\u003c/em>\u003c/a> before becoming the first Mexican actress to be nominated for the Academy Award for Best Actress for her role as late painter \u003cstrong>Frida Kahlo\u003c/strong> in the biographical film \u003cem>Frida\u003c/em> in 2002.\u003c/p>\n\n\u003cp>“Salma Hayek Pinault is a force of nature,” said SI Swimsuit editor in chief \u003cstrong>MJ Day\u003c/strong>. “As an actor, producer, philanthropist and champion for women, Salma is a beacon for Latinx communities, a tireless advocate and a person whose passion for art, life and humanity has few rivals. Her \u003cem>why\u003c/em> is rooted in her ability to inspire generations to come, by showing us all that living on your own terms is the ultimate power. She has a creative fire that lights up everything she touches. Her passion for life, for storytelling, for humanity is rare. It’s real.”\u003c/p>\n\n\u003cp>Other cover stars for the 2025 \u003cem>Sports Illustrated Swimsuit\u003c/em> edition include Olympic gymnast \u003cstrong>Jordan Chiles\u003c/strong>, former LSU gymnast and three-time \u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cem>SI Swimsuit\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\"> model \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cstrong>Olivia\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\"> '\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cstrong>Livvy\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">' \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cstrong>Dunne\u003c/strong>\u003c/a> and three-time \u003cem>SI Swimsuit\u003c/em> model \u003cstrong>Lauren Chan\u003c/strong>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model/","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/Salma Hayek","keywords/SI Swimsuit","keywords/cover model","keywords/cover models","keywords/swimsuit","keywords/model","keywords/actress"],"primary_image":{"bucket":"new_assets","id":"%2F682376407a119f26819b725b"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747155300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","social_title":"","summary":"Academy Award nominated actress Salma Hayek Pinault was revealed as one of the four cover models for the 2025 Sports Illustrated Swimsuit Issue.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Salma Hayek Announced As SI Swimsuit Cover Model","permalink":"https://939litefm.iheart.com/content/2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model/"},"slug":"2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","summary":{"image":"https://i.iheart.com/v3/re/new_assets/682376407a119f26819b725b","title":"Salma Hayek Announced As SI Swimsuit Cover Model","description":"Academy Award nominated actress Salma Hayek Pinault was revealed as one of the four cover models for the 2025 Sports Illustrated Swimsuit Issue.","author":"Jason Hall"},"pub_start":1747155300000,"pub_until":4115978604802,"pub_changed":1747155681103,"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:/682375927a119f26819b7250","slug:2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","slug:2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","keyword:keywords/Salma Hayek","keyword:keywords/SI Swimsuit","keyword:keywords/cover model","keyword:keywords/cover models","keyword:keywords/swimsuit","keyword:keywords/model","keyword:keywords/actress","author:user"]}},{"id":"%2F6823753498e0f7b933dcadcd","type":"PUBLISHING","record":{"ref_id":"%2F6823753498e0f7b933dcadcd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a4bb113c-e3c7-470b-9aac-71fed9e333ca","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":"Young women head out while enjoying a summer road trip","id":"%2F682375f5b72241a4d6bdad26","new_tab":false,"schedule":{},"source_credit":"Twenty47studio / Moment / Getty Images","title":"Young women head out while enjoying a summer road trip","type":"asset","url":"","use_caption":false},{"html":"\u003cp>This Memorial Day weekend is set to break records as \u003ca href=\"https://newsroom.aaa.com/2025/05/memorial-day-forecast/\" target=\"_blank\">more than 45 million Americans plan to travel\u003c/a>, according to AAA. From Thursday (May 22) to Monday (May 26), 45.1 million people are expected to journey at least 50 miles from home, surpassing the previous record of 44 million set in 2005. This increase of 1.4 million travelers from last year marks a significant rebound in travel since the COVID-19 pandemic.\u003c/p>\n\n\u003cp>The majority of travelers, \u003ca href=\"https://www.foxbusiness.com/lifestyle/memorial-day-travel-set-new-record-drivers-benefit-from-lower-gas-prices\" target=\"_blank\">about 87%, will be hitting the road\u003c/a>, benefiting from lower gas prices. The national average for a gallon of regular gas is lower this year compared to last Memorial Day, when it was $3.59. Despite the potential for prices to rise as summer demand increases, drivers are eager to take advantage of the current savings.\u003c/p>\n\n\u003cp>\u003cstrong>Stacey Barber\u003c/strong>, vice president of AAA Travel, noted that "Memorial Day weekend getaways don’t have to be extravagant and costly." Many families are opting for road trips to nearby beaches or to visit friends, taking advantage of the long weekend and school holidays.\u003c/p>\n\n\u003cp>Air travel is also on the rise, with \u003ca href=\"https://thehill.com/policy/transportation/5295663-record-travelers-memorial-day-forecast/\" target=\"_blank\">3.61 million passengers expected to fly\u003c/a>, a nearly 2% increase from last year. Although this year's air travel won't surpass the record set in 2005, it is projected to exceed pre-pandemic levels by 12%. Popular destinations include Orlando, New York, and Chicago.\u003c/p>\n\n\u003cp>Other modes of travel, such as trains, buses, and cruises, are seeing an 8.5% increase over last year. Cruises to Alaska are particularly popular, with Fairbanks, Anchorage, and Juneau among the top domestic destinations.\u003c/p>\n\n\u003cp>As travel surges, AAA advises travelers to plan ahead, especially when booking hotels and rental cars, to ensure a smooth and enjoyable holiday weekend.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-memorial-day-travel-poised-to-set-new-record/","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"],"primary_image":{"bucket":"assets.getty","id":"%2F682375f5b72241a4d6bdad26"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1747154160000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-memorial-day-travel-poised-to-set-new-record","social_title":"","summary":"AAA predicts the 20-year record will fall this year.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Memorial Day Travel Poised To Set New Record","permalink":"https://939litefm.iheart.com/content/2025-05-13-memorial-day-travel-poised-to-set-new-record/"},"slug":"2025-05-13-memorial-day-travel-poised-to-set-new-record","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/682375f5b72241a4d6bdad26","title":"Memorial Day Travel Poised To Set New Record","description":"AAA predicts the 20-year record will fall this year.","author":"iHeartRadio"},"pub_start":1747154160000,"pub_until":4115978604802,"pub_changed":1747154530440,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6823753498e0f7b933dcadcd","slug:2025-05-13-memorial-day-travel-poised-to-set-new-record","slug:2025-05-13-memorial-day-travel-poised-to-set-new-record","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F68236012e26144d4f44f6688","type":"PUBLISHING","record":{"ref_id":"%2F68236012e26144d4f44f6688","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"18b2ff86-d226-412a-8296-1a8e7a04bc06","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":"%2F6823603de26144d4f44f6693","new_tab":false,"schedule":{},"source_credit":"@SamuelFrenchActor/Instagram","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-05-04-actor-charley-scailes-dead-at-84/\" target=\"_blank\">Actor\u003c/a> \u003cstrong>Samuel French\u003c/strong>, best known for his role in \u003ca href=\"https://www.iheart.com/content/2024-12-30-actress-linda-lavin-dead-at-87/\" target=\"_blank\">\u003cstrong>Martin Scorsese\u003c/strong>\u003c/a>'s film \u003cem>Killers of the Flower Moon\u003c/em> and the television series \u003cem>Fear of the Walking Dead\u003c/em>, has died at the age of 45 after a yearslong battle with cancer, \u003cstrong>Paul Sinacore\u003c/strong>, who directed French's final performance in the upcoming movie \u003cem>Towpath\u003c/em>, told \u003ca href=\"https://www.hollywoodreporter.com/movies/movie-news/samuel-french-dead-killers-of-the-flower-moon-1236214606/\" target=\"_blank\">\u003cem>the Hollywood Reporter\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>“Samuel was a dear friend and an incredible actor,” Sinacore said. “\u003cem>Towpath\u003c/em> wouldn’t exist without him, and the incredible intensity he brought to the role of Det. Bernard Crooke set the tone for the entire film. Together we were on an extraordinary journey, giving everything we had to realize a shared creative vision.\u003c/p>\n\n\u003cp>“Samuel carried a fire for acting that burned in every frame — unfiltered, fearless and alive. He gave himself completely to the work, and it showed. I am deeply saddened by his loss and only wish he could have seen the final cut. He was one of a kind, and he will remain in our hearts forever.”\u003c/p>\n\n\u003cp>French played Detective Bernard Crooke \u003cem>Towpath\u003c/em>, which centers around the 1964 civil rights movement, alongside \u003cstrong>Eric Roberts\u003c/strong>. The Texas native made his acting debut in the 2015 miniseries \u003cem>Texas Rising\u003c/em> before later playing Ben in an episode of \u003cem>Fear of the Walking Dead\u003c/em> in 2020 and the title character in the film \u003cem>Joe Haladin: The Case of the Missing Sister\u003c/em>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-actor-samuel-french-dead-at-45/","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/Samuel French","keywords/Samuel","keywords/Fear of the Walking Dead","keywords/Paul Sinacore","keywords/Actor","keywords/Bernard Crooke Towpath","keywords/film","keywords/role","keywords/French"],"primary_image":{"bucket":"new_assets","id":"%2F6823603de26144d4f44f6693"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747149120000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-actor-samuel-french-dead-at-45","social_title":"","summary":"Actor Samuel French, best known for his roles in 'Killers of the Flower Moon' and 'Fear of the Walking Dead,' has died at the age of 45.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Actor Samuel French Dead At 45","permalink":"https://939litefm.iheart.com/content/2025-05-13-actor-samuel-french-dead-at-45/"},"slug":"2025-05-13-actor-samuel-french-dead-at-45","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6823603de26144d4f44f6693","title":"Actor Samuel French Dead At 45","description":"Actor Samuel French, best known for his roles in 'Killers of the Flower Moon' and 'Fear of the Walking Dead,' has died at the age of 45.","author":"Jason Hall"},"pub_start":1747149120000,"pub_until":4115978604802,"pub_changed":1747149494816,"subscription":[{"tags":["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:/68236012e26144d4f44f6688","slug:2025-05-13-actor-samuel-french-dead-at-45","slug:2025-05-13-actor-samuel-french-dead-at-45","keyword:keywords/Samuel French","keyword:keywords/Samuel","keyword:keywords/Fear of the Walking Dead","keyword:keywords/Paul Sinacore","keyword:keywords/Actor","keyword:keywords/Bernard Crooke Towpath","keyword:keywords/film","keyword:keywords/role","keyword:keywords/French","author:user"]}},{"id":"%2F68225cef348703ad6d6f7490","type":"PUBLISHING","record":{"ref_id":"%2F68225cef348703ad6d6f7490","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"2a995e8f-f638-40e7-a60b-11ac7ed85856","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/269-new-heights-show-on-educat-57987790/?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/269-new-heights-show-on-educat-57987790/?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/269-new-heights-show-on-educat-57987790/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/269-new-heights-show-on-educat-57987790/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Empty classroom in sixth form college with machinery in background, absence, empty, anticipation","id":"%2F68225d57348703ad6d6f749d","new_tab":false,"schedule":{},"source_credit":"Digital Vision","title":"Classroom in technical college","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Do you live in the best school district inIllinois? \u003c/p>\n\n\u003cp>Great school districts can also be great places to raise a family if the district is also rated highly for safety and affordability. \u003c/p>\n\n\u003cp>Niche considered "academics, culture and diversity, parent/student surveys on their experiences, health and safety, resources and facilities, clubs and activities, and sports" as factors in ranking the best school districts across America. \u003c/p>\n\n\u003cp>While there are a handful of prestigious school districts scattered \u003ca href=\"https://www.iheart.com/content/2025-05-07-popular-illinois-restaurant-serves-the-most-expensive-meal-in-the-state/\" target=\"_blank\">throughout Illinois\u003c/a>, only one is revered as the best and has received the highest scores in the aforementioned categories. \u003c/p>\n\n\u003cp>According to Niche, the best school district in the U.S. (\u003ca href=\"https://www.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state/\" target=\"_blank\">and Illinois\u003c/a>) is Adlai E. Stevenson High School District No. 125 in Lincolnshire. This is a \u003ca href=\"https://www.niche.com/k12/d/adlai-e-stevenson-high-school-district-no-125-il/\" target=\"_blank\">top-rated school district\u003c/a> housing two schools with "4,614 students in grades 9-12 with a student-teacher ratio of 16 to 1" and "72% of students proficient in math and 72% in reading."\u003c/p>\n\n\u003cp>Here's what \u003cem>Niche\u003c/em> had to say about sourcing the data to discover the best school districts across the country: \u003c/p>\n\n\u003cp>"The \u003ca href=\"https://www.niche.com/about/methodology/best-school-districts/\" target=\"_blank\">Best School Districts ranking\u003c/a> is based on rigorous analysis of academic and student life data from the U.S. Department of Education along with test scores, college data, and ratings collected from millions of Niche users."\u003c/p>\n\n\u003cp>Check out \u003ca href=\"https://www.niche.com/k12/search/best-school-districts/\" target=\"_blank\">\u003cem>Niche\u003c/em>\u003c/a> for a continued list of the best school districts in America. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us/","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/school district","keywords/Niche","keywords/school districts","keywords/destination","keywords/Illinois","keywords/places","keywords/U.S.","keywords/family","keywords/student surveys","keywords/schools"],"primary_image":{"bucket":"new_assets","id":"%2F68225d57348703ad6d6f749d"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747083300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","social_title":"","summary":"Is your school a part of the best school district in America? ","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":"'Diverse' Illinois School District Named 'Best School District' In The US","permalink":"https://939litefm.iheart.com/content/2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us/"},"slug":"2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68225d57348703ad6d6f749d","title":"'Diverse' Illinois School District Named 'Best School District' In The US","description":"Is your school a part of the best school district in America? ","author":"Logan DeLoye"},"pub_start":1747083300000,"pub_until":4115978604802,"pub_changed":1747083671033,"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:/68225cef348703ad6d6f7490","slug:2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","slug:2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","keyword:keywords/school district","keyword:keywords/Niche","keyword:keywords/school districts","keyword:keywords/destination","keyword:keywords/Illinois","keyword:keywords/places","keyword:keywords/U.S.","keyword:keywords/family","keyword:keywords/student surveys","keyword:keywords/schools","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":"%2F68248051fbd0f58a1492e241","type":"PUBLISHING","record":{"ref_id":"%2F68248051fbd0f58a1492e241","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Melissa Forman","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68248216fbd0f58a1492e254","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>This is one we never saw coming, but may wind up being a surprisingly delicious twist. Blue Diamond and 7-Eleven have a treat for those who love nuts and Slurpees. Introducing Cherry Slurpee flavored almonds. The cherry flavor will dust the outside of the popular Blue Diamond almonds for a sweet and crunchy taste. The Cherry Slurpee almonds are on sale now at 7-Eleven, Speedway, and Stripes locations.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds/","cuser":"user/ldap/1026567","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/cherry nuts","keywords/cherry slurpees","keywords/slurpee nuts"],"primary_image":{"bucket":"new_assets","id":"%2F68248216fbd0f58a1492e254"},"primary_target":{"categories":[],"distribution":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]},"publish_date":1747222980000,"publish_end_date":4115978604802,"publish_origin":"brands/Melissa Forman in the Morning","seo_title":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds","social_title":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","summary":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","targets":[],"title":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","permalink":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds/"},"slug":"2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68248216fbd0f58a1492e254","title":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","description":"Blue Diamond and 7-Eleven Team Up For Cherry Slurpee Almonds","author":"Melissa Forman"},"pub_start":1747222980000,"pub_until":4115978604802,"pub_changed":1747224543066,"subscription":[{"tags":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Melissa Forman in the Morning","id:/68248051fbd0f58a1492e241","slug:2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds","slug:2025-05-14-blue-diamond-and-7-eleven-team-up-for-cherry-slurpee-almonds","keyword:keywords/cherry nuts","keyword:keywords/cherry slurpees","keyword:keywords/slurpee nuts","author:user"]}},{"id":"%2F6822f05a650a642119731062","type":"PUBLISHING","record":{"ref_id":"%2F6822f05a650a642119731062","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"27935899","kind":"podcast","related_id":"275245570","schedule":{},"type":"catalog"},{"html":"\u003cp>New music from The Doobie Brother's is on it's way! The band will release their newest studio album "\u003cem>WALK THIS ROAD" \u003c/em>in June featuring 10 newly recorded tracks including \u003cem>“Walk This Road,” “Call Me” and “Lahaina.” \u003c/em>\u003c/p>\n\n\u003cp> Tom Johnston and Pat Simmons are with us today to give us the inside scoop on the album, the upcoming tour, and share their feelings about the group's induction into the Rock & Roll Hall of Fame, and upcoming inclusion in the Songwriter's Hall of Fame. Don't miss this episode! ~ Delilah\u003c/p>\n\n\u003cp>See \u003ca href=\"https://omnystudio.com/listener\" target=\"_self\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/51-love-someone-with-delilah-27935899","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6822eeeb650a64211973105d","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/51-love-someone-with-delilah-27935899","feed_type":"PODCAST","feed_vendor":"LOVE SOMEONE with Delilah","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy81N2VjZjg1MS03ZGQ3LTQ1YWYtOWI1NS1iMmRiMDE0OGJmN2EvaW1hZ2UuanBnP3Q9MTc0NzA4MDE2MiZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","primary_target":{"categories":[],"distribution":["brands/Delilah (54601)"]},"publish_date":1747105200000,"publish_end_date":4115978604802,"publish_origin":"brands/Delilah (54601)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road","social_title":"","summary":"\u003cp>New music from The Doobie Brother's is on it's way! The band will release their newest studio album \"\u003cem>WALK THIS ROAD\" \u003c/em>in June featuring 10 newly recorded tracks including \u003cem>“Walk This Road,” “Call Me” and “Lahaina.” \u003c/em>\u003c/p> \u003cp>Tom John...","targets":[],"title":"THE DOOBIE BROTHERS: \"Walk This Road\"","permalink":"https://939litefm.iheart.com/featured/delilah/content/2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road/"},"slug":"2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy81N2VjZjg1MS03ZGQ3LTQ1YWYtOWI1NS1iMmRiMDE0OGJmN2EvaW1hZ2UuanBnP3Q9MTc0NzA4MDE2MiZzaXplPUxhcmdl?stay=1&ops=dup(),gravity(%22center%22),resizei(1200,675),blur(50),swap(),boxmerge(%22over%22,%22top:0px,bottom:0px%22),contain(0,675)","title":"THE DOOBIE BROTHERS: \"Walk This Road\"","description":"\u003cp>New music from The Doobie Brother's is on it's way! The band will release their newest studio album \"\u003cem>WALK THIS ROAD\" \u003c/em>in June featuring 10 newly recorded tracks including \u003cem>“Walk This Road,” “Call Me” and “Lahaina.” \u003c/em>\u003c/p> \u003cp>Tom John...","author":""},"pub_start":1747105200000,"pub_until":4115978604802,"pub_changed":1747120218801,"subscription":[{"tags":["brands/Delilah (54601)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Delilah (54601)","id:/6822f05a650a642119731062","slug:2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road","slug:2025-05-13-51-love-someone-with-delilah-the-doobie-brothers-walk-this-road"]}},{"id":"%2F626ffa982d55e2faa1c90ca5","type":"PUBLISHING","record":{"ref_id":"%2F626ffa982d55e2faa1c90ca5","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F67b8fddb244d3343cab558cf","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Every Tuesday morning, Melissa Forman opens up the LITE FM Free Ticket Window to get you into some of the most popular upcoming Chicagoland concerts!\u003c/p>\n\n\u003cp>Listen every hour with Melissa on the :05's on Tuesdays to win! 6:05am, 7:05am, 8:05am and 9:05am!\u003c/p>\n\n\u003cp>Here's the upcoming giveaway calendar so you can be prepared!\u003c/p>\n\n","schedule":{},"type":"html"},{"html":"\u003cul>\u003cli>TUE 5/13 – BRYAN ADAMS/PAT BENATAR (NOV 3 at Allstate Arena)\u003c/li>\u003c/ul>\n","schedule":{"begin":1727446201976,"end":1747145100000},"type":"html"},{"html":"\u003cul>\u003cli>TUE 5/20 – SIMPLE MINDS / MODERN ENGLISH / SOFT CELL (June 20 at Huntington Bank Pavilion at Northerly Island)\u003c/li>\u003c/ul>\n","schedule":{"begin":1730911975715,"end":1747749955715},"type":"html"},{"html":"\u003cul>\u003cli>TUE 5/27 – TOTO / MEN AT WORK / CHRISTOPHER CROSS (August 9 at Credit Union 1 Amphitheatre)\u003c/li>\u003c/ul>\n","schedule":{"begin":1727452861352,"end":1748354700000},"type":"html"},{"html":"\u003cul>\u003cli>TUE 4/29 – LADY GAGA (September 16 United Center)\u003c/li>\u003c/ul>\n","schedule":{"begin":1727273100865,"end":1745935500865},"type":"html"},{"html":"\u003cul>\u003cli>TUE 4/8 – CYNDI LAUPER (August 5 at Credit Union 1 Amphitheatre)\u003c/li>\u003c/ul>\n","schedule":{"begin":1732029997374,"end":1744121137374},"type":"html"},{"id":"853","kind":"station","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://939litefm.iheart.com/featured/mick-lee/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/","cuser":"user/ldap/ccrbal1mpl","enable_featured_widget":false,"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":false,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"new_assets","id":"%2F6633b43f7358755e40c850ff"},"primary_target":{"categories":[],"distribution":["brands/WLIT-FM (1863)","brands/Melissa Forman in the Morning"]},"publish_date":1746619211407,"publish_end_date":4115978604802,"publish_origin":"brands/Mick Lee (52398)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2022-05-02-free-ticket-tuesdays-with-melissa-forman","social_title":"","summary":"Listen every Tuesday to win concert tickets to some of the biggest upcoming Chicagoland shows!","targets":[],"title":"Free Ticket Tuesdays With Melissa Forman","permalink":"https://939litefm.iheart.com/featured/mick-lee/content/2022-05-02-free-ticket-tuesdays-with-melissa-forman/"},"slug":"2022-05-02-free-ticket-tuesdays-with-melissa-forman","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6633b43f7358755e40c850ff","title":"Free Ticket Tuesdays With Melissa Forman","description":"Listen every Tuesday to win concert tickets to some of the biggest upcoming Chicagoland shows!","author":""},"pub_start":1746619211407,"pub_until":4115978604802,"pub_changed":1746645131220,"subscription":[{"tags":["brands/WLIT-FM (1863)","brands/Melissa Forman in the Morning"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mick Lee (52398)","id:/626ffa982d55e2faa1c90ca5","slug:2022-05-02-free-ticket-tuesdays-with-melissa-forman","slug:2022-05-02-free-ticket-tuesdays-with-melissa-forman"]}},{"id":"%2F681aa4d80de6fdd5a90ad768","type":"PUBLISHING","record":{"ref_id":"%2F681aa4d80de6fdd5a90ad768","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"melissa forman ","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681aa4e50de6fdd5a90ad770","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>I've been waiting patiently for these and it looks like it has FINALLY ARRIVED!! The new limited-edition chocolate covered pretzel Oreo has been spotted on store shelves! They feature chocolate-flavored cream filling between crispy pretzel-flavored sandwich cookies topped with a sprinking of salt. Talk about dunkable! Plus, I love that it satisfies both the sweet AND savory tooth at the same time. Let me know if you try them or where you spot them. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor/","cuser":"user/ldap/1026567","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/Oreo ","keywords/chocolate covered pretzel oreo","keywords/pretzel oreo "],"primary_image":{"bucket":"new_assets","id":"%2F681aa4e50de6fdd5a90ad770"},"primary_target":{"categories":[],"distribution":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]},"publish_date":1746576900000,"publish_end_date":4115978604802,"publish_origin":"brands/Melissa Forman in the Morning","seo_title":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor","social_title":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","summary":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","targets":[],"title":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","permalink":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor/"},"slug":"2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681aa4e50de6fdd5a90ad770","title":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","description":"Oreo Unveils New Limited-Edition Chocolate Covered Pretzel Flavor","author":"melissa forman "},"pub_start":1746576900000,"pub_until":4115978604802,"pub_changed":1746577331476,"subscription":[{"tags":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Melissa Forman in the Morning","id:/681aa4d80de6fdd5a90ad768","slug:2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor","slug:2025-05-06-oreo-unveils-new-limited-edition-chocolate-covered-pretzel-flavor","keyword:keywords/Oreo ","keyword:keywords/chocolate covered pretzel oreo","keyword:keywords/pretzel oreo ","author:user"]}},{"id":"%2F681a19c0024e5eb65c90ca25","type":"PUBLISHING","record":{"ref_id":"%2F681a19c0024e5eb65c90ca25","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"melissa forman","blocks":[{"html":"\u003cp>There's nothing cooler than seeing majestic streaks running across our night sky and tonight the 2025 Aquarids meteor shower will peak, meaning you could see up to 30 meteors shed from Halley's Comet every hour. Astronomer Phil Plait says, "Showers peak after midnight, so we see the meteors head-on. This means the best hours for viewing are late at night or early morning before dawn." Find a safe, dark place to view the Aquarids shower tonight and make sure to give your eyes around 30 minutes to adjust.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight/","cuser":"user/ldap/1026567","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/meteor shower","keywords/meteor shower tonight","keywords/Aquarids meteor shower"],"primary_image":{"bucket":"assets.getty","id":"%2F681a1a31d8c5b3806ef29169"},"primary_target":{"categories":[],"distribution":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]},"publish_date":1746540900000,"publish_end_date":4115978604802,"publish_origin":"brands/Melissa Forman in the Morning","seo_title":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight","social_title":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","summary":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","targets":[],"title":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","permalink":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight/"},"slug":"2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681a1a31d8c5b3806ef29169","title":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","description":"You Can See Up to 30 Meteors Per Hour In the Night Sky Tonight","author":"melissa forman"},"pub_start":1746540900000,"pub_until":4115978604802,"pub_changed":1746558504676,"subscription":[{"tags":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Melissa Forman in the Morning","id:/681a19c0024e5eb65c90ca25","slug:2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight","slug:2025-05-06-you-can-see-up-to-30-meteors-per-hour-in-the-night-sky-tonight","keyword:keywords/meteor shower","keyword:keywords/meteor shower tonight","keyword:keywords/Aquarids meteor shower","author:user"]}},{"id":"%2F6812462576b3546a2830a50c","type":"PUBLISHING","record":{"ref_id":"%2F6812462576b3546a2830a50c","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"melissa forman ","blocks":[{"html":"\u003cp>Potato chip maker Utz Brands has dropped a lemonade-flavored chip available through August and the best part is that it's for a wonderful cause. For each bag sold, Utz will donate a portion of its profits to the childhood cancer research charity Alex’s Lemonade Stand Foundation, up to $25,000. You can get a bag (or two) at \u003ca href=\"https://www.utzsnacks.com/\" target=\"_blank\">UtzSnacks.com\u003c/a> or pick up the chips at retailers nationwide.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6812482a76b3546a2830a51f","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false}],"canonical_url":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-04-30-lemonade-flavored-chips-have-just-been-released/","cuser":"user/ldap/1026567","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/lemonade potato chips","keywords/Utz chips","keywords/Utz lemonade chips"],"primary_image":{"bucket":"new_assets","id":"%2F6812482a76b3546a2830a51f"},"primary_target":{"categories":[],"distribution":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]},"publish_date":1746028680000,"publish_end_date":4115978604802,"publish_origin":"brands/Melissa Forman in the Morning","seo_title":"Lemonade-Flavored Chips Have Just Been Released ","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-30-lemonade-flavored-chips-have-just-been-released","social_title":"Lemonade-Flavored Chips Have Just Been Released ","summary":"Lemonade-Flavored Chips Have Just Been Released ","targets":[],"title":"Lemonade-Flavored Chips Have Just Been Released ","permalink":"https://939litefm.iheart.com/featured/melissa-forman-in-the-morning/content/2025-04-30-lemonade-flavored-chips-have-just-been-released/"},"slug":"2025-04-30-lemonade-flavored-chips-have-just-been-released","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6812482a76b3546a2830a51f","title":"Lemonade-Flavored Chips Have Just Been Released ","description":"Lemonade-Flavored Chips Have Just Been Released ","author":"melissa forman "},"pub_start":1746028680000,"pub_until":4115978604802,"pub_changed":1746029214721,"subscription":[{"tags":["brands/Melissa Forman in the Morning","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Melissa Forman in the Morning","id:/6812462576b3546a2830a50c","slug:2025-04-30-lemonade-flavored-chips-have-just-been-released","slug:2025-04-30-lemonade-flavored-chips-have-just-been-released","keyword:keywords/lemonade potato chips","keyword:keywords/Utz chips","keyword:keywords/Utz lemonade chips","author:user"]}}],"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":"%2F67d778a16fe974f7f1adb1c1","type":"PUBLISHING","record":{"ref_id":"%2F67d778a16fe974f7f1adb1c1","type":"content:calendar","payload":{"canonical_url":"https://939litefm.iheart.com/calendar/content/2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th","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":"%2F67d77c6d6fe974f7f1adb1d7","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67d77c6d6fe974f7f1adb1d7","source_credit":"","title":"","url":"asset://assets.calendar/67d77c6d6fe974f7f1adb1d7","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>93.9 LITE FM welcomes Rick Springfield: I Want My 80s Tour with support acts John Waite, Wang Chung, and John Cafferty on June 13th at the Venue at Horseshoe Casino\u003c/p>\n\n\u003cp>Tickets available at the Horseshoe Casino, all Ticketmaster outlets, and \u003ca href=\"https://www.ticketmaster.com/event/07006244FD1122C3\" target=\"_blank\">ticketmaster.com\u003c/a>.\u003c/p>\n\n"},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"embed","value":{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DqYkbTyHXwbs","@url":"https://www.youtube.com/watch?v=qYkbTyHXwbs","author_name":"RickSpringfieldVEVO","author_url":"https://www.youtube.com/@RickSpringfieldVEVO","height":150,"html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/qYkbTyHXwbs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rick Springfield - Jessie's Girl (Official Video)\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/qYkbTyHXwbs/hqdefault.jpg","thumbnail_width":480,"title":"Rick Springfield - Jessie's Girl (Official Video)","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/qYkbTyHXwbs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Rick Springfield - Jessie's Girl (Official Video)\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","url":"https://www.youtube.com/watch?v=qYkbTyHXwbs"}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"catalog","value":{"country":"","device_link":"ihr://play/custom/artist/42667","id":"42667","img":"https://i.iheart.com/v3/catalog/artist/42667","kind":"artist","name":"Rick Springfield","related_id":"","web_link":"https://www.iheart.com/artist/rick-springfield-42667/"}}]},"event_date":{"type":"multidate","value":[{"begin":1749859227345,"enabled":false,"end":1750132800788}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67d778c76fe974f7f1adb1cd","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67d778c76fe974f7f1adb1cd","source_credit":"","title":"","url":"asset://assets.calendar/67d778c76fe974f7f1adb1cd","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":" Rick Springfield: I Want My 80s Tour - June 13th"},"venue_address":{"type":"plain","value":"Hammond, IN"},"venue_name":{"type":"plain","value":"Venue at Horseshoe Casino"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/67d778c76fe974f7f1adb1cd","use_caption":false},"keywords":[],"primary_slug":"2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th","slugs":["2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th"],"sponsored":false,"title":" Rick Springfield: I Want My 80s Tour - June 13th"},"targeting":{"exclusion":{"tags":[]},"publish_date":1742175480000,"publish_end_date":4115978604802,"publish_origin":"brands/WLIT-FM (1863)","syndication":{"publish_origin":"brands/WLIT-FM (1863)","refs":{}},"targets":[{"id":"67d778a16fe974f7f1adb1c2","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLIT-FM (1863)"],"workflow":""}]},"permalink":"https://939litefm.iheart.com/calendar/content/2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th"},"slug":"2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67d778c76fe974f7f1adb1cd","title":" Rick Springfield: I Want My 80s Tour - June 13th","description":"","author":""},"pub_start":1742175480000,"pub_until":4115978604802,"pub_changed":1742327671243,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLIT-FM (1863)","id:/67d778a16fe974f7f1adb1c1","slug:2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th","slug:2025-03-16-rick-springfield-i-want-my-80s-tour-june-13th"]}},{"id":"%2F680f9e7df4b92282f315bf8a","type":"PUBLISHING","record":{"ref_id":"%2F680f9e7df4b92282f315bf8a","type":"content:calendar","payload":{"canonical_url":"https://939litefm.iheart.com/calendar/content/2025-08-29-theresa-caputo-live-the-experience-august-29th","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":1745854206822,"enabled":true,"end":1756567806822},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F680f9eaaf4b92282f315bf97","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf97","source_credit":"Michele_Wedel","title":"","url":"asset://assets.calendar/680f9eaaf4b92282f315bf97","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":1745854263237,"enabled":true,"end":1756567863237},"type":"html","value":"\u003cp>Theresa Caputo Live: The Experience Show Date: Friday, August 29, 2025 at The Venue at Horseshoe Casino \u003c/p>\n\n\u003cp>Ticket on sale at horseshoehammond.com \u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1756512000800,"enabled":false,"end":1756519200800}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F680f9eaaf4b92282f315bf96","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf96","source_credit":"","title":"","url":"asset://assets.calendar/680f9eaaf4b92282f315bf96","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-29-theresa-caputo-live-the-experience-august-29th"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Theresa Caputo Live: The Experience - August 29th"},"venue_address":{"type":"plain","value":"Hammond, IN"},"venue_name":{"type":"plain","value":"The Venue at Horseshoe Casino"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/680f9eaaf4b92282f315bf96","use_caption":false},"keywords":[],"primary_slug":"2025-08-29-theresa-caputo-live-the-experience-august-29th","slugs":["2025-08-29-theresa-caputo-live-the-experience-august-29th"],"sponsored":false,"title":"Theresa Caputo Live: The Experience - August 29th"},"targeting":{"exclusion":{"tags":[]},"publish_date":1745853960000,"publish_end_date":4115978604802,"publish_origin":"brands/WLIT-FM (1863)","syndication":{"publish_origin":"brands/WLIT-FM (1863)","refs":{}},"targets":[{"id":"680f9e7df4b92282f315bf8b","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLIT-FM (1863)"],"workflow":""}]},"permalink":"https://939litefm.iheart.com/calendar/content/2025-08-29-theresa-caputo-live-the-experience-august-29th"},"slug":"2025-08-29-theresa-caputo-live-the-experience-august-29th","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/680f9eaaf4b92282f315bf96","title":"Theresa Caputo Live: The Experience - August 29th","description":"","author":""},"pub_start":1745853960000,"pub_until":4115978604802,"pub_changed":1745854315403,"subscription":[{"tags":["calendar-categories/entertainment","calendar-categories/station-events","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLIT-FM (1863)","id:/680f9e7df4b92282f315bf8a","slug:2025-08-29-theresa-caputo-live-the-experience-august-29th","slug:2025-08-29-theresa-caputo-live-the-experience-august-29th"]}},{"id":"%2F67ce46e6e9bf7d48392291eb","type":"PUBLISHING","record":{"ref_id":"%2F67ce46e6e9bf7d48392291eb","type":"content:calendar","payload":{"canonical_url":"https://wgci.iheart.com/calendar/content/2025-09-10-the-doobie-brothers-walk-this-road-tour","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":1741572685422,"enabled":true,"end":1757559625422},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67ce49a01d17e2d170cba4ac","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67ce49a01d17e2d170cba4ac","source_credit":"","title":"","url":"asset://assets.calendar/67ce49a01d17e2d170cba4ac","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>93.9 welcomes The Doobie Brothers September 10th at Credit Union 1 Amphitheatre.\u003c/p>\n\n\u003cp>\u003ca href=\"https://concerts.livenation.com/the-doobie-brothers-2025-tinley-park-illinois-09-10-2025/event/04006247FD505792?_gl=1*u2r665*_gcl_au*MjAwMDM5MzYyLjE3MzYxNjc3Nzc.*_ga*NzEyMDM5NDUyLjE3NDExMTQ0NzM.*_ga_C1T806G4DF*MTc0MTU3MzE4Ni4yMzEuMS4xNzQxNTczMjA4LjM4LjAuMA..*_ga_H1KKSGW33X*MTc0MTU3MzE4Ni4yMTkuMS4xNzQxNTczMjA4LjM4LjAuMA..&_ga=2.244992453.1189515583.1741573187-712039452.1741114473\" target=\"_blank\">Click here\u003c/a> to purchase tickets.\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1757548800601,"enabled":false,"end":1757559600601}]},"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":"%2F67ce4854e9bf7d48392291f7","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67ce4854e9bf7d48392291f7","source_credit":"","title":"","url":"asset://assets.calendar/67ce4854e9bf7d48392291f7","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-09-10-the-doobie-brothers-walk-this-road-tour"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"The Doobie Brothers Walk This Road Tour "},"venue_address":{"type":"plain","value":"Tinley Park, IL"},"venue_name":{"type":"plain","value":"Credit Union 1 Amphitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/67ce4854e9bf7d48392291f7","use_caption":false},"keywords":[],"primary_slug":"2025-09-10-the-doobie-brothers-walk-this-road-tour","slugs":["2025-09-10-the-doobie-brothers-walk-this-road-tour"],"sponsored":false,"title":"The Doobie Brothers Walk This Road Tour "},"targeting":{"exclusion":{"tags":[]},"publish_date":1741572960000,"publish_end_date":4115978604802,"publish_origin":"brands/WGCI-FM (1773)","syndication":{"publish_origin":"brands/WGCI-FM (1773)","refs":{}},"targets":[{"id":"67ce46e6e9bf7d48392291ec","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLIT-FM (1863)"],"workflow":""}]},"permalink":"https://wgci.iheart.com/calendar/content/2025-09-10-the-doobie-brothers-walk-this-road-tour"},"slug":"2025-09-10-the-doobie-brothers-walk-this-road-tour","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67ce4854e9bf7d48392291f7","title":"The Doobie Brothers Walk This Road Tour ","description":"","author":""},"pub_start":1741572960000,"pub_until":4115978604802,"pub_changed":1741573304724,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WGCI-FM (1773)","id:/67ce46e6e9bf7d48392291eb","slug:2025-09-10-the-doobie-brothers-walk-this-road-tour","slug:2025-09-10-the-doobie-brothers-walk-this-road-tour"]}},{"id":"%2F680ed9ac2ebc37b0d813b655","type":"PUBLISHING","record":{"ref_id":"%2F680ed9ac2ebc37b0d813b655","type":"content:calendar","payload":{"canonical_url":"https://939litefm.iheart.com/calendar/content/2025-09-15-","cuser":"user/ldap/CCRORD1EDR","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":1745804141289,"enabled":true,"end":1758159341289},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F680ed9e72ebc37b0d813b662","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b662","source_credit":"","title":"","url":"asset://assets.calendar/680ed9e72ebc37b0d813b662","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>93.9 LITE FM welcomes Lady Gaga: The Mayhem Ball Tour September 15th & 17th at the United Center.\u003c/p>\n\n"},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"catalog","value":{"country":"","device_link":"ihr://play/custom/artist/39335","id":"39335","img":"https://i.iheart.com/v3/catalog/artist/39335","kind":"artist","name":"Lady Gaga","related_id":"","web_link":"https://www.iheart.com/artist/lady-gaga-39335/"}}]},"event_date":{"type":"multidate","value":[{"begin":1757980800279,"enabled":false,"end":1757995200279}]},"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":"%2F680ed9e72ebc37b0d813b661","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b661","source_credit":"","title":"","url":"asset://assets.calendar/680ed9e72ebc37b0d813b661","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-09-15-"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":""},"venue_address":{"type":"plain","value":"Chicago, IL"},"venue_name":{"type":"plain","value":"United Center"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/680ed9e72ebc37b0d813b661","use_caption":false},"keywords":[],"primary_slug":"2025-09-15-","slugs":["2025-09-15-"],"sponsored":false,"title":""},"targeting":{"exclusion":{"tags":[]},"publish_date":1745804160000,"publish_end_date":4115978604802,"publish_origin":"brands/WLIT-FM (1863)","syndication":{"publish_origin":"brands/WLIT-FM (1863)","refs":{}},"targets":[{"id":"680ed9ac2ebc37b0d813b656","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WLIT-FM (1863)"],"workflow":""}]},"permalink":"https://939litefm.iheart.com/calendar/content/2025-09-15-"},"slug":"2025-09-15-","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/680ed9e72ebc37b0d813b661","title":"","description":"","author":""},"pub_start":1745804160000,"pub_until":4115978604802,"pub_changed":1745804571857,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","brands/WLIT-FM (1863)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLIT-FM (1863)","id:/680ed9ac2ebc37b0d813b655","slug:2025-09-15-","slug:2025-09-15-"]}}],"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":"1759062"},{"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":"%2F6825042d3742b7648df639b3","type":"PUBLISHING","record":{"ref_id":"%2F6825042d3742b7648df639b3","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"5da64056-2f43-4eb4-a044-28ed9920a55b","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%2F269-food-chat-100917015%2F","@url":"https://www.iheart.com/podcast/269-food-chat-100917015/","author_name":"Food Chat","author_url":"https://www.iheart.com/podcast/269-food-chat-100917015/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&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/aHR0cHM6Ly9pMS5zbmRjZG4uY29tL2F2YXRhcnMtZVJjeEwwMzNlNjN5S0k3NS1hcWtUUXctb3JpZ2luYWwuanBn?ops=fit(300%2C300)","thumbnail_width":300,"title":"Food Chat","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Food Chat\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/269-food-chat-100917015/?embed=true&cid=oembed&keyid%5B0%5D=Food%20Chat&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/269-food-chat-100917015/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68250e5d3742b7648df639bf","new_tab":false,"schedule":{},"source_credit":"Moment RF","title":"Fast food with a Roast Beef Submarine Sandwich with lots of veggies","type":"asset","url":"","use_caption":false},{"html":"\u003cp>If you haven't tried the best sandwich in Illinois, you're missing out!\u003c/p>\n\n\u003cp>While a handful of eateries scattered throughout Illinois serve delicious sandwiches, only one serves the best!\u003c/p>\n\n\u003cp>Be it high quality ingredients, serving size, a unique sauce, or bread that is toasted to perfection, something about this sandwich keeps customers returning to this one-of-a-kind deli (that is now the best place to order a sandwich in the state)!\u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a>, the best sandwich \u003ca href=\"https://www.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state/\" target=\"_blank\">in Illinois\u003c/a> is served at \u003cstrong>Al's Italian Beef\u003c/strong> in Chicago. \u003cem>LoveFood \u003c/em>recommended trying the Italian Beef Sandwich.\u003c/p>\n\n\u003cp>Here's what \u003cem>LoveFood\u003c/em> had to say about the absolute best sandwich shop in the entire state:\u003c/p>\n\n\u003cblockquote>"No trip to the Windy City is complete without a visit to Al's Italian Beef – the 'home of the great Chicago sandwich' since 1938. It's thought that Al Ferrari, his sister and brother-in-law came up with the recipe for the famous Italian beef sandwich during the Great Depression. Fast-forward to now, and there are multiple locations in and around Chicago, though the original spot on West Taylor Street is still the best place to try the state's most famous sandwich."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.lovefood.com/gallerylist/91989/the-best-sandwich-in-every-state\" target=\"_blank\">\u003cem>LoveFood\u003c/em>\u003c/a> for a \u003ca href=\"https://www.iheart.com/content/2025-05-05-illinois-eatery-officially-named-best-mexican-restaurant-in-the-state/\" target=\"_blank\">continued list\u003c/a> of the best places to order a sandwich across America.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-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/sandwich","keywords/eatery","keywords/Illinois","keywords/Al Ferrari","keywords/state","keywords/sandwich title","keywords/Italian Beef","keywords/size","keywords/place","keywords/sandwiches"],"primary_image":{"bucket":"new_assets","id":"%2F68250e5d3742b7648df639bf"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747258680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","social_title":"","summary":"You HAVE to try this 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":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","permalink":"https://939litefm.iheart.com/content/2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state/"},"slug":"2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68250e5d3742b7648df639bf","title":"'Exceptional' Illinois Eatery Serves The 'Best Sandwich' In The State","description":"You HAVE to try this sandwich‼️","author":"Logan DeLoye"},"pub_start":1747258680000,"pub_until":4115978604802,"pub_changed":1747259437501,"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:/6825042d3742b7648df639b3","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","slug:2025-05-14-exceptional-illinois-eatery-serves-the-best-sandwich-in-the-state","keyword:keywords/sandwich","keyword:keywords/eatery","keyword:keywords/Illinois","keyword:keywords/Al Ferrari","keyword:keywords/state","keyword:keywords/sandwich title","keyword:keywords/Italian Beef","keyword:keywords/size","keyword:keywords/place","keyword:keywords/sandwiches","author:user"]}},{"id":"%2F6824e0e3f892ed465a0de4f6","type":"PUBLISHING","record":{"ref_id":"%2F6824e0e3f892ed465a0de4f6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c457996b-9cc5-40d9-b7be-75ac528557d6","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6824e2b1f892ed465a0de501","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Academy Award winning actors \u003cstrong>Nicolas Cage\u003c/strong> and \u003cstrong>Christian Bale\u003c/strong> looked unrecognizable in the first photo taken from production of the upcoming film \u003cem>Madden\u003c/em> about late Pro Football Hall of Famer and Oakland Raiders coach \u003ca href=\"https://www.iheart.com/content/2022-06-01-late-john-madden-to-be-honored-by-namesake-video-game-franchise/\" target=\"_blank\">\u003cstrong>John Madden\u003c/strong>\u003c/a> was shared by Amazon MGM Studios on Tuesday (May 13).\u003c/p>\n\n\u003cp>Cage will play the titular coach and Bale will play late former Raiders coach turned owner \u003cstrong>Al Davis\u003c/strong> in the upcoming film with both in-character showing off their Super Bowl rings.\u003c/p>\n\n\u003cp>"Your first-look at Nicolas Cage as John Madden and Christian Bale as Al Davis on set of the upcoming film, \u003cem>Madden\u003c/em>. Production is currently underway," Amazon MGM Studios wrote in the post shared on its Instagram account Tuesday.\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%2FDJnfYJhp26Z","@url":"https://www.instagram.com/p/DJnfYJhp26Z","author_name":"amazonmgmstudios","author_url":"","height":0,"html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":640,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/497915110_18501367837044738_7198203616037356318_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=106&_nc_oc=Q6cZ2QEYy5_Z5uvrC04ORAMSjdoUT1X7dFMxW-IYWvBztCtqf0lUybSR9lpz4yxJ2XQxD98&_nc_ohc=ItsyW0HDX7IQ7kNvwGC923H&_nc_gid=UkbbluJtecK19PYsTp1Y0Q&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfKsFTXJOj_cTOFpCeLFwTHVl76WkzWVKzql0gQmRF8XKA&oe=682AA7C5&_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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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/p/DJnfYJhp26Z/?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 Amazon MGM Studios (@amazonmgmstudios)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJnfYJhp26Z"},{"html":"\u003cp>"The film follows Madden’s remarkable journey—from his Super Bowl-winning partnership with Al Davis and the Raiders, to creating Madden NFL, and becoming one of the most iconic voices in football history," the caption continued.\u003c/p>\n\n\u003cp>The film will be directed by \u003cstrong>David O. Russell\u003c/strong> and also feature \u003cstrong>John Mulaney\u003c/strong> as \u003cstrong>Trip Hawkins\u003c/strong>, \u003cstrong>Kathryn Hahn\u003c/strong> as \u003cstrong>Virginia Madden \u003c/strong>and \u003cstrong>Sienna Miller\u003c/strong> as \u003cstrong>Carol Davis\u003c/strong>.\u003c/p>\n\n\u003cp>Madden, who \u003ca href=\"https://www.iheart.com/content/2021-12-28-john-madden-hall-of-fame-coach-and-broadcaster-dead-at-85/\" target=\"_blank\">died in December 2021\u003c/a>, led the Raiders to a Super Bowl XI victory over the Minnesota Vikings in 1977 and retired in 1978 with a 103-32-7 career coaching record and a 76.3% winning percentage, the highest in NFL history. The Minnesota native went on to a legendary broadcasting career as the first NFL color analyst to contribute to all four major networks: \u003cem>CBS\u003c/em> (1979-93), \u003cem>FOX\u003c/em> (1994-2001), \u003cem>ABC\u003c/em> (2002-05) and \u003cem>NBC\u003c/em> (2006-08), before retiring ahead of the 2008 season and was immortalized as the namesake for EA Sports popular NFL video game franchise, initially lending his voice and likeness to the series in 1988.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/","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/John Madden","keywords/MGM Studios","keywords/Christian Bale","keywords/film photo","keywords/Al Davis","keywords/film","keywords/Nicolas Cage","keywords/photo","keywords/production","keywords/Amazon","keywords/NFL","keywords/football","keywords/Oakland Raiders"],"primary_image":{"bucket":"new_assets","id":"%2F6824e2b1f892ed465a0de501"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1747248540000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","social_title":"","summary":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","targets":[{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","permalink":"https://939litefm.iheart.com/content/2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo/"},"slug":"2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6824e2b1f892ed465a0de501","title":"Nicolas Cage, Christian Bale Look Unrecognizable In 'Madden' Film Photo","description":"Academy Award winners Nicolas Cage and Christian Bale looked unrecognizable in the first photo taken from production of the upcoming film 'Madden.'","author":"Jason Hall"},"pub_start":1747248540000,"pub_until":4115978604802,"pub_changed":1747249387828,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6824e0e3f892ed465a0de4f6","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","slug:2025-05-14-nicolas-cage-christian-bale-look-unrecognizable-in-madden-film-photo","keyword:keywords/John Madden","keyword:keywords/MGM Studios","keyword:keywords/Christian Bale","keyword:keywords/film photo","keyword:keywords/Al Davis","keyword:keywords/film","keyword:keywords/Nicolas Cage","keyword:keywords/photo","keyword:keywords/production","keyword:keywords/Amazon","keyword:keywords/NFL","keyword:keywords/football","keyword:keywords/Oakland Raiders","author:user"]}},{"id":"%2F68249ede959870f5f9523aaf","type":"PUBLISHING","record":{"ref_id":"%2F68249ede959870f5f9523aaf","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"f119b107-e2fb-4be3-9140-44e96a159be6","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?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\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/28457190/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68249f44959870f5f9523abe","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A comment made by a cinematographer on the set of \u003cem>Perfect\u003c/em> in 1985 prompted a 25-year-old \u003cstrong>Jamie Lee Curtis\u003c/strong> to get plastic surgery that \u003ca href=\"https://people.com/jamie-lee-curtis-on-the-remark-that-made-her-get-plastic-surgery-at-25-needs-new-hed-tag-hot-flags-11734412\" target=\"_blank\">she regrets\u003c/a> to this day. \u003c/p>\n\n\u003cp>The beloved actress \u003ca href=\"https://www.iheart.com/content/2023-03-08-jamie-lee-curtis-tells-bruce-springsteen-u2-to-play-matinee-shows/\" target=\"_blank\">opened up about \u003c/a>what led her to get her first cosmetic procedure on the May 11 episode of \u003ca href=\"https://www.youtube.com/watch?si=EoEIrIN5pXce_cnZ&t=316&v=1tPCP6_SP_k&feature=youtu.be\" target=\"_blank\">\u003cem>60 Minutes\u003c/em>\u003c/a>, zooming in on the cinematographer's harsh words. \u003c/p>\n\n\u003cblockquote>"He was like, ‘Yeah, I'm not shooting her today. Her eyes are baggy.' And I was 25, so for him to say that, it was very embarrassing. So as soon as the movie finished, I ended up having some plastic surgery. That's just not \u003ca href=\"https://www.iheart.com/content/2023-01-15-jamie-lee-curtis-turns-viral-golden-globes-meme-into-a-t-shirt/\" target=\"_blank\">what you want\u003c/a> to do when you're 25 or 26. And I regretted it immediately and have kind of sort of regretted it since."\u003c/blockquote>\n\n\u003cp>Curtis also revealed that she celebrates beauty in its natural form and believes that women are "perfect the way you are." \u003c/p>\n\n\u003cp>"I've become a public advocate to say to women you're gorgeous and you're perfect the way you are. So yeah, it was not a good thing for me to do."\u003c/p>\n\n\u003cp>In a 2021 interview with \u003ca href=\"https://www.fastcompany.com/90674892/jamie-lee-curtis-is-just-hitting-her-stride-heres-how-that-feels\" target=\"_blank\">\u003cem>Fast Company\u003c/em>\u003c/a>, the 66-year-old \u003ca href=\"https://www.iheart.com/content/2024-11-18-lindsay-lohan-reveals-exciting-new-detail-about-freaky-friday-sequel/\" target=\"_blank\">\u003cem>Freaky Friday\u003c/em>\u003c/a> star explained she's not a fan of fillers that wipe out "generations of beauty."\u003c/p>\n\n\u003cp>"The current trend of fillers and procedures, and this obsession with filtering, and the things that we do to adjust our appearance on Zoom are wiping out generations of beauty. Once you mess with your face, you can't get it back."\u003c/p>\n\n\u003cp>Watch Curtis talk about her first and only cosmetic procedure below. \u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2F1tPCP6_SP_k%3Fsi%3DEoEIrIN5pXce_cnZ%26t%3D316","@url":"https://youtu.be/1tPCP6_SP_k?si=EoEIrIN5pXce_cnZ&t=316","author_name":"60 Minutes","author_url":"https://www.youtube.com/@60minutes","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1tPCP6_SP_k?start=316&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Jamie Lee Curtis: The 60 Minutes Interview\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/1tPCP6_SP_k/hqdefault.jpg","thumbnail_width":480,"title":"Jamie Lee Curtis: The 60 Minutes Interview","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1tPCP6_SP_k?start=316&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"Jamie Lee Curtis: The 60 Minutes Interview\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/1tPCP6_SP_k?si=EoEIrIN5pXce_cnZ&t=316"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery/","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/actress","keywords/Jamie Lee Curtis","keywords/remark","keywords/way","keywords/plastic surgery","keywords/cinematographer","keywords/surgery","keywords/beauty"],"primary_image":{"bucket":"new_assets","id":"%2F68249f44959870f5f9523abe"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS"]},"publish_date":1747238100000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","social_title":"","summary":"'For him to say that, it was very embarrassing...'","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news"],"distribution":["artists/Jamie Lee Curtis (37900417)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Jamie Lee Curtis Reveals Remark That Made Her Get Regretful Plastic Surgery","permalink":"https://939litefm.iheart.com/content/2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery/"},"slug":"2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68249f44959870f5f9523abe","title":"Jamie Lee Curtis Reveals Remark That Made Her Get Regretful Plastic Surgery","description":"'For him to say that, it was very embarrassing...'","author":"Logan DeLoye"},"pub_start":1747238100000,"pub_until":4115978604802,"pub_changed":1747238929712,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CLASSICHITS"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","artists/Jamie Lee Curtis (37900417)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68249ede959870f5f9523aaf","slug:2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","slug:2025-05-14-jamie-lee-curtis-reveals-remark-that-made-her-get-regretful-plastic-surgery","keyword:keywords/actress","keyword:keywords/Jamie Lee Curtis","keyword:keywords/remark","keyword:keywords/way","keyword:keywords/plastic surgery","keyword:keywords/cinematographer","keyword:keywords/surgery","keyword:keywords/beauty","author:user"]}},{"id":"%2F68248f7b1fc5af43ae972822","type":"PUBLISHING","record":{"ref_id":"%2F68248f7b1fc5af43ae972822","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"43296627-79b7-4090-8e21-1474614a6524","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":"NEW YORK, NEW YORK - MAY 03: Wildlife Conservationist and CEO, Australia Zoo Blossom Award Honoree Bindi Irwin attends the Endometriosis Foundation Of America's (EndoFound) 12th Annual Blossom Ball at Gotham Hall on May 03, 2024 in New York City. (Photo ","id":"%2F6821075a0f4ebe015e08ad69","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Endometriosis Foundation Of America's (EndoFound) 12th Annual Blossom Ball","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/bindi-irwin-34308/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34308\" data-catalog-related-id=\"\">\u003ca href=\"https://www.iheart.com/content/2025-05-11-steve-irwins-daughter-bindi-irwin-hospitalized/\" target=\"_blank\">\u003cstrong>Bindi Irwin\u003c/strong>\u003c/a>\u003c/a>, the daughter of conservationist and television personality \u003cstrong>Steve Irwin\u003c/strong>, broke her silence after her sudden hospitalization, which forced her to miss the annual gala honoring her late father in Las Vegas on Saturday (May 10).\u003c/p>\n\n\u003cp>Bindi, 26, shared a video of herself from a bed at Lenox Hill Hospital in New York City confirming she underwent emergency \u003ca href=\"https://www.iheart.com/content/2025-02-27-potential-no-1-overall-2025-nfl-draft-pick-weighing-surgery/\" target=\"_blank\">surgery\u003c/a> to have her appendix and "14 new endometriosis lesions" removed, as well as a hernia "stitched up."\u003c/p>\n\n\u003cp>“Hey, guys. Bindi here. I just want to say thank you so much for your incredible well-wishes,” she said.\u003c/p>\n\n\u003cp>“I just got out of surgery about an hour ago. I had my appendix removed,” she continued. “I also had 14 new endometriosis lesions that had to be removed, and they kindly stitched up my hernia as well.”\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%2Freel%2FDJkni9ypEfA%2F","@url":"https://www.instagram.com/reel/DJkni9ypEfA/","author_name":"bindisueirwin","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJkni9ypEfA/?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/DJkni9ypEfA/?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/DJkni9ypEfA/?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 Bindi Irwin (@bindisueirwin)\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-2.cdninstagram.com/v/t51.2885-15/497754063_18498187297030953_1027252821437583960_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QFNkY1JRmM1-0ViIN8nFky5kWGOyARTpmOdrwgboZGoYxjM5qO-vCtdUk73sH4yZxA&_nc_ohc=Mfefl-03aywQ7kNvwHOJ-Lq&_nc_gid=aIdnkiyd0cNn76sQsdTQhA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfJ2XmxGrqALQ_LJnC_sX-7LbNmcuaDxK7R5zOKb_mmAgA&oe=682A6D53&_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/DJkni9ypEfA/?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/DJkni9ypEfA/?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/DJkni9ypEfA/?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 Bindi Irwin (@bindisueirwin)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/reel/DJkni9ypEfA/"},{"html":"\u003cp>Bindi added that she was "forever grateful to Dr. Seckin and the entire team at Lenox Hill Hospital," as well as showing her gratitude to fans for their "kind words and support" amid reports of her surgery.\u003c/p>\n\n\u003cp>“Sorry if I’m a little out of it in this video, but I just wanted you to know that I’m on the road to recovery, one step at a time. I am so lucky to have so much love in my life from my beautiful family," she added.\u003c/p>\n\n\u003cp>Bindi's brother, \u003cstrong>Robert\u003c/strong>, had previously confirmed his sister's surgery to \u003ca href=\"https://people.com/bindi-irwin-misses-steve-irwin-gala-medical-emergency-11732642\" target=\"_blank\">\u003cem>PEOPLE\u003c/em>\u003c/a> amid her absence from the Steve Irwin Gala in Las Vegas this past weekend.\u003c/p>\n\n\u003cp>“She’s going to be OK, but surgery — out of all the things we were ready for, that was not one of them,” Robert said at the event in Las Vegas.\u003c/p>\n\n\u003cp>“She’s just come out the other side of endometriosis and now the appendix goes,” he added. “Health is so important — it really is.”\u003c/p>\n\n\u003cp>Bindi, who had previously undergone surgery for endometriosis in March 2023, planned to attend the event despite recent health issues, according to her brother.\u003c/p>\n\n\u003cp>“She came to Las Vegas and was ready to come to the gala, put on a brave face in a lot of discomfort and a lot of pain and said, ‘Nope, I’m just going to tough it out, I’m going to go for it,’ ” Robert said. “But the surgeon said, ‘No, your appendix is going. That thing’s gotta come out.’ Health has to come first.”\u003c/p>\n\n\u003cp>Bindi's mother, \u003cstrong>Terri\u003c/strong>, also missed the event honoring her late husband in order to help her daughter recover, according to Robert.\u003c/p>\n\n\u003cp>“She’s very sad,” he said about Bindi. “She’s devastated that she and Mom can’t be here, but I know she’ll make a speedy recovery.”\u003c/p>\n\n\u003cp>Bindi and Robert followed in their late father's footsteps as conservationists and zookeepers. Steve Irwin, the son of \u003cstrong>Bob Irwin\u003c/strong>, who founded the Australian Zoo, which is now owned by Terri, died in 2006 from an injury caused by a stingray while filming an underwater documentary in the Great Barrier Reef.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization/","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/Bindi Irwin","keywords/Steve Irwin","keywords/Robert","keywords/hospitalization","keywords/appendix","keywords/surgery","keywords/emergency","keywords/emergency surgery","keywords/New York City","keywords/Las Vegas","keywords/Instagram","keywords/update"],"primary_image":{"bucket":"new_assets","id":"%2F6821075a0f4ebe015e08ad69"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747226940000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","social_title":"","summary":"Bindi Irwin, the daughter of conservationist and television personality Steve Irwin, broke her silence on her hospitalization.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Steve Irwin's Daughter Bindi Breaks Silence On Hospitalization","permalink":"https://939litefm.iheart.com/content/2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization/"},"slug":"2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6821075a0f4ebe015e08ad69","title":"Steve Irwin's Daughter Bindi Breaks Silence On Hospitalization","description":"Bindi Irwin, the daughter of conservationist and television personality Steve Irwin, broke her silence on her hospitalization.","author":"Jason Hall"},"pub_start":1747226940000,"pub_until":4115978604802,"pub_changed":1747227298226,"subscription":[{"tags":["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:/68248f7b1fc5af43ae972822","slug:2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","slug:2025-05-14-steve-irwins-daughter-bindi-breaks-silence-on-hospitalization","keyword:keywords/Bindi Irwin","keyword:keywords/Steve Irwin","keyword:keywords/Robert","keyword:keywords/hospitalization","keyword:keywords/appendix","keyword:keywords/surgery","keyword:keywords/emergency","keyword:keywords/emergency surgery","keyword:keywords/New York City","keyword:keywords/Las Vegas","keyword:keywords/Instagram","keyword:keywords/update","author:user"]}},{"id":"%2F68238e240669ea5616c2e8aa","type":"PUBLISHING","record":{"ref_id":"%2F68238e240669ea5616c2e8aa","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"63f7a365-47ac-4a2f-940a-a27bd1830a7f","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%2F867-travel-with-amateur-travel-30936518%2F","@url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/","author_name":"Travel with Amateur Traveler Podcast","author_url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Travel with Amateur Traveler Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/?embed=true&cid=oembed&keyid%5B0%5D=Travel%20with%20Amateur%20Traveler%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/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdhZWM2ZmRhLWRhOTctMTFlZS04ZGRiLTY3ZmUwYWQ5MjUzMS9pbWFnZS8wZWZmYzcxYzVkYzMzZTQ0MDE2MzU0ZjBmM2ZkYThmNS5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz?ops=fit(300%2C300)","thumbnail_width":300,"title":"Travel with Amateur Traveler Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Travel with Amateur Traveler Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/?embed=true&cid=oembed&keyid%5B0%5D=Travel%20with%20Amateur%20Traveler%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Vereinigte Staaten von Amerika, USA, Illinois, Chicago, Blick auf den Navy Pier am Lake Michigan","id":"%2F682396780669ea5616c2e8b6","new_tab":false,"schedule":{},"source_credit":"Westend61","title":"USA, Illinois, Chicago, Navy Pier at Lake Michigan","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Have you visited the most "boring" tourist trap in all of Illinois?\u003c/p>\n\n\u003cp>Because "boring" can mean something different to every traveler, this destination is admired by some and detested by others.\u003c/p>\n\n\u003cp>Tourists often choose destinations based on elements they think will fascinate them, only to arrive and find a place very different from what they initially anticipated.\u003c/p>\n\n\u003cp>Be it distinctive history or sheer popularity, something about this well-known Illinois location drew people in, and they walked away with an experience far from what they imagined. Some are disappointed with their experience, and others are interested and cannot wait to tell their friends and family. \u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://blog.cheapism.com/tourist-traps-across-america/\" target=\"_blank\">\u003cem>Cheapism\u003c/em>\u003c/a>, the most overrated tourist destination \u003ca href=\"https://www.iheart.com/content/2025-05-09-popular-illinois-eatery-serves-the-best-barbecue-in-the-entire-state/\" target=\"_blank\">in Illinois\u003c/a> is \u003cstrong>Navy Pier\u003c/strong> in Chicago. \u003c/p>\n\n\u003cp>Here's what \u003cem>Cheapism\u003c/em> had to say about the most "boring" tourist destination in the entire state:\u003c/p>\n\n\u003cblockquote>"Between the $18 price to ride the Ferris wheel, crowds, mediocre bars, and cafeteria food, locals often steer clear of Chicago's Navy Pier, leaving it for the tourists, resident Rachel Cooper says. Still, there are a few redeeming attractions, such as performances by the Chicago Shakespeare Theater (although tickets aren't cheap) and epic fireworks displays over Lake Michigan."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://blog.cheapism.com/tourist-traps-across-america/\" target=\"_blank\">\u003cem>Cheapism\u003c/em>\u003c/a> for a \u003ca href=\"https://www.iheart.com/content/2025-05-02-picturesque-illinois-trail-crowned-best-hike-in-the-entire-state/\" target=\"_blank\">continued list\u003c/a> of the most overrated tourist traps across the U.S.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-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/tourist trap","keywords/Illinois","keywords/Tourists","keywords/state","keywords/spot","keywords/tourist destination","keywords/people","keywords/Some","keywords/others","keywords/destinations"],"primary_image":{"bucket":"new_assets","id":"%2F682396780669ea5616c2e8b6"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747162440000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","social_title":"","summary":"Have you been to the most 'boring' tourist destination in Illinois? ","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 Spot Named 'Most Boring Tourist Trap' In The Entire State","permalink":"https://939litefm.iheart.com/content/2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state/"},"slug":"2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/682396780669ea5616c2e8b6","title":"Popular Illinois Spot Named 'Most Boring Tourist Trap' In The Entire State","description":"Have you been to the most 'boring' tourist destination in Illinois? ","author":"Logan DeLoye"},"pub_start":1747162440000,"pub_until":4115978604802,"pub_changed":1747163410757,"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:/68238e240669ea5616c2e8aa","slug:2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","slug:2025-05-13-popular-illinois-spot-named-most-boring-tourist-trap-in-the-entire-state","keyword:keywords/tourist trap","keyword:keywords/Illinois","keyword:keywords/Tourists","keyword:keywords/state","keyword:keywords/spot","keyword:keywords/tourist destination","keyword:keywords/people","keyword:keywords/Some","keyword:keywords/others","keyword:keywords/destinations","author:user"]}},{"id":"%2F682375927a119f26819b7250","type":"PUBLISHING","record":{"ref_id":"%2F682375927a119f26819b7250","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1523c056-61ae-4ce7-86ca-3b83cfa812d3","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-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"NEW YORK, NEW YORK - OCTOBER 29: Salma Hayek attends the WSJ. Magazine 2024 Innovator Awards on October 29, 2024 in New York City. (Photo by Dimitrios Kambouris/Getty Images for WSJ. Magazine Innovators Awards)","id":"%2F682376407a119f26819b725b","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"ARRIVALS - WSJ. Magazine 2024 Innovator Awards","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Academy Award nominated actress \u003cstrong>Salma Hayek Pinault\u003c/strong> was revealed as one of the four cover models for the \u003ca href=\"https://www.iheart.com/content/2024-11-05-olympic-gold-medalist-announced-as-next-si-swimsuit-mode/\" target=\"_blank\">2025 \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-05-olympic-gold-medalist-announced-as-next-si-swimsuit-mode/\" target=\"_blank\">\u003cem>Sports Illustrated Swimsuit\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-05-olympic-gold-medalist-announced-as-next-si-swimsuit-mode/\" target=\"_blank\"> Issue\u003c/a> on Tuesday (May 13).\u003c/p>\n\n\u003cp>Hayek Pinault, 58, was photographed by \u003cstrong>Ruven Afanador\u003c/strong> in her home country of Mexico at the Cuixmala luxury resort, according to \u003ca href=\"https://swimsuit.si.com/swimnews/meet-your-cover-model-salma-hayek-pinault\" target=\"_blank\">\u003cem>Sports Illustrated Swimsuit\u003c/em>\u003c/a>\u003ca href=\"https://swimsuit.si.com/swimnews/meet-your-cover-model-salma-hayek-pinault\" target=\"_blank\">'s feature interview\u003c/a>.\u003c/p>\n\n\u003cp>“I remember when I was young, a long, long time ago, I was always excited to see the Swimsuit Issue of \u003cem>Sports Illustrated\u003c/em>, and [thinking] ‘Who’s going to be in it?’ Of course, I didn’t look like a model, so it never crossed my mind that one day I would be in it,” Hayek Pinault said during her photoshoot. “If somebody had told me I was gonna be in it at 58, I would have sent them to the madhouse, but the world has changed, and that’s exciting.”\u003c/p>\n\n\u003cp>“I feel so fortunate that I am part of a generation that has been able to really experience very tangible change,” she continued. “I could retire, but I don’t want to miss out on this time. I fought for it, you know, and I’ve been part of it, and I think it's really remarkable that a magazine like \u003cem>Sports Illustrated \u003c/em>[\u003cem>Swimsuit\u003c/em>] says that it’s O.K., maybe even cool, to be past 50 and still be able to feel not just sexy, but for me, to be free and not be self-conscious of your body like you have to hide.”\u003c/p>\n\n\u003cp>“I don’t see why, after a certain age, we have to retract ourselves from embracing life to the fullest,” she said.\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%2FDJmZBKhvCAA%2F","@url":"https://www.instagram.com/p/DJmZBKhvCAA/","author_name":"salmahayek","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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 Salma Hayek Pinault (@salmahayek)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1139,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/497660005_18506285470028094_560734758938660666_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QF0UkCA_qC98mEaY9C4FxHNRsKNUpVROrzHgB9rZJ4u2Kdb0rL36zmP63aIRBC5LzQ&_nc_ohc=LfTZwsTajPgQ7kNvwECre4S&_nc_gid=FXpNnWOfuFpTBkztwepBww&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfKd_PcHTQJ9CTHzGkbIlkBJ6DhQzbmuMCzBj2-KdF16gg&oe=68293CD9&_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/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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/DJmZBKhvCAA/?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 Salma Hayek Pinault (@salmahayek)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJmZBKhvCAA/"},{"html":"\u003cp>Hayek Pinault emerged as a major star in American cinema during the 1990s with roles in \u003cem>Desperado\u003c/em>, \u003cem>From Dusk Till Dawn\u003c/em>, \u003cem>Dogma\u003c/em> and \u003ca href=\"https://www.iheart.com/artist/30779/albums/wild-wild-west-129813287/\" data-catalog-kind=\"ALBUM\" data-catalog-id=\"129813287\" data-catalog-related-id=\"\">\u003cem>Wild Wild West\u003c/em>\u003c/a> before becoming the first Mexican actress to be nominated for the Academy Award for Best Actress for her role as late painter \u003cstrong>Frida Kahlo\u003c/strong> in the biographical film \u003cem>Frida\u003c/em> in 2002.\u003c/p>\n\n\u003cp>“Salma Hayek Pinault is a force of nature,” said SI Swimsuit editor in chief \u003cstrong>MJ Day\u003c/strong>. “As an actor, producer, philanthropist and champion for women, Salma is a beacon for Latinx communities, a tireless advocate and a person whose passion for art, life and humanity has few rivals. Her \u003cem>why\u003c/em> is rooted in her ability to inspire generations to come, by showing us all that living on your own terms is the ultimate power. She has a creative fire that lights up everything she touches. Her passion for life, for storytelling, for humanity is rare. It’s real.”\u003c/p>\n\n\u003cp>Other cover stars for the 2025 \u003cem>Sports Illustrated Swimsuit\u003c/em> edition include Olympic gymnast \u003cstrong>Jordan Chiles\u003c/strong>, former LSU gymnast and three-time \u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cem>SI Swimsuit\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\"> model \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cstrong>Olivia\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\"> '\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cstrong>Livvy\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">' \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-27-livvy-dunnes-2025-sports-illustrated-swimsuit-teaser-released/\" target=\"_blank\">\u003cstrong>Dunne\u003c/strong>\u003c/a> and three-time \u003cem>SI Swimsuit\u003c/em> model \u003cstrong>Lauren Chan\u003c/strong>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model/","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/Salma Hayek","keywords/SI Swimsuit","keywords/cover model","keywords/cover models","keywords/swimsuit","keywords/model","keywords/actress"],"primary_image":{"bucket":"new_assets","id":"%2F682376407a119f26819b725b"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747155300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","social_title":"","summary":"Academy Award nominated actress Salma Hayek Pinault was revealed as one of the four cover models for the 2025 Sports Illustrated Swimsuit Issue.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Salma Hayek Announced As SI Swimsuit Cover Model","permalink":"https://939litefm.iheart.com/content/2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model/"},"slug":"2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","summary":{"image":"https://i.iheart.com/v3/re/new_assets/682376407a119f26819b725b","title":"Salma Hayek Announced As SI Swimsuit Cover Model","description":"Academy Award nominated actress Salma Hayek Pinault was revealed as one of the four cover models for the 2025 Sports Illustrated Swimsuit Issue.","author":"Jason Hall"},"pub_start":1747155300000,"pub_until":4115978604802,"pub_changed":1747155681103,"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:/682375927a119f26819b7250","slug:2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","slug:2025-05-13-salma-hayek-announced-as-si-swimsuit-cover-model","keyword:keywords/Salma Hayek","keyword:keywords/SI Swimsuit","keyword:keywords/cover model","keyword:keywords/cover models","keyword:keywords/swimsuit","keyword:keywords/model","keyword:keywords/actress","author:user"]}},{"id":"%2F6823753498e0f7b933dcadcd","type":"PUBLISHING","record":{"ref_id":"%2F6823753498e0f7b933dcadcd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a4bb113c-e3c7-470b-9aac-71fed9e333ca","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":"Young women head out while enjoying a summer road trip","id":"%2F682375f5b72241a4d6bdad26","new_tab":false,"schedule":{},"source_credit":"Twenty47studio / Moment / Getty Images","title":"Young women head out while enjoying a summer road trip","type":"asset","url":"","use_caption":false},{"html":"\u003cp>This Memorial Day weekend is set to break records as \u003ca href=\"https://newsroom.aaa.com/2025/05/memorial-day-forecast/\" target=\"_blank\">more than 45 million Americans plan to travel\u003c/a>, according to AAA. From Thursday (May 22) to Monday (May 26), 45.1 million people are expected to journey at least 50 miles from home, surpassing the previous record of 44 million set in 2005. This increase of 1.4 million travelers from last year marks a significant rebound in travel since the COVID-19 pandemic.\u003c/p>\n\n\u003cp>The majority of travelers, \u003ca href=\"https://www.foxbusiness.com/lifestyle/memorial-day-travel-set-new-record-drivers-benefit-from-lower-gas-prices\" target=\"_blank\">about 87%, will be hitting the road\u003c/a>, benefiting from lower gas prices. The national average for a gallon of regular gas is lower this year compared to last Memorial Day, when it was $3.59. Despite the potential for prices to rise as summer demand increases, drivers are eager to take advantage of the current savings.\u003c/p>\n\n\u003cp>\u003cstrong>Stacey Barber\u003c/strong>, vice president of AAA Travel, noted that "Memorial Day weekend getaways don’t have to be extravagant and costly." Many families are opting for road trips to nearby beaches or to visit friends, taking advantage of the long weekend and school holidays.\u003c/p>\n\n\u003cp>Air travel is also on the rise, with \u003ca href=\"https://thehill.com/policy/transportation/5295663-record-travelers-memorial-day-forecast/\" target=\"_blank\">3.61 million passengers expected to fly\u003c/a>, a nearly 2% increase from last year. Although this year's air travel won't surpass the record set in 2005, it is projected to exceed pre-pandemic levels by 12%. Popular destinations include Orlando, New York, and Chicago.\u003c/p>\n\n\u003cp>Other modes of travel, such as trains, buses, and cruises, are seeing an 8.5% increase over last year. Cruises to Alaska are particularly popular, with Fairbanks, Anchorage, and Juneau among the top domestic destinations.\u003c/p>\n\n\u003cp>As travel surges, AAA advises travelers to plan ahead, especially when booking hotels and rental cars, to ensure a smooth and enjoyable holiday weekend.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-memorial-day-travel-poised-to-set-new-record/","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"],"primary_image":{"bucket":"assets.getty","id":"%2F682375f5b72241a4d6bdad26"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1747154160000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-memorial-day-travel-poised-to-set-new-record","social_title":"","summary":"AAA predicts the 20-year record will fall this year.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/national-news","categories/lifestyle"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Memorial Day Travel Poised To Set New Record","permalink":"https://939litefm.iheart.com/content/2025-05-13-memorial-day-travel-poised-to-set-new-record/"},"slug":"2025-05-13-memorial-day-travel-poised-to-set-new-record","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/682375f5b72241a4d6bdad26","title":"Memorial Day Travel Poised To Set New Record","description":"AAA predicts the 20-year record will fall this year.","author":"iHeartRadio"},"pub_start":1747154160000,"pub_until":4115978604802,"pub_changed":1747154530440,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/national-news","categories/lifestyle","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6823753498e0f7b933dcadcd","slug:2025-05-13-memorial-day-travel-poised-to-set-new-record","slug:2025-05-13-memorial-day-travel-poised-to-set-new-record","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F68236012e26144d4f44f6688","type":"PUBLISHING","record":{"ref_id":"%2F68236012e26144d4f44f6688","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"18b2ff86-d226-412a-8296-1a8e7a04bc06","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":"%2F6823603de26144d4f44f6693","new_tab":false,"schedule":{},"source_credit":"@SamuelFrenchActor/Instagram","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-05-04-actor-charley-scailes-dead-at-84/\" target=\"_blank\">Actor\u003c/a> \u003cstrong>Samuel French\u003c/strong>, best known for his role in \u003ca href=\"https://www.iheart.com/content/2024-12-30-actress-linda-lavin-dead-at-87/\" target=\"_blank\">\u003cstrong>Martin Scorsese\u003c/strong>\u003c/a>'s film \u003cem>Killers of the Flower Moon\u003c/em> and the television series \u003cem>Fear of the Walking Dead\u003c/em>, has died at the age of 45 after a yearslong battle with cancer, \u003cstrong>Paul Sinacore\u003c/strong>, who directed French's final performance in the upcoming movie \u003cem>Towpath\u003c/em>, told \u003ca href=\"https://www.hollywoodreporter.com/movies/movie-news/samuel-french-dead-killers-of-the-flower-moon-1236214606/\" target=\"_blank\">\u003cem>the Hollywood Reporter\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>“Samuel was a dear friend and an incredible actor,” Sinacore said. “\u003cem>Towpath\u003c/em> wouldn’t exist without him, and the incredible intensity he brought to the role of Det. Bernard Crooke set the tone for the entire film. Together we were on an extraordinary journey, giving everything we had to realize a shared creative vision.\u003c/p>\n\n\u003cp>“Samuel carried a fire for acting that burned in every frame — unfiltered, fearless and alive. He gave himself completely to the work, and it showed. I am deeply saddened by his loss and only wish he could have seen the final cut. He was one of a kind, and he will remain in our hearts forever.”\u003c/p>\n\n\u003cp>French played Detective Bernard Crooke \u003cem>Towpath\u003c/em>, which centers around the 1964 civil rights movement, alongside \u003cstrong>Eric Roberts\u003c/strong>. The Texas native made his acting debut in the 2015 miniseries \u003cem>Texas Rising\u003c/em> before later playing Ben in an episode of \u003cem>Fear of the Walking Dead\u003c/em> in 2020 and the title character in the film \u003cem>Joe Haladin: The Case of the Missing Sister\u003c/em>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-13-actor-samuel-french-dead-at-45/","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/Samuel French","keywords/Samuel","keywords/Fear of the Walking Dead","keywords/Paul Sinacore","keywords/Actor","keywords/Bernard Crooke Towpath","keywords/film","keywords/role","keywords/French"],"primary_image":{"bucket":"new_assets","id":"%2F6823603de26144d4f44f6693"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747149120000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-13-actor-samuel-french-dead-at-45","social_title":"","summary":"Actor Samuel French, best known for his roles in 'Killers of the Flower Moon' and 'Fear of the Walking Dead,' has died at the age of 45.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Actor Samuel French Dead At 45","permalink":"https://939litefm.iheart.com/content/2025-05-13-actor-samuel-french-dead-at-45/"},"slug":"2025-05-13-actor-samuel-french-dead-at-45","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6823603de26144d4f44f6693","title":"Actor Samuel French Dead At 45","description":"Actor Samuel French, best known for his roles in 'Killers of the Flower Moon' and 'Fear of the Walking Dead,' has died at the age of 45.","author":"Jason Hall"},"pub_start":1747149120000,"pub_until":4115978604802,"pub_changed":1747149494816,"subscription":[{"tags":["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:/68236012e26144d4f44f6688","slug:2025-05-13-actor-samuel-french-dead-at-45","slug:2025-05-13-actor-samuel-french-dead-at-45","keyword:keywords/Samuel French","keyword:keywords/Samuel","keyword:keywords/Fear of the Walking Dead","keyword:keywords/Paul Sinacore","keyword:keywords/Actor","keyword:keywords/Bernard Crooke Towpath","keyword:keywords/film","keyword:keywords/role","keyword:keywords/French","author:user"]}},{"id":"%2F68225cef348703ad6d6f7490","type":"PUBLISHING","record":{"ref_id":"%2F68225cef348703ad6d6f7490","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"2a995e8f-f638-40e7-a60b-11ac7ed85856","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/269-new-heights-show-on-educat-57987790/?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/269-new-heights-show-on-educat-57987790/?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/269-new-heights-show-on-educat-57987790/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/269-new-heights-show-on-educat-57987790/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Empty classroom in sixth form college with machinery in background, absence, empty, anticipation","id":"%2F68225d57348703ad6d6f749d","new_tab":false,"schedule":{},"source_credit":"Digital Vision","title":"Classroom in technical college","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Do you live in the best school district inIllinois? \u003c/p>\n\n\u003cp>Great school districts can also be great places to raise a family if the district is also rated highly for safety and affordability. \u003c/p>\n\n\u003cp>Niche considered "academics, culture and diversity, parent/student surveys on their experiences, health and safety, resources and facilities, clubs and activities, and sports" as factors in ranking the best school districts across America. \u003c/p>\n\n\u003cp>While there are a handful of prestigious school districts scattered \u003ca href=\"https://www.iheart.com/content/2025-05-07-popular-illinois-restaurant-serves-the-most-expensive-meal-in-the-state/\" target=\"_blank\">throughout Illinois\u003c/a>, only one is revered as the best and has received the highest scores in the aforementioned categories. \u003c/p>\n\n\u003cp>According to Niche, the best school district in the U.S. (\u003ca href=\"https://www.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state/\" target=\"_blank\">and Illinois\u003c/a>) is Adlai E. Stevenson High School District No. 125 in Lincolnshire. This is a \u003ca href=\"https://www.niche.com/k12/d/adlai-e-stevenson-high-school-district-no-125-il/\" target=\"_blank\">top-rated school district\u003c/a> housing two schools with "4,614 students in grades 9-12 with a student-teacher ratio of 16 to 1" and "72% of students proficient in math and 72% in reading."\u003c/p>\n\n\u003cp>Here's what \u003cem>Niche\u003c/em> had to say about sourcing the data to discover the best school districts across the country: \u003c/p>\n\n\u003cp>"The \u003ca href=\"https://www.niche.com/about/methodology/best-school-districts/\" target=\"_blank\">Best School Districts ranking\u003c/a> is based on rigorous analysis of academic and student life data from the U.S. Department of Education along with test scores, college data, and ratings collected from millions of Niche users."\u003c/p>\n\n\u003cp>Check out \u003ca href=\"https://www.niche.com/k12/search/best-school-districts/\" target=\"_blank\">\u003cem>Niche\u003c/em>\u003c/a> for a continued list of the best school districts in America. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us/","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/school district","keywords/Niche","keywords/school districts","keywords/destination","keywords/Illinois","keywords/places","keywords/U.S.","keywords/family","keywords/student surveys","keywords/schools"],"primary_image":{"bucket":"new_assets","id":"%2F68225d57348703ad6d6f749d"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747083300000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","social_title":"","summary":"Is your school a part of the best school district in America? ","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":"'Diverse' Illinois School District Named 'Best School District' In The US","permalink":"https://939litefm.iheart.com/content/2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us/"},"slug":"2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68225d57348703ad6d6f749d","title":"'Diverse' Illinois School District Named 'Best School District' In The US","description":"Is your school a part of the best school district in America? ","author":"Logan DeLoye"},"pub_start":1747083300000,"pub_until":4115978604802,"pub_changed":1747083671033,"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:/68225cef348703ad6d6f7490","slug:2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","slug:2025-05-12-diverse-illinois-school-district-named-best-school-district-in-the-us","keyword:keywords/school district","keyword:keywords/Niche","keyword:keywords/school districts","keyword:keywords/destination","keyword:keywords/Illinois","keyword:keywords/places","keyword:keywords/U.S.","keyword:keywords/family","keyword:keywords/student surveys","keyword:keywords/schools","author:user"]}},{"id":"%2F68222de676da616760fc2db3","type":"PUBLISHING","record":{"ref_id":"%2F68222de676da616760fc2db3","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"413cb126-e521-40bb-bec5-fa799661c56d","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%2F867-travel-with-amateur-travel-30936518%2F","@url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/","author_name":"Travel with Amateur Traveler Podcast","author_url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Travel with Amateur Traveler Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/?embed=true&cid=oembed&keyid%5B0%5D=Travel%20with%20Amateur%20Traveler%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/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzdhZWM2ZmRhLWRhOTctMTFlZS04ZGRiLTY3ZmUwYWQ5MjUzMS9pbWFnZS8wZWZmYzcxYzVkYzMzZTQ0MDE2MzU0ZjBmM2ZkYThmNS5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz?ops=fit(300%2C300)","thumbnail_width":300,"title":"Travel with Amateur Traveler Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Travel with Amateur Traveler Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/?embed=true&cid=oembed&keyid%5B0%5D=Travel%20with%20Amateur%20Traveler%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/867-travel-with-amateur-travel-30936518/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"Aerial view of Galena on a cloudy day in Illinois","id":"%2F6822318c76da616760fc2dbf","new_tab":false,"schedule":{},"source_credit":"E+","title":"Aerial view of Galena, Illinois","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Illinois is home to endless natural vistas, scenic locations, and charming small towns that exist as stray map dots off the beaten path of highways to urban jungles.\u003c/p>\n\n\u003cp>These alluring locations are often hidden gems, enjoyed by locals and visitors looking for peace away from the city. Small towns boast a slower pace of life, unique local culture, a strong sense of community, and, sometimes, a lower cost of living.\u003c/p>\n\n\u003cp>While there are hundreds of small towns scattered throughout Illinois, only one is revered as the best!\u003c/p>\n\n\u003cp>According to a list compiled by \u003ca href=\"https://www.worldatlas.com/cities/the-best-small-town-in-every-us-state-2025.html\" target=\"_blank\">\u003cem>World Atlas\u003c/em>\u003c/a>, the best small town \u003ca href=\"https://www.iheart.com/content/2025-05-07-popular-illinois-restaurant-serves-the-most-expensive-meal-in-the-state/\" target=\"_blank\">in Illinois\u003c/a> is \u003cstrong>Galena\u003c/strong>. This charming locale houses welcoming residents, quaint shops, and offers plenty of beautiful outdoor experiences without the traffic and crowds.\u003c/p>\n\n\u003cp>Here's what \u003cem>World Atlas\u003c/em> had to say about the best small town in the entire state:\u003c/p>\n\n\u003cblockquote>"This lovely town is a slice of history tucked away in the northwest corner of Illinois. Astray from the urban metropolis of Chicago, Galena is a historic town exuding regal charm. Guests find themselves walking between opulent mansions and cobblestone streets similar to those from history books. Between the array of sights, some stand out with an intriguing story or sight to share. For example, the Old Market House, Washburne House, and Grant Park will take you on a tour through the town’s past. From being the largest steamboat hub in the region to the home of Ulysses S. Grant, these stories will grasp anyone’s attention. Or, hop on the Galena Trolley Tour to witness all the history, heritage, and culture in one lovely trip."\u003c/blockquote>\n\n\u003cp>Check out \u003ca href=\"https://www.worldatlas.com/cities/the-best-small-town-in-every-us-state-2025.html\" target=\"_blank\">\u003cem>World Atlas\u003c/em>\u003c/a> for a \u003ca href=\"https://www.iheart.com/content/2025-04-23-popular-treat-recalled-across-illinois-poses-serious-health-risk/\" target=\"_blank\">continued list\u003c/a> of the best small towns across the country!\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-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/Illinois","keywords/town","keywords/towns","keywords/state","keywords/spot","keywords/Galena","keywords/locations","keywords/vistas","keywords/map dots"],"primary_image":{"bucket":"new_assets","id":"%2F6822318c76da616760fc2dbf"},"primary_target":{"categories":["categories/local-news"],"distribution":["markets/CHICAGO-IL"]},"publish_date":1747071060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state","social_title":"","summary":"Have you visited this charming town yet? ","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":"'Welcoming' Illinois Spot Named 'Best Small Town' In The Entire State","permalink":"https://939litefm.iheart.com/content/2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state/"},"slug":"2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6822318c76da616760fc2dbf","title":"'Welcoming' Illinois Spot Named 'Best Small Town' In The Entire State","description":"Have you visited this charming town yet? ","author":"Logan DeLoye"},"pub_start":1747071060000,"pub_until":4115978604802,"pub_changed":1747071728329,"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:/68222de676da616760fc2db3","slug:2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state","slug:2025-05-12-welcoming-illinois-spot-named-best-small-town-in-the-entire-state","keyword:keywords/Illinois","keyword:keywords/town","keyword:keywords/towns","keyword:keywords/state","keyword:keywords/spot","keyword:keywords/Galena","keyword:keywords/locations","keyword:keywords/vistas","keyword:keywords/map dots","author:user"]}},{"id":"%2F68221b5b387c5f014d88ebf6","type":"PUBLISHING","record":{"ref_id":"%2F68221b5b387c5f014d88ebf6","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"244411e6-83c0-4de3-a2a2-576b013db16e","revision_id":"AAAAAAAAAAAAAAAAAAAAAQ=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-the-stephen-a-smith-show-102317554%2F","@url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","author_name":"The Stephen A. Smith Show","author_url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxLzQ5MzA1NWU4LTZjY2ItNDFlZC1iOTdjLWIxMWQwMTM2MmM0MS9pbWFnZS5qcGc_dD0xNzA4NTQ3NTA2JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Stephen A. Smith Show","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Stephen A. Smith Show\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/?embed=true&cid=oembed&keyid%5B0%5D=The%20Stephen%20A.%20Smith%20Show&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-the-stephen-a-smith-show-102317554/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"CANTON, OH - AUGUST 03: NBA Hall of Famer Michael Jordan attends the 2024 Pro Football Hall of Fame Enshrinement Ceremony at Tom Benson Hall Of Fame Stadium on August 03, 2024 in Canton, Ohio. (Photo by Don Juan Moore/Getty Images) *** Local Caption *** M","id":"%2F68221b93387c5f014d88ec01","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"2024 Pro Football Hall of Fame Enshrinement Ceremony","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2024-11-05-michael-jordan-addresses-fake-presidential-endorsement/\" target=\"_blank\">Basketball Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-05-michael-jordan-addresses-fake-presidential-endorsement/\" target=\"_blank\">\u003cstrong>Michael Jordan\u003c/strong>\u003c/a> will join \u003ca href=\"https://www.iheart.com/content/2024-05-22-nba-to-formalize-new-tv-deals-end-iconic-show-report/\" target=\"_blank\">\u003cem>NBC Sports\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-05-22-nba-to-formalize-new-tv-deals-end-iconic-show-report/\" target=\"_blank\">' relaunched NBA coverage\u003c/a> as a "special contributor," \u003cem>NBA on NBC and Peacock\u003c/em> announced on its X account Monday (May 12).\u003c/p>\n\n\u003cp>Jordan, 62, widely regarded as the greatest player in basketball's history, hasn't appeared regularly on NBA television since his third and final retirement in 2003. The six-time NBA champion has, instead, focused on business ventures, which includes his Jumpman apparel brand, owning and later selling the Charlotte Hornets and having founded his 23XI Racing NASCAR Cup Series team, becoming the first professional athlete to reach billionaire status in 2014.\u003c/p>\n\n\u003cp>No additional details about Jordan's role as a "special contributor" were revealed at the time of the initial announcement on Monday.\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%2FNBAonNBC%2Fstatus%2F1921944482917806384","@url":"https://x.com/NBAonNBC/status/1921944482917806384","author_name":"NBA on NBC and Peacock","author_url":"https://twitter.com/NBAonNBC","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">A legendary addition to our team!\u003cbr>\u003cbr>We’re thrilled to welcome Michael Jordan as a special contributor to the NBA on NBC and Peacock. \u003ca href=\"https://t.co/Pjsq8tokfi\">pic.twitter.com/Pjsq8tokfi\u003c/a>\u003c/p>— NBA on NBC and Peacock (@NBAonNBC) \u003ca href=\"https://twitter.com/NBAonNBC/status/1921944482917806384?ref_src=twsrc%5Etfw\">May 12, 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/NBAonNBC/status/1921944482917806384","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">A legendary addition to our team!\u003cbr>\u003cbr>We’re thrilled to welcome Michael Jordan as a special contributor to the NBA on NBC and Peacock. \u003ca href=\"https://t.co/Pjsq8tokfi\">pic.twitter.com/Pjsq8tokfi\u003c/a>\u003c/p>— NBA on NBC and Peacock (@NBAonNBC) \u003ca href=\"https://twitter.com/NBAonNBC/status/1921944482917806384?ref_src=twsrc%5Etfw\">May 12, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/NBAonNBC/status/1921944482917806384"},{"html":"\u003cp>Jordan's Chicago Bulls were a fixture when \u003cem>NBC Sports\u003c/em> last had NBA broadcasting rights from 1990 to 2002, winning six championships between 1991 and 1998.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DF3_wQIeNT5U","@url":"https://www.youtube.com/watch?v=F3_wQIeNT5U","author_name":"dflyer77","author_url":"https://www.youtube.com/@dflyer77","height":150,"html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/F3_wQIeNT5U?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"3-19-95 Michael Jordan returns NBA on NBC (BEST AUDIO) (Intro only)\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/F3_wQIeNT5U/hqdefault.jpg","thumbnail_width":480,"title":"3-19-95 Michael Jordan returns NBA on NBC (BEST AUDIO) (Intro only)","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/F3_wQIeNT5U?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"3-19-95 Michael Jordan returns NBA on NBC (BEST AUDIO) (Intro only)\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=F3_wQIeNT5U"},{"html":"\u003cp>\u003cem>NBC Sports\u003c/em> repurchased NBA broadcasting rights as part of an 11-year media rights deal beginning with the 2025-26 season.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D4pzbhJyHplU","@url":"https://www.youtube.com/watch?v=4pzbhJyHplU","author_name":"NBC Sports","author_url":"https://www.youtube.com/@NBCSports","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/4pzbhJyHplU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"The NBA is BACK on NBC\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/4pzbhJyHplU/hqdefault.jpg","thumbnail_width":480,"title":"The NBA is BACK on NBC","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/4pzbhJyHplU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen title=\"The NBA is BACK on NBC\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=4pzbhJyHplU"},{"html":"\u003cp>The third iteration of \u003cem>the NBA on NBC\u003c/em> will include the iconic theme song \u003cem>Roundball Rock\u003c/em> composed by \u003cstrong>John Tesh\u003c/strong> and an AI-generated version of late narrator \u003cstrong>Jim Fagan\u003c/strong>. The NBA will also continue to air \u003cem>ABC\u003c/em>/\u003cem>ESPN\u003c/em> and also distribute 66 regular season games on Prime Video during the 2025-26 season.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-12-michael-jordan-lands-major-new-gig/","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/Michael Jordan","keywords/NBA","keywords/gig","keywords/Basketball Hall of Famer","keywords/NBC","keywords/Peacock","keywords/coverage","keywords/contributor","keywords/account","keywords/addition","keywords/team","keywords/NBC Sports","keywords/STORY","keywords/X"],"primary_image":{"bucket":"new_assets","id":"%2F68221b93387c5f014d88ec01"},"primary_target":{"categories":["categories/sports","categories/national-news"],"distribution":["facets/All Sites - English"]},"publish_date":1747065540000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-12-michael-jordan-lands-major-new-gig","social_title":"","summary":"Michael Jordan has landed a major new gig.","targets":[{"categories":["categories/entertainment-news"],"distribution":["formats/CLASSICHITS","formats/ROCKCLASSIC","formats/HIPHOPRNB"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Michael Jordan Lands Major New Gig","permalink":"https://939litefm.iheart.com/content/2025-05-12-michael-jordan-lands-major-new-gig/"},"slug":"2025-05-12-michael-jordan-lands-major-new-gig","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68221b93387c5f014d88ec01","title":"Michael Jordan Lands Major New Gig","description":"Michael Jordan has landed a major new gig.","author":"Jason Hall"},"pub_start":1747065540000,"pub_until":4115978604802,"pub_changed":1747066980166,"subscription":[{"tags":["categories/sports","categories/national-news","facets/All Sites - English"]},{"tags":["categories/entertainment-news","formats/CLASSICHITS","formats/ROCKCLASSIC","formats/HIPHOPRNB"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68221b5b387c5f014d88ebf6","slug:2025-05-12-michael-jordan-lands-major-new-gig","slug:2025-05-12-michael-jordan-lands-major-new-gig","keyword:keywords/Michael Jordan","keyword:keywords/NBA","keyword:keywords/gig","keyword:keywords/Basketball Hall of Famer","keyword:keywords/NBC","keyword:keywords/Peacock","keyword:keywords/coverage","keyword:keywords/contributor","keyword:keywords/account","keyword:keywords/addition","keyword:keywords/team","keyword:keywords/NBC Sports","keyword:keywords/STORY","keyword:keywords/X","author:user"]}},{"id":"%2F682106e80f4ebe015e08ad5e","type":"PUBLISHING","record":{"ref_id":"%2F682106e80f4ebe015e08ad5e","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"e4967183-6640-496d-a6c0-8022dcbbaee7","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":"NEW YORK, NEW YORK - MAY 03: Wildlife Conservationist and CEO, Australia Zoo Blossom Award Honoree Bindi Irwin attends the Endometriosis Foundation Of America's (EndoFound) 12th Annual Blossom Ball at Gotham Hall on May 03, 2024 in New York City. (Photo ","id":"%2F6821075a0f4ebe015e08ad69","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Endometriosis Foundation Of America's (EndoFound) 12th Annual Blossom Ball","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/bindi-irwin-34308/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34308\" data-catalog-related-id=\"\">\u003cstrong>Bindi Irwin\u003c/strong>\u003c/a>, the daughter of conservationist and television personality \u003cstrong>Steve Irwin\u003c/strong>, underwent emergency \u003ca href=\"https://www.iheart.com/content/2025-02-27-potential-no-1-overall-2025-nfl-draft-pick-weighing-surgery/\" target=\"_blank\">surgery\u003c/a> after her appendix ruptured, forcing her to miss the annual gala honoring her late father on Saturday (May 10), her brother, \u003cstrong>Robert\u003c/strong>, confirmed to \u003ca href=\"https://people.com/bindi-irwin-misses-steve-irwin-gala-medical-emergency-11732642\" target=\"_blank\">\u003cem>PEOPLE\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>“She’s going to be OK, but surgery — out of all the things we were ready for, that was not one of them,” Robert said at the event in Las Vegas.\u003c/p>\n\n\u003cp>“She’s just come out the other side of endometriosis and now the appendix goes,” he added. “Health is so important — it really is.”\u003c/p>\n\n\u003cp>Bindi, 26, who had previously undergone surgery for endometriosis in March 2023, planned to attend the event despite recent health issues, according to her brother.\u003c/p>\n\n\u003cp>“She came to Las Vegas and was ready to come to the gala, put on a brave face in a lot of discomfort and a lot of pain and said, ‘Nope, I’m just going to tough it out, I’m going to go for it,’ ” Robert said. “But the surgeon said, ‘No, your appendix is going. That thing’s gotta come out.’ Health has to come first.”\u003c/p>\n\n\u003cp>Bindi's mother, \u003cstrong>Terri\u003c/strong>, also missed the event honoring her late husband in order to help her daughter recover, according to Robert.\u003c/p>\n\n\u003cp>“She’s very sad,” he said about Bindi. “She’s devastated that she and Mom can’t be here, but I know she’ll make a speedy recovery.”\u003c/p>\n\n\u003cp>Bindi and Robert followed in their late father's footsteps as conservationists and zookeepers. Steve Irwin, the son of \u003cstrong>Bob Irwin\u003c/strong>, who founded the Australian Zoo, which is now owned by Terri, died in 2006 from an injury caused by a stingray while filming an underwater documentary in the Great Barrier Reef.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-11-steve-irwins-daughter-bindi-irwin-hospitalized/","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/Bindi Irwin","keywords/Steve Irwin","keywords/Robert","keywords/gala","keywords/hospitalized","keywords/surgery","keywords/appendix"],"primary_image":{"bucket":"new_assets","id":"%2F6821075a0f4ebe015e08ad69"},"primary_target":{"categories":["categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1746995340000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-11-steve-irwins-daughter-bindi-irwin-hospitalized","social_title":"","summary":"Bindi Irwin, the daughter of conservationist and television personality Steve Irwin, was hospitalized.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Steve Irwin's Daughter Bindi Hospitalized","permalink":"https://939litefm.iheart.com/content/2025-05-11-steve-irwins-daughter-bindi-irwin-hospitalized/"},"slug":"2025-05-11-steve-irwins-daughter-bindi-irwin-hospitalized","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6821075a0f4ebe015e08ad69","title":"Steve Irwin's Daughter Bindi Hospitalized","description":"Bindi Irwin, the daughter of conservationist and television personality Steve Irwin, was hospitalized.","author":"Jason Hall"},"pub_start":1746995340000,"pub_until":4115978604802,"pub_changed":1746995693953,"subscription":[{"tags":["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:/682106e80f4ebe015e08ad5e","slug:2025-05-11-steve-irwins-daughter-bindi-irwin-hospitalized","slug:2025-05-11-steve-irwins-daughter-bindi-irwin-hospitalized","keyword:keywords/Bindi Irwin","keyword:keywords/Steve Irwin","keyword:keywords/Robert","keyword:keywords/gala","keyword:keywords/hospitalized","keyword:keywords/surgery","keyword:keywords/appendix","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":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])","_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","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","WWW_AUTH_HOST":"https://www.iheart.com","POSTUP_CONTACT_TEMPLATE_ID":"3","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/","REQUEST_TIMEOUT":"15000","AMAZON_PUBLISHER_ID":"3901","ADOBE_LAUNCH_LIBRARY":"//assets.adobedtm.com/dba7b4ad2c8b/773677a854c8/launch-381fe6c887eb.min.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","MAX_AGE_HEADERS":"2592000000","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","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","PARSELY_LIBRARY":"//cdn.parsely.com/keys/%%HOSTNAME%%/p.js","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","components-catalog-TrackList-component","DateTimeDisplay-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","components-catalog-TrackList-component","DateTimeDisplay-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.94b1a736e011fc0f6b33.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.3b8d77bfae095a091870.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.886e64ad0766cf5f72a5.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="components-catalog-TrackList-component" src="https://static.inferno.iheart.com/inferno/scripts/components-catalog-TrackList-component.644cdb9aaf258f95a9d3.js"></script> <script async data-chunk="DateTimeDisplay-component" src="https://static.inferno.iheart.com/inferno/scripts/DateTimeDisplay-component.a955bfacd3eb846a09d1.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>