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: kmxg.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="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="components-catalog-TrackList-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/components-catalog-TrackList-component.626e2b289929900208bd.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(209,100%,24.1%); --gradient-stop: hsl(209,100%,18.1%); --accent-color: #0063bd; --darkFooterColor: hsl(209,100%,22.1%); --premiere-footer-dark-color:var(--darkFooterColor); }</style> <title data-rh="true">Mix 96 - The Quad Cities' Variety Station</title> <link data-rh="true" rel="shortcut icon" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><link data-rh="true" rel="canonical" type="" title="" href="https://mix96online.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="#0063bd"/><meta data-rh="true" property="og:title" content="Mix 96 - The Quad Cities' Variety Station"/><meta data-rh="true" property="twitter:title" content="Mix 96 - The Quad Cities' Variety Station"/><meta data-rh="true" itemprop="name" content="Mix 96 - The Quad Cities' Variety Station"/><meta data-rh="true" name="parsely-title" content="Mix 96 - The Quad Cities' Variety Station"/><meta data-rh="true" name="description" content="The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work."/><meta data-rh="true" property="og:description" content="The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work."/><meta data-rh="true" property="twitter:description" content="The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work."/><meta data-rh="true" itemprop="description" content="The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work."/><meta data-rh="true" name="keywords" content="mix, variety, at work station, delilah"/><meta data-rh="true" name="parsely-tags" content="mix, variety, at work station, delilah"/><meta data-rh="true" property="og:url" content="https://mix96online.iheart.com/"/><meta data-rh="true" property="twitter:url" content="https://mix96online.iheart.com/"/><meta data-rh="true" itemprop="url" content="https://mix96online.iheart.com/"/><meta data-rh="true" name="parsely-link" content="https://mix96online.iheart.com/"/><meta data-rh="true" name="thumbnail" content="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(1200,675),quality(65)"/><meta data-rh="true" itemprop="image" content="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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="@961MIX96"/><meta data-rh="true" property="twitter:creator" content="@961MIX96"/><meta data-rh="true" property="twitter:domain" content="mix96online.iheart.com"/><meta data-rh="true" property="og:site_name" content="Mix 96"/><meta data-rh="true" name="application-name" content="Mix 96"/><meta data-rh="true" property="fb:app_id" content="274914841794"/><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/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Mix 96 - The Quad Cities' Variety Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?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 Shows" class="button-text" tabindex="0"><span class="menu-label">Shows</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="Valentine In The Morning" tabindex="0" href="/featured/valentine-in-the-morning/">Valentine In The Morning</a></li><li><a aria-label="Jana" tabindex="0" href="/featured/jana/">Jana</a></li><li><a aria-label="Jeff Stevens" tabindex="0" href="/featured/jeff-stevens/">Jeff Stevens</a></li><li><a aria-label="Delilah" tabindex="0" href="/featured/delilah/">Delilah</a></li><li><a aria-label="Theresa Lucas" tabindex="0" href="/featured/theresa-lucas/">Theresa Lucas</a></li><li><a aria-label="Full Schedule" tabindex="0" href="/schedule/">Full Schedule</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Music" class="button-text" tabindex="0"><span class="menu-label">Music</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="Most Recently Played" tabindex="0" href="/music/recently-played/">Most Recently Played</a></li><li><a aria-label="Most Played Songs" tabindex="0" href="/music/top-songs/">Most Played Songs</a></li><li><a aria-label="Music News" tabindex="0" href="/topic/music-news/">Music News</a></li><li><a aria-label="Concerts" tabindex="0" href="/calendar/category/concerts/">Concerts</a></li></ul></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Features" class="button-text" tabindex="0"><span class="menu-label">Features</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="Community Calendar" tabindex="0" href="/calendar/">Community Calendar</a></li><li><a aria-label="Tell Us About Your Event" tabindex="0" href="/content/tell-us-about-your-event/">Tell Us About Your Event</a></li><li><a href="https://www.wqad.com/weather" target="_blank" rel="noopener" aria-label="Storm Track 8 Forecast">Storm Track 8 Forecast</a></li><li><a aria-label="Career Corner" tabindex="0" href="/featured/career-corner/">Career Corner</a></li><li><a aria-label="Podcasts" tabindex="0" href="/podcasts/">Podcasts</a></li><li><a aria-label="Listen on your Smart Speaker" tabindex="0" href="/amazon-alexa-and-google-home/">Listen on your Smart Speaker</a></li></ul></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="Stella Rosa Summer Queen of Chill Sweepstakes" tabindex="0" href="/QueenofChill/">Stella Rosa Summer Queen of Chill Sweepstakes</a></li><li><a aria-label="Workday Payday" tabindex="0" href="/promotions/workday-payday-1760283/">Workday Payday</a></li><li><a aria-label="Enter The Dine & Dream Getaway For Mother's Day" tabindex="0" href="/promotions/enter-the-dine-dream-getaway-for-1768649/">Enter The Dine & Dream Getaway For Mother's Day</a></li><li><a href="https://stellarosawines.com/grocerygiveaway" target="_blank" rel="noopener" aria-label="Stella Rosa $100K Grocery Giveaway">Stella Rosa $100K Grocery Giveaway</a></li><li><a href="https://www.iheartradiobroadway.com/featured/iheart-amda/" target="_blank" rel="noopener" aria-label="Win A Full Tuition Scholarship To AMDA And Perform Alongside Broadway’s Brightest Stars!">Win A Full Tuition Scholarship To AMDA And Perform Alongside Broadway’s Brightest Stars!</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 Mix 96</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/96.1Mix96" 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/961MIX96" 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/961mix96" 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></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/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Mix 96 - The Quad Cities' Variety Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?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 kmxg-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 Mix 96 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/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Logo for Mix 96 - The Quad Cities' Variety Station" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></button></div><div class="OnairPlayTile-module_streamStartDetails_vOU86"><h1>Mix 96</h1><span class="OnairPlayTile-module_positioner_lTAsj">The Quad Cities' Variety Station</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-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/"><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/681398d4111de58a8c2e7a94?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94?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="Entertainment News - Topher Grace Reveals How He Once Snuck Into The Oscars" 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/entertainment-news/">Entertainment News</a></nav><a class="card-title" tabindex="0" href="/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/">Topher Grace Reveals How He Once Snuck Into The Oscars</a><time class="component-date-display" dateTime="1746138000000">May 01, 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="/promotions/listen-to-win-1-000-1760283/"><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//67f83809829c5c076beee7af?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67f83809829c5c076beee7af?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67f83809829c5c076beee7af?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67f83809829c5c076beee7af?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67f83809829c5c076beee7af?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="Workday Payday" 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-1760283/">Workday Payday</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/featured/valentine-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//5ede68c41ac34b2d24dbdb5b?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.brands//5ede68c41ac34b2d24dbdb5b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.brands//5ede68c41ac34b2d24dbdb5b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.brands//5ede68c41ac34b2d24dbdb5b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.brands//5ede68c41ac34b2d24dbdb5b?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="Wake Up With Valentine On MIX 96! Catch Up With The Show Here" 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/valentine-in-the-morning/">Wake Up With Valentine On MIX 96! Catch Up With The Show Here</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/featured/career-corner/"><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//61e82a710320154165a815c1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//61e82a710320154165a815c1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//61e82a710320154165a815c1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//61e82a710320154165a815c1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//61e82a710320154165a815c1?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="Find A New Career Path" 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/career-corner/">Find A New Career Path</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></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-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen/"><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/6813cfc4f46a6100d05d8f1e?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6813cfc4f46a6100d05d8f1e?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6813cfc4f46a6100d05d8f1e?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6813cfc4f46a6100d05d8f1e?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6813cfc4f46a6100d05d8f1e?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Music News - Bruce Springsteen Shares 'Unusual' Previously Unreleased Song: Listen" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/music-news/">Music News</a></nav><a class="card-title" tabindex="0" href="/content/2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen/">Bruce Springsteen Shares 'Unusual' Previously Unreleased Song: Listen</a><time class="component-date-display" dateTime="1746129120000">May 01, 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-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments/"><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/681385868b1a8ac7974e1397?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681385868b1a8ac7974e1397?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681385868b1a8ac7974e1397?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681385868b1a8ac7974e1397?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681385868b1a8ac7974e1397?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 - King Charles Makes Rare Comment About Cancer Battle: 'Darkest Moments'" 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-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments/">King Charles Makes Rare Comment About Cancer Battle: 'Darkest Moments'</a><time class="component-date-display" dateTime="1746126420000">May 01, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="lP0Ih"/><input type="hidden" data-id="beE6F"/><input type="hidden" data-id="ha5Er"/><div class="component-container component-playlist tile themed-block"><header class="component-heading"><h2 class="heading-title">Mix 96 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/colbie-caillat-33213/songs/bubbly-723455/" 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/723455?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/723455?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/723455?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Bubbly by Colbie Caillat" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/colbie-caillat-33213/songs/bubbly-723455/" class="track-title" target="_blank" rel="noopener"><span>Bubbly</span></a><a href="https://www.iheart.com/artist/colbie-caillat-33213/" class="track-artist" target="_blank" rel="noopener"><span>Colbie Caillat</span></a><a href="https://www.iheart.com/artist/colbie-caillat-33213/albums/coco-723450/" class="track-album" target="_blank" rel="noopener"><span>Coco</span></a><time class="component-datetime-display track-time" dateTime="2025-05-02T02:58:01" data-timezone="America/Chicago">2:58 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/shawn-mendes-30421361/songs/treat-you-better-46604636/" 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/46604636?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/46604636?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/46604636?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Treat You Better by Shawn Mendes" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/shawn-mendes-30421361/songs/treat-you-better-46604636/" class="track-title" target="_blank" rel="noopener"><span>Treat You Better</span></a><a href="https://www.iheart.com/artist/shawn-mendes-30421361/" class="track-artist" target="_blank" rel="noopener"><span>Shawn Mendes</span></a><a href="https://www.iheart.com/artist/shawn-mendes-30421361/albums/illuminate-46604632/" class="track-album" target="_blank" rel="noopener"><span>Illuminate</span></a><time class="component-datetime-display track-time" dateTime="2025-05-02T02:51:22" data-timezone="America/Chicago">2:51 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/u2-970/songs/with-or-without-you-754648/" 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/754648?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/754648?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/754648?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="With Or Without You by U2" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/u2-970/songs/with-or-without-you-754648/" class="track-title" target="_blank" rel="noopener"><span>With Or Without You</span></a><a href="https://www.iheart.com/artist/u2-970/" class="track-artist" target="_blank" rel="noopener"><span>U2</span></a><a href="https://www.iheart.com/artist/u2-970/albums/the-joshua-tree-754639/" class="track-album" target="_blank" rel="noopener"><span>The Joshua Tree</span></a><time class="component-datetime-display track-time" dateTime="2025-05-02T02:46:26" data-timezone="America/Chicago">2:46 AM</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/valentine-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/6373f9387ebc13b95d2c4108?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/6373f9387ebc13b95d2c4108?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6373f9387ebc13b95d2c4108?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Valentine In The Morning" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/valentine-in-the-morning/">Valentine 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/jana/"><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/5f7f323ad0586b77a57f26b7?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5f7f323ad0586b77a57f26b7?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5f7f323ad0586b77a57f26b7?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Jana" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/jana/">Jana</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/jeff-stevens/"><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/6261755109c07d7ce4afa706?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/6261755109c07d7ce4afa706?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/6261755109c07d7ce4afa706?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Jeff Stevens" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/jeff-stevens/">Jeff Stevens</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><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/theresa-lucas/"><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/41e825c5e647a9a9914c7bedf611f63e?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/41e825c5e647a9a9914c7bedf611f63e?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/41e825c5e647a9a9914c7bedf611f63e?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Theresa Lucas" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/theresa-lucas/">Theresa Lucas</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">Mix 96<!-- --> 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/660-valentine-in-the-morning-r-29605234/" 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/29605234?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/29605234?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/29605234?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/29605234?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/29605234?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/29605234?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/29605234?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 Valentine In The Morning Replay 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">Valentine In The Morning Replay</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/474-Headphones-and-Heels-60797899/" 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/60797899?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/60797899?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/60797899?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/60797899?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/60797899?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/60797899?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/60797899?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 Headphones and Heels. 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">Headphones and Heels.</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/51-love-someone-with-delilah-27935899/" 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/27935899?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/27935899?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/27935899?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/27935899?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/27935899?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/27935899?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/27935899?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 LOVE SOMEONE with Delilah 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">LOVE SOMEONE with Delilah</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/1248-quad-city-forum-52362192/" 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/52362192?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/52362192?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/52362192?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/52362192?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/52362192?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/52362192?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/52362192?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 Quad City Forum 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">Quad City Forum</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-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable/"><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/6813993d32c4fd911c1304e7?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6813993d32c4fd911c1304e7?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6813993d32c4fd911c1304e7?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6813993d32c4fd911c1304e7?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6813993d32c4fd911c1304e7?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 - James Marsden Finally Weighs In On ‘The Notebook’ Fan Debate: ‘Undeniable’" 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-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable/">James Marsden Finally Weighs In On ‘The Notebook’ Fan Debate: ‘Undeniable’</a><time class="component-date-display" dateTime="1746126180000">May 01, 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-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series/"><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/681385588e8f17cc0c3f807d?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681385588e8f17cc0c3f807d?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681385588e8f17cc0c3f807d?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681385588e8f17cc0c3f807d?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681385588e8f17cc0c3f807d?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 - Kendall Jenner Proves She's The Ultimate 'Auntie' In Fun New Photo Series" 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-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series/">Kendall Jenner Proves She's The Ultimate 'Auntie' In Fun New Photo Series</a><time class="component-date-display" dateTime="1746124380000">May 01, 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-01-lorde-announces-new-album-virgin-was-100-written-in-blood/"><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/681398f7a9cdbd70321c7b35?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681398f7a9cdbd70321c7b35?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681398f7a9cdbd70321c7b35?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681398f7a9cdbd70321c7b35?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681398f7a9cdbd70321c7b35?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Music News - Lorde Announces New Album 'Virgin' Was '100% Written In Blood'" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/music-news/">Music News</a></nav><a class="card-title" tabindex="0" href="/content/2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood/">Lorde Announces New Album 'Virgin' Was '100% Written In Blood'</a><time class="component-date-display" dateTime="1746124320000">May 01, 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-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps/"><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/68138316d24c2ed459c82b00?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68138316d24c2ed459c82b00?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68138316d24c2ed459c82b00?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68138316d24c2ed459c82b00?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68138316d24c2ed459c82b00?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Music News - PHOTOS: Christina Aguilera Is 'Aging Backwards' In Jaw-Dropping New Snaps" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/music-news/">Music News</a></nav><a class="card-title" tabindex="0" href="/content/2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps/">PHOTOS: Christina Aguilera Is 'Aging Backwards' In Jaw-Dropping New Snaps</a><time class="component-date-display" dateTime="1746121800000">May 01, 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-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez/"><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/6813992d7de8cfdffa7b41b0?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/6813992d7de8cfdffa7b41b0?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/6813992d7de8cfdffa7b41b0?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/6813992d7de8cfdffa7b41b0?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/6813992d7de8cfdffa7b41b0?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Music News - Benny Blanco Shares Reason Behind His Unusual Nickname For Selena Gomez" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/music-news/">Music News</a></nav><a class="card-title" tabindex="0" href="/content/2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez/">Benny Blanco Shares Reason Behind His Unusual Nickname For Selena Gomez</a><time class="component-date-display" dateTime="1746118680000">May 01, 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-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message/"><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/681382ea02e2d7e73f14d8fe?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/681382ea02e2d7e73f14d8fe?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/681382ea02e2d7e73f14d8fe?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/681382ea02e2d7e73f14d8fe?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/681382ea02e2d7e73f14d8fe?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 - Kim Kardashian's Son Allegedly Hacked Her Instagram To Post This Message" 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-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message/">Kim Kardashian's Son Allegedly Hacked Her Instagram To Post This Message</a><time class="component-date-display" dateTime="1746118260000">May 01, 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 external"><div class="thumb-container"><a tabindex="0" href="/featured/valentine-in-the-morning/content/2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw==?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="Valentine In The Morning - Dangerous Drivers & Funny Ex Lies" 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/valentine-in-the-morning/">Valentine In The Morning</a></nav><a class="card-title" tabindex="0" href="/featured/valentine-in-the-morning/content/2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies/">Dangerous Drivers & Funny Ex Lies</a><time class="component-date-display" dateTime="1746111303000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/theresa-lucas/content/2023-04-28-do-you-pronounce-it-the-right-way/"><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/62bb7702e8dfd4e2214c81df?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/62bb7702e8dfd4e2214c81df?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/62bb7702e8dfd4e2214c81df?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/62bb7702e8dfd4e2214c81df?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/62bb7702e8dfd4e2214c81df?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="Theresa Lucas - I've Been Saying This Incorrectly My Whole Life" 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/theresa-lucas/">Theresa Lucas</a></nav><a class="card-title" tabindex="0" href="/featured/theresa-lucas/content/2023-04-28-do-you-pronounce-it-the-right-way/">I've Been Saying This Incorrectly My Whole Life</a><time class="component-date-display" dateTime="1746108000000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/jeff-stevens/content/2025-05-01-800k-in-dimes-spills-onto-north-texas-highway/"><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/643999f249b6e36b33ae4b97?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/643999f249b6e36b33ae4b97?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/643999f249b6e36b33ae4b97?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/643999f249b6e36b33ae4b97?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/643999f249b6e36b33ae4b97?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="Jeff Stevens - $800K in Dimes Spills Onto North Texas Highway" 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/jeff-stevens/">Jeff Stevens</a></nav><a class="card-title" tabindex="0" href="/featured/jeff-stevens/content/2025-05-01-800k-in-dimes-spills-onto-north-texas-highway/">$800K in Dimes Spills Onto North Texas Highway</a><time class="component-date-display" dateTime="1746098100000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/jeff-stevens/content/2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-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/67c85dae3a919bc134035e9c?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/67c85dae3a919bc134035e9c?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/67c85dae3a919bc134035e9c?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/67c85dae3a919bc134035e9c?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/67c85dae3a919bc134035e9c?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="Jeff Stevens - Uruguay man's eye-popping trick earns him a world 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="/featured/jeff-stevens/">Jeff Stevens</a></nav><a class="card-title" tabindex="0" href="/featured/jeff-stevens/content/2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record/">Uruguay man's eye-popping trick earns him a world record</a><time class="component-date-display" dateTime="1746097380000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/jeff-stevens/content/2025-05-01-deep-cover-official-trailer-prime-video/"><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/681351a13f733b2708ca37f2?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/681351a13f733b2708ca37f2?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/681351a13f733b2708ca37f2?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/681351a13f733b2708ca37f2?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/681351a13f733b2708ca37f2?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="Jeff Stevens - Deep Cover - Official Trailer | Prime Video" 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/jeff-stevens/">Jeff Stevens</a></nav><a class="card-title" tabindex="0" href="/featured/jeff-stevens/content/2025-05-01-deep-cover-official-trailer-prime-video/">Deep Cover - Official Trailer | Prime Video</a><time class="component-date-display" dateTime="1746096240000">May 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/jeff-stevens/content/2025-05-01-play-along-and-pretend-youre-terrified/"><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/625a2f87edf7f80f2eb996c0?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/625a2f87edf7f80f2eb996c0?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/625a2f87edf7f80f2eb996c0?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/625a2f87edf7f80f2eb996c0?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/625a2f87edf7f80f2eb996c0?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="Jeff Stevens - Play Along And Pretend You're Terrified" 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/jeff-stevens/">Jeff Stevens</a></nav><a class="card-title" tabindex="0" href="/featured/jeff-stevens/content/2025-05-01-play-along-and-pretend-youre-terrified/">Play Along And Pretend You're Terrified</a><time class="component-date-display" dateTime="1746095640000">May 01, 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-05-01-dutrac-diaper-drive-with-hiney-heros/"><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/68135e4b286ce88c279a3dbd?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Community - DuTrac Diaper Drive With Hiney Heroes" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/community/">Community</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-05-01-dutrac-diaper-drive-with-hiney-heros/">DuTrac Diaper Drive With Hiney Heroes</a><time class="component-date-display" dateTime="1746075600645">May 01, 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-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic/"><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/6808d2d3ab7ab680724cfe8c?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Community - Quad City Animal Welfare Center Mobile Vaccine Clinic" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/community/">Community</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic/">Quad City Animal Welfare Center Mobile Vaccine Clinic</a><time class="component-date-display" dateTime="1746212400438">May 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/calendar/content/2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds/"><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/67f835f7d3972316df3d6a7a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/67f835f7d3972316df3d6a7a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/67f835f7d3972316df3d6a7a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/67f835f7d3972316df3d6a7a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/67f835f7d3972316df3d6a7a?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 - Cinco De Mayo At The Mississippi Valley Fairgrounds" 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-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds/">Cinco De Mayo At The Mississippi Valley Fairgrounds</a><time class="component-date-display" dateTime="1746291600445">May 03, 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-05-08-tom-segura/"><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/680b6f16654fb04e55787c26?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26?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 - Tom Segura" 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-05-08-tom-segura/">Tom Segura</a><time class="component-date-display" dateTime="1746752400993">May 08, 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-station-links"><li><a href="https://1037wllr.iheart.com/" target="_self">103.7 WLLR</a></li><li><a href="https://q106online.iheart.com" target="_self">BIG 106.5</a></li><li><a href="https://1013kissfm.iheart.com" target="_self">101-3 KISS-FM</a></li><li><a href="https://alt1045.iheart.com" target="_self">ALT 104-5</a></li><li><a href="https://woc1420.iheart.com" target="_self">NewsTalk 1420 WOC</a></li><li><a href="https://foxsportsradio1230.iheart.com" target="_self">Fox Sports Radio 1230</a></li></ul><ul class="footer-national-links"><li><a tabindex="0" href="/contact/">Contact</a></li><li><a tabindex="0" href="/advertise/">Advertise on Mix 96</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/96.1Mix96" 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/961MIX96" 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/961mix96" 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></ul></div><div class="description">The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work.</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/KMXG/" target="_blank" rel="noopener">KMXG<!-- --> <!-- -->Public Inspection File</a></li><li><a href="https://politicalfiles.iheartmedia.com/files/location/KMXG/" target="_blank" rel="noopener">KMXG<!-- --> <!-- -->Political File</a></li><li><a href="https://i.iheart.com/v3/re/assets.eeo/66f5b5a237620d94a1502e7f?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":"%2F39041919bcf0dd692982ec791b7af450","canonicalHostname":"mix96online.iheart.com","hostnames":[],"facets":["markets/DAVENPORT-IA","genres/Soft Rock","formats/ACMAINSTREAM","brands/KMXG-FM (929)","markets/DAVENPORT-IA","facets/All Sites - English","facets/Most Influential Female Artists Of Our Time ","facets/InfluencialWomenLead","facets/ESBBroadcastParticipation","facets/WinB4Contest","facets/Q2CashContest","facets/Q2CashContestExclusion"],"slug":"kmxg-fm","market":"markets/DAVENPORT-IA","ownBrand":"brands/KMXG-FM (929)","timeZone":"America/Chicago","keys":["hostname:mix96online.iheart.com","hostname:www.mix96online.com","hostname:mix96online.com","hostname:qcbabyexpo.com","hostname:www.qcbabyexpo.com","hostname:kmxg.com","hostname:www.kmxg.com","hostname:kmxg-fm.radio.iheart.com","hostname:qcfallbridalfair.com","id:/39041919bcf0dd692982ec791b7af450","brand:brands/KMXG-FM (929)","slug:kmxg-fm","primaryParentOf:/7ec0a26da7c85aac78beafdce1abeca3","primaryParentOf:/84015719d1f6fbe553c53c7b9496edcb","primaryParentOf:/f122460ae20411c82dad83053421ae60","stream:3658","broadcastFacility:60359","broadcastFacilityCallsign:kmxg"],"stream":{"id":3658,"primaryPronouncement":"ninety six point one","recentlyPlayedEnabled":true,"isActive":"true"},"ownership":{"id":"providers/Clear Channel","taxo":{"source":{"display_name":"iHeartMedia, Inc."}}},"summary":{"name":"Mix 96","description":"The best variety of the 80’s, 90’s and today---with McFadden & Evans mornings. The Quad Cities number one choice at-work."},"status":{"hide":{"startDate":0,"endDate":0,"redirectTo":""},"isHidden":false,"isActive":true},"configByLookup":{"_id":"/39041919bcf0dd692982ec791b7af450/inferno","adPositions":[{"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":300,"h":100}]}],"_id":"/local-site/5052","positionId":"5052","template":"local-site","adSplit":0,"forceLoad":false},{"breakpoints":[{"breakpoint":320,"sizes":[{"w":320,"h":50}]},{"breakpoint":480,"sizes":[{"w":320,"h":50}]},{"breakpoint":700,"sizes":[{"w":320,"h":50}]},{"breakpoint":760,"sizes":[{"w":320,"h":50}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90}]}],"_id":"%2F5f15ebcbe9960c806959fb15","positionId":"3332","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":320,"h":50}]},{"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":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":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":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":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":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":0,"h":0}]},{"breakpoint":768,"sizes":[{"w":1,"h":1}]}],"_id":"%2F5f9823d6564708139f497ffb","positionId":"8888","template":"local-inferno-site","adSplit":100,"forceLoad":true},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":320,"sizes":[{"w":300,"h":250}]},{"breakpoint":480,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]},{"breakpoint":760,"sizes":[{"w":300,"h":250}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90}]}],"_id":"%2F5e289b1ec184cee3fd7aaeaf","positionId":"3331","template":"local-inferno-site","adSplit":50,"forceLoad":false}],"routes":[{"name":"home","path":"/"},{"name":"weather","path":"/weather"},{"name":"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":"/featured/kwqc-first-alert-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":"RX8Wx","priority":0,"source":"/pay","regex":false,"schedule":{"begin":1548775033010,"end":4115978604802},"destination":{"type":"URL","value":"https://pay.iheartmedia.com/secure/checkout.ssp?MarketID=388"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ADtCV","priority":0,"source":"/qc-total-traffic","regex":false,"schedule":{"begin":1554253860000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-04-02-qc-total-traffic-cameras/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DdOeq","priority":0,"source":"/featured/qc-fall-bridal-fair/","regex":false,"schedule":{"begin":1566527280000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-08-22-2019-qc-fall-bridal-fair/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2WqI4","priority":0,"source":"/kwqc-weather","regex":false,"schedule":{"begin":1550595840000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-10-29-kwqc-tv-6-first-alert-weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"CpxtG","priority":0,"source":"/christmas-music","regex":false,"schedule":{"begin":1572471120000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-10-30-christmas-music-is-back-on-961-mix-96/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gukud","priority":0,"source":"/promotions/find-a-new-career-path-you-1241480/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/featured/career-corner/"},"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":"dr55C","keywords":["mammogram"],"destination":{"type":"URL","value":"/content/2017-10-01-mix-96-genesis-breast-cancer-awareness-month/"},"disabled":false,"schedule":{"begin":1508177760000,"end":1509512340000}},{"id":"ukSk0","keywords":["Palmer","palmer"],"destination":{"type":"URL","value":"/content/heres-to-your-health/"},"disabled":false,"schedule":{"begin":1511358000000,"end":1514786340000}},{"id":"70p2P","keywords":["ghoul guide","halloween"],"destination":{"type":"URL","value":"/featured/qc-ghoul-guide/"},"disabled":false,"schedule":{"begin":1539290220000,"end":4115978604802}},{"id":"8Z0lw","keywords":["Falcons"],"destination":{"type":"URL","value":"/content/2018-11-12-davenport-west-high-band-trivia-night/"},"disabled":false,"schedule":{"begin":1542055500000,"end":1550004300000}},{"id":"xRaUT","keywords":["falcons"],"destination":{"type":"URL","value":"/content/2018-11-12-davenport-west-high-band-trivia-night/"},"disabled":false,"schedule":{"begin":1509576300000,"end":4115978604802}},{"id":"Ev25w","keywords":["winter","weather"],"destination":{"type":"URL","value":"/kwqc-weather"},"disabled":false,"schedule":{"begin":1572397980000,"end":4115978604802}},{"id":"W2i6r","keywords":["Christmas"],"destination":{"type":"URL","value":"/content/2019-10-30-christmas-music-is-back-on-961-mix-96/"},"disabled":false,"schedule":{"begin":1572606900000,"end":1577944740000}},{"id":"cRZZU","keywords":["open for food"],"destination":{"type":"URL","value":"/featured/coronavirus/content/2020-03-17-these-quad-city-restaurants-are-open-for-business/"},"disabled":false,"schedule":{"begin":1584640560941,"end":1592589360941}},{"id":"7D0Fg","keywords":["fishing"],"destination":{"type":"URL","value":"/content/2020-02-05-our-ballards-resort-walleye-fishing-trip-is-august-9th-thru-13th/"},"disabled":false,"schedule":{"begin":1586801400489,"end":1596949200000}},{"id":"0ZQkp","keywords":["Job Connection"],"destination":{"type":"URL","value":"/content/quad-cities-job-connection/"},"disabled":false,"schedule":{"begin":1623266940698,"end":4115978604802}}],"sections":{"general":{"name":"Mix 96","positioner":"The Quad Cities' Variety Station","description":"The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work.","keywords":[{"id":"mix"},{"id":"variety"},{"id":"at work station"},{"id":"delilah"}],"default_content":[],"additional_distributions":[],"default_podcasts":[{"id":"29605234"},{"id":"60797899"},{"id":"27935899"},{"id":"52362192"},{"id":"81496981"}],"default_shows":[{"id":"brands/Valentine In The Morning (31764)","sites":{"_id":"%2F09406e5186c75379fb5e6d62e037d3be","slug":"valentine-in-the-morning","ownBrand":"brands/Valentine In The Morning (31764)","configByLookup":{"common":{"branding":{"name":"Valentine In The Morning"}}}}},{"id":"brands/Jana (237)","sites":{"_id":"%2F01c492ee401cae7531b9c3cfbcd6fa5a","slug":"jana","ownBrand":"brands/Jana (237)","configByLookup":{"common":{"branding":{"name":"Jana"}}}}},{"id":"brands/Jeff Stevens (33668)","sites":{"_id":"%2F05a88e005e7084826167b8adef5808b2","slug":"jeff-stevens","ownBrand":"brands/Jeff Stevens (33668)","configByLookup":{"common":{"branding":{"name":"Jeff Stevens"}}}}},{"id":"brands/Delilah (54601)","sites":{"_id":"%2Fd8928a4142b87fe8a5a7096b015e9d2e","slug":"delilah","ownBrand":"brands/Delilah (54601)","configByLookup":{"common":{"branding":{"name":"Delilah"}}}}},{"id":"brands/Theresa Lucas (54342)","sites":{"_id":"%2Fa283a4184a0dab8ac6097a4a41e327f4","slug":"theresa-lucas","ownBrand":"brands/Theresa Lucas (54342)","configByLookup":{"common":{"branding":{"name":"Theresa Lucas"}}}}}],"default_playlists":[{"id":"312064750::9hwXHGPmSxJuRuEJ1Xe2eU"},{"id":"312064750::6rCuiif43N2JK3Zze2jN5a"},{"id":"312064750::2pXGNQthwytkRZGhpEmKgH"},{"id":"312064750::UNWG3jDbKLeqiGETgvrSbV"},{"id":"312064750::7UKzX8ZXDCTF26Kpv5DCXc"}],"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":"Davenport, IA","country":{"id":"countries/US"},"geo_latitude":"41.5487166","geo_longitude":"-90.5234773","locale":{"taxo":{"name":"en-US"}},"additional_copyright":null},"alert":{"title":"WINTER WEATHER ADVISORY: ","link":"https://mix96online.iheart.com/featured/kwqc-first-alert-weather/","target":"_blank","start_date":{"timestampMs":1547240400000},"end_date":{"timestampMs":1547337600000}},"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":"rQLCS","type":"link","label":"Shows","target":"_self","ref":"/schedule/","children":[{"id":"G0xk1","type":"brand","label":"Valentine In The Morning","target":"_self","ref":"%2F09406e5186c75379fb5e6d62e037d3be","href":"/featured/valentine-in-the-morning/"},{"id":"62mH1","type":"brand","label":"Jana","target":"_self","ref":"%2F01c492ee401cae7531b9c3cfbcd6fa5a","href":"/featured/jana/"},{"id":"vkN2Z","type":"brand","label":"Jeff Stevens","target":"_self","ref":"%2F05a88e005e7084826167b8adef5808b2","href":"/featured/jeff-stevens/"},{"id":"XHBaY","type":"brand","label":"Delilah","target":"_self","ref":"%2Fd8928a4142b87fe8a5a7096b015e9d2e","href":"/featured/delilah/"},{"id":"e7vEY","type":"brand","label":"Theresa Lucas","target":"_self","ref":"%2Fa283a4184a0dab8ac6097a4a41e327f4","href":"/featured/theresa-lucas/"},{"id":"VqWmq","type":"page","label":"Full Schedule","target":"_self","ref":"onair_schedule","href":"/schedule/"}],"href":"/schedule/"},{"id":"RjZvM","type":"link","label":"Music","target":"_self","ref":"#","children":[{"id":"BYIjl","type":"page","label":"Most Recently Played","target":"_self","ref":"music_recently_played","href":"/music/recently-played/"},{"id":"AdgfQ","type":"page","label":"Most Played Songs","target":"_self","ref":"music_top_songs","href":"/music/top-songs/"},{"id":"LRzoc","type":"link","label":"Music News","target":"_self","ref":"/topic/music-news/","href":"/topic/music-news/"},{"id":"4Rnq4","type":"link","label":"Concerts","target":"_self","ref":"/calendar/category/concerts/","href":"/calendar/category/concerts/"}],"href":"#"},{"id":"3BLGG","type":"link","label":"Features","target":"_self","ref":"#","children":[{"id":"heCWl","type":"link","label":"Community Calendar","target":"_self","ref":"/calendar/","href":"/calendar/"},{"id":"5f1qn","type":"link","label":"Tell Us About Your Event","target":"_self","ref":"/content/tell-us-about-your-event/","href":"/content/tell-us-about-your-event/"},{"id":"rV8X5","type":"link","label":"Storm Track 8 Forecast","target":"_blank","ref":"https://www.wqad.com/weather","href":"https://www.wqad.com/weather"},{"id":"EcB0w","type":"link","label":"Career Corner","target":"_self","ref":"/featured/career-corner/","href":"/featured/career-corner/"},{"id":"gHs0v","type":"page","label":"Podcasts","target":"_self","ref":"podcasts","href":"/podcasts/"},{"id":"gHcH7","type":"page","label":"Listen on your Smart Speaker","target":"_self","ref":"amazongoogle","href":"/amazon-alexa-and-google-home/"}],"href":"#"}],"menu_footer":[{"id":"LepQ9","type":"link","label":"103.7 WLLR","target":"_self","ref":"https://1037wllr.iheart.com/","children":[],"href":"https://1037wllr.iheart.com/"},{"id":"YJv9w","type":"link","label":"BIG 106.5","target":"_self","ref":"https://q106online.iheart.com","children":[],"href":"https://q106online.iheart.com"},{"id":"8OWLW","type":"link","label":"101-3 KISS-FM","target":"_self","ref":"https://1013kissfm.iheart.com","children":[],"href":"https://1013kissfm.iheart.com"},{"id":"VTF55","type":"link","label":"ALT 104-5","target":"_self","ref":"https://alt1045.iheart.com","children":[],"href":"https://alt1045.iheart.com"},{"id":"AqlHY","type":"link","label":"NewsTalk 1420 WOC","target":"_self","ref":"https://woc1420.iheart.com","children":[],"href":"https://woc1420.iheart.com"},{"id":"zztdT","type":"link","label":"Fox Sports Radio 1230","target":"_self","ref":"https://foxsportsradio1230.iheart.com","children":[],"href":"https://foxsportsradio1230.iheart.com"}]},"design":{"theme":"default","color_scheme":{"id":"site-color-schemes/light"},"logo_best_res":{"id":"asset://assets.brands/5d40a4339b5543f71c924fc1","asset":{"bucket":"assets.brands","resourceId":"%2F5d40a4339b5543f71c924fc1","href":"https://i.iheart.com/v3/re/assets.brands/5d40a4339b5543f71c924fc1"}},"station_logo":{"id":"asset://assets.brands/660ebf91697731604e193aeb","asset":{"bucket":"assets.brands","resourceId":"%2F660ebf91697731604e193aeb","href":"https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb"}},"logo_favicon":null,"font":{"id":"site-fonts/Mulish"},"accent_color":"#0063bd","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":"96.1Mix96","facebook_app_id":"274914841794","facebook_fan_page_id":null,"twitter_switch":true,"twitter_name":"961MIX96","youtube_switch":false,"youtube_name":null,"instagram_switch":true,"instagram_name":"961mix96","snapchat_switch":null,"snapchat_name":null,"pinterest_switch":null,"pinterest_name":null,"tiktok_switch":null,"tiktok_name":null},"contact":{"page_intro":"Thanks for listening to Mix 96! Need to contact someone in programming or sales? You've found the right place.","show_social_switch":true,"phone_text_numbers_switch":true,"request_phone_number":"563-344-7096","business_phone_number":"563-344-7000","traffic_tip_phone":"563-344-7051","newsroom_phone":"","sms_number":"","prize_pickup_directions_switch":true,"prize_pickup_info":"If you won a prize, CONGRATULATIONS! We are emailing prizes at this time. In rare circumstances, prizes may be available at will-call. Please make sure that all legal paperwork (W-9 and iHeartMedia winner release) are completed online during business hours. For weekend concerts, paperwork must be in before 5pm Friday, in order for us to distribute and email tickets. Email distribution is not performed after hours. Normal business hours are Monday thru Friday from 8am to 5pm. Thank you for your understanding.","location_address1":"3535 E. Kimberly Rd.","location_address2":"","location_city":"Davenport","location_state":"IA","location_zip":"52807","office_hours":"We are currently closed to visitors for prize pick-up at this time.","email_form_switch":true,"employment_info_switch":true,"contacts":[{"type":"Mike Messenger - Market President"},{"type":"Wendy Wylde - News"},{"type":"Mark Manuel - Program Director"}],"eeo_report_asset":{"id":"asset://assets.eeo/66f5b5a237620d94a1502e7f"},"employment_link_override":"","public_file_assistance_link_override":null,"email_ip_blacklist":"","enable_contest_promotions":true},"partners":{"iheartradio_switch":true,"ihr_show_in_iheart_switch":false,"video_monetization_provider":"none","postup_switch":true,"email_format":null,"dataskrive_switch":true,"outbrain_switch":true,"traffic_market":"","aptivada_switch":true,"aptivada_id":"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":true,"parsely_account_id":null}}},"integration":{"type":"broadcast-facilities","plugin":{"broadcastFacilities":[{"facilityId":"60359","broadcastFrequency":"96.1","broadcastBand":"FM","broadcastCallLetters":"KMXG","applicationNotices":[],"politicalLinkOverride":null}]}},"liveConfig":{"sections":{"design":{"ihr_embed_player_bar_stream_override":null}}}}}},"micrositeReferences":[{"_id":"%2F09406e5186c75379fb5e6d62e037d3be","slug":"valentine-in-the-morning","ownBrand":"brands/Valentine In The Morning (31764)","configByLookup":{"common":{"branding":{"name":"Valentine In The Morning"}}}},{"_id":"%2F01c492ee401cae7531b9c3cfbcd6fa5a","slug":"jana","ownBrand":"brands/Jana (237)","configByLookup":{"common":{"branding":{"name":"Jana"}}}},{"_id":"%2F05a88e005e7084826167b8adef5808b2","slug":"jeff-stevens","ownBrand":"brands/Jeff Stevens (33668)","configByLookup":{"common":{"branding":{"name":"Jeff Stevens"}}}},{"_id":"%2Fd8928a4142b87fe8a5a7096b015e9d2e","slug":"delilah","ownBrand":"brands/Delilah (54601)","configByLookup":{"common":{"branding":{"name":"Delilah"}}}},{"_id":"%2Fa283a4184a0dab8ac6097a4a41e327f4","slug":"theresa-lucas","ownBrand":"brands/Theresa Lucas (54342)","configByLookup":{"common":{"branding":{"name":"Theresa Lucas"}}}}],"surrogateKeys":[]},"cache":[["\"/\"",{"data":{"_id":"/master-site/inferno/home","name":"home","pageConfig":{"adobe_page_name":"home","description":"","keywords":[],"sitemap_frequency":"hourly","thumbnail":"","title":""},"displayName":"Home","path":"/","primaryBlockId":"e6Rs0","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"FppTo","region":"main:dynamic","type":"onair","ordinal":0,"value":{"title":null},"tags":["display-hints/themed-block","display-hints/onair-show-play"],"schedule":{"begin":0,"end":4115978604802}},{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6813871e381ce48559a6045b","type":"PUBLISHING","record":{"ref_id":"%2F6813871e381ce48559a6045b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1a3e12c8-896f-4311-a639-4a9b12a76122","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-dos-amigos-258774901%2F","@url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","author_name":"Dos Amigos","author_url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2FmM2M1YjlmLTBjZGEtNGRiYy1iNTljLWIxMTgwMTUxOTUyMi9pbWFnZS5qcGc_dD0xNzM3NjM5MTQyJnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"Dos Amigos","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681398d4111de58a8c2e7a94","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Topher Grace\u003c/strong> has cemented himself as a well-known actor in Hollywood, but there was a time in his life when he wasn't invited to all of the industry events like the Oscars — but that didn't stop him from attending anyway.\u003c/p>\n\n\u003cp>The \u003cem>Spider-Man 3\u003c/em> actor recently reunited with \u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">his \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cem>That '70s Show\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\"> costar \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cstrong>Wilmer Valderrama\u003c/strong>\u003c/a> on his and \u003cstrong>Freddy Rodriguez\u003c/strong>'s \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"258774901\" data-catalog-related-id=\"\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast for a two-parter chat. In the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/episode/that-topher-show-part-2-273843781/\" target=\"_blank\">second episode that released May 1\u003c/a>, he revealed that he once sneakily made his way into \u003ca href=\"https://www.iheart.com/content/2025-03-17-conan-obrien-jokingly-reveals-only-reason-hes-returning-as-oscars-host/\" target=\"_blank\">the Academy Awards\u003c/a> with a group of friends when they were younger.\u003c/p>\n\n\u003cp>"Another dare situation was we snuck into the Oscars because the Shrine Auditorium where the Oscars used to happen was right across the street from our dorm," he said. "I'm looking down on it and we're like, 'I bet we could just take a limo and just drive into that tomorrow.'"\u003c/p>\n\n\u003cp>After attempting to rent a limo only to be told they were all taken because of the Oscars, they made a deal with a driver to give him $100 to drive around the block and pick them up in their "rented bow ties" and black jackets. Because the limo still had credentials, they made it through the barricade and to the red carpet.\u003c/p>\n\n\u003cp>"We were waving and everyone was kind of like, 'who's that?' We had one of those roll up cameras and we're taking pictures of ourselves," he said, adding that they even made it inside to watch the awards show.\u003c/p>\n\n\u003cp>Sometime during the night, someone with security approached asking who they were, and in a moment of quick thinking, Grace rolled with it and started barking orders at one of his friends like he was an assistant who made a mistake.\u003c/p>\n\n\u003cp>"A guy in security came up to us at one point and was like, 'who are you,' and as he did, I just started yelling at one of the other guys like he was my assistant," he recalled. "And the guy left because he was like, 'this is embarrassing.' Like I was like, 'no, we can get him to me now, no your job is to get...' and he was like, alright and he just left [and we] kept hanging out."\u003c/p>\n\n\u003cp>\u003cem>Dos Amigos\u003c/em> aims to bring the good vibes, creating an atmosphere for listeners to feel like they're hanging out talking with their closest friends. According to the podcast description:\u003c/p>\n\n\u003cblockquote>"Join these dos amigos as they candidly reflect on their careers, life, and share everything about everything, and of course the door is always open for special guests to roll through. Each weekly episode emanates from Wilmer's very own speakeasy, so you know it's a party, and you're our VIP guests. This podcast is all about bringing friends together, sparking honest reflection, and of course... toasting to the good times."\u003c/blockquote>\n\n\u003cp>Follow along with new episodes of the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" target=\"_blank\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast each week at \u003ca href=\"https://www.iheart.com/\" target=\"_blank\">\u003cem>iHeart.com\u003c/em>\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/","cuser":"user/ldap/1129327","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/Topher Grace","keywords/Wilmer Valderrama","keywords/That '70s Show","keywords/Oscars","keywords/Dos Amigos","keywords/podcast"],"primary_image":{"bucket":"new_assets","id":"%2F681398d4111de58a8c2e7a94"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746138000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","social_title":"","summary":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Topher Grace Reveals How He Once Snuck Into The Oscars","permalink":"https://mix96online.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/"},"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94","title":"Topher Grace Reveals How He Once Snuck Into The Oscars","description":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","author":"Sarah Tate"},"pub_start":1746138000000,"pub_until":4115978604802,"pub_changed":1746138428425,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813871e381ce48559a6045b","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","keyword:keywords/Topher Grace","keyword:keywords/Wilmer Valderrama","keyword:keywords/That '70s Show","keyword:keywords/Oscars","keyword:keywords/Dos Amigos","keyword:keywords/podcast","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJyZGd3NCI6LTEsIjdUS29VIjotMX19","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":"%2F67f944d6cccab6200f8802f9","type":"LEADS","record":{"title":"Workday Payday","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67f83809829c5c076beee7af","img_meta":{"base_id":"%2F67f83809829c5c076beee7af","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/contests/listen-to-win-1-000-1760283/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F643d3a3fa572bf3ef075c93a","type":"LEADS","record":{"title":"Wake Up With Valentine On MIX 96! Catch Up With The Show Here","subtitle":"","image":"https://i.iheart.com/v3/re/assets.brands/5ede68c41ac34b2d24dbdb5b","img_meta":{"base_id":"%2F5ede68c41ac34b2d24dbdb5b","bucket":"assets.brands"},"link":{"target":"_self","urls":{"device":"","web":"/featured/valentine-in-the-morning/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F6283947aa2dcbbc21b8b8540","type":"LEADS","record":{"title":"Find A New Career Path","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/61e82a710320154165a815c1","img_meta":{"base_id":"%2F61e82a710320154165a815c1","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"/featured/career-corner/","web":"/featured/career-corner/"},"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}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoxfSwiZW5kcyI6eyJ3bWVOSyI6LTEsIkpBclJOIjoyfX0=","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":"%2F6813cf19f46a6100d05d8f13","type":"PUBLISHING","record":{"ref_id":"%2F6813cf19f46a6100d05d8f13","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"922b1f05-e1a5-41b9-9b0a-5c2f4fb4a0b4","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Katrina Nattress","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/3613/?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/artist/3613/?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/artist/3613/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/3613/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813cfc4f46a6100d05d8f1e","new_tab":false,"schedule":{},"source_credit":"Danny Clinch","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>On Thursday (May 1), \u003ca href=\"https://www.iheart.com/artist/bruce-springsteen-3613/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"3613\" data-catalog-related-id=\"\">\u003cstrong>Bruce Springsteen\u003c/strong>\u003c/a> unearthed another lost track that will be featured on his \u003ca href=\"https://www.iheart.com/content/2025-04-03-bruce-springsteen-to-release-7-lost-albums-with-never-before-heard-tracks/\" target=\"_blank\">\u003cstrong>upcoming box set \u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-03-bruce-springsteen-to-release-7-lost-albums-with-never-before-heard-tracks/\" target=\"_blank\">\u003cstrong>\u003cem>Tracks II: The Lost Albums\u003c/em>\u003c/strong>\u003c/a>. "Faithless" was written as the title track of a soundtrack for a film that was never complete.\u003c/p>\n\n\u003cp>“Faithless” was written as the title track of a soundtrack for a film that was never completed. Most of the material on the album was written and recorded after the “Devils & Dust” tour wrapped up in November 2005 and before the release of “We Shall Overcome: The Seeger Sessions” in April 2006. Springsteen wrote the entire soundtrack to the "spiritual Western" film before production began. In addition to "Faithless," the shelved album also features four instrumental tracks.\u003c/p>\n\n\u003cp>“This was a really unusual collection of songs,” Springsteen said of “Faithless” and the unreleased soundtrack in a press release. “You could recognize details and maybe a character or two. But for the most part, I just wrote atmospheric music that I thought would fit.”\u003c/p>\n\n\u003cp>"Faithless" follows the \u003ca href=\"https://www.iheart.com/content/2025-04-17-bruce-springsteen-unearths-song-from-lost-hip-hop-inspired-album-listen/\" target=\"_blank\">\u003cstrong>release of "Blind Spot"\u003c/strong>\u003c/a> and "Rain in the River." The full soundtrack will be included on \u003cem>Tracks II: The Lost Albums\u003c/em>, which is slated for a June 27 release. Listen to "Faithless" 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%2Fwww.youtube.com%2Fwatch%3Fv%3DLu8cG_tFt24%26ab_channel%3DBruceSpringsteen-Topic","@url":"https://www.youtube.com/watch?v=Lu8cG_tFt24&ab_channel=BruceSpringsteen-Topic","author_name":"Bruce Springsteen - Topic","author_url":"https://www.youtube.com/channel/UCyFqJ_5TyAeTD7rHpLikbKQ","height":150,"html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/Lu8cG_tFt24?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=\"Faithless\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/Lu8cG_tFt24/hqdefault.jpg","thumbnail_width":480,"title":"Faithless","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/Lu8cG_tFt24?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=\"Faithless\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=Lu8cG_tFt24&ab_channel=BruceSpringsteen-Topic"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen/","cuser":"user/ldap/1121384","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/Bruce Springsteen","keywords/unreleased song","keywords/New Music"],"primary_image":{"bucket":"new_assets","id":"%2F6813cfc4f46a6100d05d8f1e"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746129120000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","social_title":"","summary":"The song was written for a film that was never completed.","targets":[{"categories":["categories/music-news"],"distribution":["formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC"]},{"categories":["categories/music-news"],"distribution":["artists/Bruce Springsteen (3613)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Bruce Springsteen Shares 'Unusual' Previously Unreleased Song: Listen","permalink":"https://mix96online.iheart.com/content/2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen/"},"slug":"2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813cfc4f46a6100d05d8f1e","title":"Bruce Springsteen Shares 'Unusual' Previously Unreleased Song: Listen","description":"The song was written for a film that was never completed.","author":"Katrina Nattress"},"pub_start":1746129120000,"pub_until":4115978604802,"pub_changed":1746129536220,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC"]},{"tags":["categories/music-news","artists/Bruce Springsteen (3613)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813cf19f46a6100d05d8f13","slug:2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","slug:2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","keyword:keywords/Bruce Springsteen","keyword:keywords/unreleased song","keyword:keywords/New Music","author:user"]}},{"id":"%2F6813856b8b1a8ac7974e138c","type":"PUBLISHING","record":{"ref_id":"%2F6813856b8b1a8ac7974e138c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6eb29f75-a16c-43e7-8085-c11e069dc806","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/63441858/?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/63441858/?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/63441858/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681385868b1a8ac7974e1397","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>King Charles III\u003c/strong> recently revealed what helped him get through the "darkest moments" of his cancer battle thus far. \u003c/p>\n\n\u003cp>On Wednesday (April 30), the beloved monarch, who was diagnosed with \u003ca href=\"https://www.iheart.com/content/2024-12-20-buckingham-palace-reveals-new-details-on-king-charles-cancer-diagnosis/\" target=\"_blank\">an undisclosed form of cancer\u003c/a> in 2024, spoke about his condition during a cancer support organization reception at Buckingham Palace (per \u003ca href=\"https://www.usmagazine.com/celebrity-news/news/king-charles-reflects-on-lessons-from-cancer-battle/\" target=\"_blank\">\u003cem>US Weekly\u003c/em>\u003c/a>\u003cem>)\u003c/em>, drawing attention to compassionate doctors and nurses. \u003c/p>\n\n\u003cblockquote>"It has certainly given me an even deeper appreciation of the extraordinary work undertaken by the remarkable organizations and individuals gathered here this evening, many of whom I have known, visited, and supported over the years. And it has reinforced what I have long observed during these visits — that the darkest moments of illness can be illuminated by the greatest compassion."\u003c/blockquote>\n\n\u003cp>He assured that selfless healthcare workers who assist him and countless others "have my whole family’s deepest admiration and gratitude."\u003c/p>\n\n\u003cblockquote>"What strikes us repeatedly is the profound impact of human connection — whether in the careful explanation from a specialist nurse, the hand held by a hospice volunteer, or the shared experience in a support group. These moments of kinship create what I might call a community of care, one that sustains patients \u003ca href=\"https://www.iheart.com/content/2024-08-22-king-charles-iii-unveils-rare-personal-health-update-amid-cancer-diagnosis/\" target=\"_blank\">through the most difficult of times\u003c/a>."\u003c/blockquote>\n\n\u003cp>The King explained that, while cancer is a "frightening experience," it also "brings into sharp focus the very best of humanity."\u003c/p>\n\n\u003cblockquote>"Each diagnosis, each new case, will be a daunting and at times frightening experience for those individuals and their loved ones. But as one among those statistics myself, I can vouch for the fact that it can also be an experience that brings into sharp focus the very best of humanity." \u003c/blockquote>\n\n\u003cp>For more on King Charles' ongoing cancer battle, read \u003ca href=\"https://www.iheart.com/content/2025-03-30-king-charles-makes-first-statement-since-hospitalization-amid-cancer-battle/\" target=\"_blank\">King Charles Makes First Statement Since Hospitalization Amid Cancer Battle\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/King Charles","keywords/monarch","keywords/cancer battle","keywords/moments","keywords/comment","keywords/King","keywords/experience","keywords/focus"],"primary_image":{"bucket":"new_assets","id":"%2F681385868b1a8ac7974e1397"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS"]},"publish_date":1746126420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","social_title":"","summary":"'It has certainly given me an even deeper appreciation of the...'","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news"],"distribution":["artists/King Charles (30059989)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"King Charles Makes Rare Comment About Cancer Battle: 'Darkest Moments'","permalink":"https://mix96online.iheart.com/content/2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments/"},"slug":"2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681385868b1a8ac7974e1397","title":"King Charles Makes Rare Comment About Cancer Battle: 'Darkest Moments'","description":"'It has certainly given me an even deeper appreciation of the...'","author":"Logan DeLoye"},"pub_start":1746126420000,"pub_until":4115978604802,"pub_changed":1746127054654,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","artists/King Charles (30059989)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813856b8b1a8ac7974e138c","slug:2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","slug:2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","keyword:keywords/King Charles","keyword:keywords/monarch","keyword:keywords/cancer battle","keyword:keywords/moments","keyword:keywords/comment","keyword:keywords/King","keyword:keywords/experience","keyword:keywords/focus","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":2,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJyZGd3NCI6LTEsIjdUS29VIjotMX19","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":"%2F09406e5186c75379fb5e6d62e037d3be","slug":"valentine-in-the-morning","ownBrand":"brands/Valentine In The Morning (31764)","configByLookup":{"common":{"branding":{"name":"Valentine In The Morning","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6373f9387ebc13b95d2c4108"}}}}}},{"_id":"%2F01c492ee401cae7531b9c3cfbcd6fa5a","slug":"jana","ownBrand":"brands/Jana (237)","configByLookup":{"common":{"branding":{"name":"Jana","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5f7f323ad0586b77a57f26b7"}}}}}},{"_id":"%2F05a88e005e7084826167b8adef5808b2","slug":"jeff-stevens","ownBrand":"brands/Jeff Stevens (33668)","configByLookup":{"common":{"branding":{"name":"Jeff Stevens","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6261755109c07d7ce4afa706"}}}}}},{"_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":"%2Fa283a4184a0dab8ac6097a4a41e327f4","slug":"theresa-lucas","ownBrand":"brands/Theresa Lucas (54342)","configByLookup":{"common":{"branding":{"name":"Theresa Lucas","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/41e825c5e647a9a9914c7bedf611f63e"}}}}}}]},{"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":["29605234","60797899","27935899","52362192","81496981"]},{"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":"%2F6813871cf33817c9f5d7be72","type":"PUBLISHING","record":{"ref_id":"%2F6813871cf33817c9f5d7be72","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c1b6b071-bd1d-4b98-b9a5-c632f20e358e","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","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/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813993d32c4fd911c1304e7","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Are you Team Noah or Team Lon? \u003cstrong>James Marsden\u003c/strong> is finally weighing in on a \u003ca href=\"https://www.iheart.com/content/2025-04-10-the-office-stars-finally-address-popular-fan-theory-shady-business/\" target=\"_blank\">longtime debate among fans\u003c/a> of \u003cem>The Notebook\u003c/em>.\u003c/p>\n\n\u003cp>In a new interview with \u003ca href=\"https://people.com/james-marsden-finally-answers-the-notebook-fans-burning-question-should-allie-have-ended-up-with-lon-or-noah-11725372\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>, Marsden, who starred as Lon Hammond, Jr. alongside \u003cstrong>Rachel McAdams\u003c/strong> (Allie Hamilton) \u003ca href=\"https://www.iheart.com/content/2024-10-21-eva-mendes-ryan-gosling-have-one-extreme-rule-for-their-daughters/\" target=\"_blank\">and \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-10-21-eva-mendes-ryan-gosling-have-one-extreme-rule-for-their-daughters/\" target=\"_blank\">\u003cstrong>Ryan Gosling\u003c/strong>\u003c/a> (Noah Calhoun) in the beloved 2004 film adaptation of the 1996 \u003cstrong>Nicholas Sparks\u003c/strong> novel of the same name, shared his thoughts on a question that has been up for debate since the film's 2004 release: did Allie choose the right guy?\u003c/p>\n\n\u003cp>In the film, Allie, who was engaged to Lon, ultimately breaks off the engagement and reunites with her true love Noah. Despite some fans' beliefs that she was better off with the wealthy lawyer, Marsden himself agrees with the decision to have Noah and Allie end up together. \u003c/p>\n\n\u003cp>"You know, it's funny. I hear a lot of people nowadays that very kindly come up to me and say, '[Lon was] the whole package, you were like this wealthy guy, and you treated her right, and you trusted her and it was a healthy relationship and [Allie and Noah] were in an unhealthy, toxic relationship,'" he said. "While I see that and understand it, I mean, love is love."\u003c/p>\n\n\u003cp>\u003ca href=\"https://elvisduran.iheart.com/featured/elvis-duran/content/2023-05-01-james-marsden-shares-how-they-pulled-off-jury-duty-filming/\" target=\"_blank\">The \u003c/a>\u003ca href=\"https://elvisduran.iheart.com/featured/elvis-duran/content/2023-05-01-james-marsden-shares-how-they-pulled-off-jury-duty-filming/\" target=\"_blank\">\u003cem>Hairspray\u003c/em>\u003c/a>\u003ca href=\"https://elvisduran.iheart.com/featured/elvis-duran/content/2023-05-01-james-marsden-shares-how-they-pulled-off-jury-duty-filming/\" target=\"_blank\"> actor\u003c/a> said the "fiery" love and chemistry between the characters was "undeniable" so it's no wonder they overcame all the odds keeping them apart to find their happily ever after.\u003c/p>\n\n\u003cp>"The dynamic between [Allie and Noah] and their chemistry was undeniable," he said. "And so I think, yeah, she should have ended up with Noah. That kind of love in that movie can be fiery and it can still be the right thing, the right person to be with."\u003c/p>\n\n\u003cp>As for Lon, who he called a "really good guy," Marsden believes that "there's another lady out there for him, I'm sure, that's very happy."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable/","cuser":"user/ldap/1129327","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/James Marsden","keywords/The Notebook"],"primary_image":{"bucket":"new_assets","id":"%2F6813993d32c4fd911c1304e7"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},"publish_date":1746126180000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","social_title":"","summary":"The \"Notebook\" actor shared his thoughts on the topic that has divided fans since the film's 2004 release.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"James Marsden Finally Weighs In On ‘The Notebook’ Fan Debate: ‘Undeniable’","permalink":"https://mix96online.iheart.com/content/2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable/"},"slug":"2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813993d32c4fd911c1304e7","title":"James Marsden Finally Weighs In On ‘The Notebook’ Fan Debate: ‘Undeniable’","description":"The \"Notebook\" actor shared his thoughts on the topic that has divided fans since the film's 2004 release.","author":"Sarah Tate"},"pub_start":1746126180000,"pub_until":4115978604802,"pub_changed":1746126585876,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813871cf33817c9f5d7be72","slug:2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","slug:2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","keyword:keywords/James Marsden","keyword:keywords/The Notebook","author:user"]}},{"id":"%2F6813853b8e8f17cc0c3f8072","type":"PUBLISHING","record":{"ref_id":"%2F6813853b8e8f17cc0c3f8072","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"40f7adea-f6a9-4ffd-83f6-f1b06b01cbf5","revision_id":"AAAAAAAAAAD//////////w=="},"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":"%2F681385588e8f17cc0c3f807d","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kendall Jenner\u003c/strong> is the ultimate auntie, and we have the snaps to prove it! \u003c/p>\n\n\u003cp>The model recently shared a series of snaps on Instagram with the caption "that’s auntie kenny to you," featuring an adorable photo with her nephew, \u003cstrong>Aire Webster\u003c/strong>. \u003c/p>\n\n\u003cp>The first snap in the series zoomed in on Jenner posing in the mirror with a digital camera, followed by photos and videos from a tropical getaway. The standout let the world in on her travels \u003ca href=\"https://www.iheart.com/content/2024-11-13-photos-kendall-jenner-unexpectedly-debuts-brand-new-hair-transformation/\" target=\"_blank\">through scenes\u003c/a> of palm trees and canals surrounded by historic homes. \u003c/p>\n\n\u003cp>Jenner also looked to be riding a horse, drinking 818 tequila, and even posing with her nephew Aire Webster, her sister \u003cstrong>Kylie Jenner\u003c/strong>'s youngest child whom she shares with rapper \u003ca href=\"https://www.iheart.com/artist/travis-scott-30576501/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30576501\" data-catalog-related-id=\"\">Travis Scott\u003c/a>. Kendall and the three-year-old sat on the couch sipping their drinks — the model with a glass of wine and Aire with a sippy cup.\u003c/p>\n\n\u003cp>Kendall also included a snap of 818 tequila shooters and a throwback photo of her parents, \u003cstrong>Kris Jenner\u003c/strong> and \u003cstrong>Caitlyn Jenner\u003c/strong>, opening gifts on the floor. \u003c/p>\n\n\u003cp>See the exciting photo series shining a bright spotlight on \u003ca href=\"https://www.iheart.com/content/2024-11-20-kylie-jenner-hilariously-trolls-kendall-jenner-in-cucumber-cutting-video/\" target=\"_blank\">the adventures of\u003c/a> Auntie Kenny below! \u003c/p>\n\n\u003cp>For more on Jenner, read \u003ca href=\"https://www.iheart.com/content/2025-01-23-where-brody-jenner-stands-with-sisters-kendall-jenner-kylie-jenner/\" target=\"_blank\">Where Brody Jenner Stands With Sisters Kendall Jenner & Kylie Jenner\u003c/a>. \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%2FDJFMXNYvEZf%2F%3Fimg_index%3D4","@url":"https://www.instagram.com/p/DJFMXNYvEZf/?img_index=4","author_name":"kendalljenner","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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 Kendall (@kendalljenner)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":360,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/491431602_18933462103044931_3113993589891103232_n.jpg?stp=dst-jpg_e15_s480x480_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QE855LiPQwoMomJdy4sT73le-aGS86_8QNO_ZwzXmRo_dNjuoZS_Hd_Ywx6R9linbc&_nc_ohc=vmvgZsQu0OsQ7kNvwHIUPjz&_nc_gid=9ehwEw7-DfJQR8simM4Pzg&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfEbkBdlzLTF0VaukEIiFWcI1TD0nZ0RGUrQVLBEp8nI9g&oe=68199577&_nc_sid=cc8940","thumbnail_width":480,"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/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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 Kendall (@kendalljenner)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJFMXNYvEZf/?img_index=4"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/Kendall Jenner","keywords/caption","keywords/Aire Webster","keywords/standout","keywords/auntie","keywords/series","keywords/snaps","keywords/model","keywords/Instagram","keywords/Kylie Jenner"],"primary_image":{"bucket":"new_assets","id":"%2F681385588e8f17cc0c3f807d"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1746124380000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","social_title":"","summary":"See the new snaps of 'Auntie Kenny' here...","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kendall Jenner Proves She's The Ultimate 'Auntie' In Fun New Photo Series","permalink":"https://mix96online.iheart.com/content/2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series/"},"slug":"2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681385588e8f17cc0c3f807d","title":"Kendall Jenner Proves She's The Ultimate 'Auntie' In Fun New Photo Series","description":"See the new snaps of 'Auntie Kenny' here...","author":"Logan DeLoye"},"pub_start":1746124380000,"pub_until":4115978604802,"pub_changed":1746124791493,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813853b8e8f17cc0c3f8072","slug:2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","slug:2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","keyword:keywords/Kendall Jenner","keyword:keywords/caption","keyword:keywords/Aire Webster","keyword:keywords/standout","keyword:keywords/auntie","keyword:keywords/series","keyword:keywords/snaps","keyword:keywords/model","keyword:keywords/Instagram","keyword:keywords/Kylie Jenner","author:user"]}},{"id":"%2F68138719bad93095aa7b38bd","type":"PUBLISHING","record":{"ref_id":"%2F68138719bad93095aa7b38bd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"97ea036c-1cce-4d63-8d4f-12079e7259b6","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/855855/?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/artist/855855/?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/artist/855855/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/855855/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681398f7a9cdbd70321c7b35","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/lorde-855855/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"855855\" data-catalog-related-id=\"\">\u003cstrong>Lorde\u003c/strong>\u003c/a> put blood, sweat and tears into her new music.\u003c/p>\n\n\u003cp>On Wednesday (April 30), the "Green Light" singer took to \u003ca href=\"https://www.instagram.com/p/DJE6GHvtaa_/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==\" target=\"_blank\">Instagram\u003c/a> to announce her forthcoming album \u003cem>Virgin\u003c/em>, \u003ca href=\"https://www.iheart.com/content/2025-04-16-lorde-officially-announces-comeback-single-what-was-that/\" target=\"_blank\">her first in four years\u003c/a> and a follow-up to 2021's \u003cem>Solar Power\u003c/em>. Simply captioning the post with the album's title, Lorde shared the album cover featuring a pelvic X-ray with a zipper and belt buckle in the center.\u003c/p>\n\n\u003cp>In a note on her \u003ca href=\"https://www.lorde.co.nz/\" target=\"_blank\">website\u003c/a>, Lorde admitted that \u003cem>Virgin\u003c/em> was "100% WRITTEN IN BLOOD." The project, out in June, is produced by the singer and \u003cstrong>Jim-E Stack\u003c/strong>, with \u003cstrong>Fabiana Palladino\u003c/strong>, \u003cstrong>Andrew Aged\u003c/strong>, \u003cstrong>Buddy Ross\u003c/strong>, \u003cstrong>Dan Nigro\u003c/strong> and \u003ca href=\"https://www.iheart.com/artist/blood-orange-684469/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"684469\" data-catalog-related-id=\"\">Blood Orange\u003c/a>'s \u003cstrong>Dev Hynes\u003c/strong>.\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%2FDJE6GHvtaa_%2F%3Futm_source%3Dig_web_copy_link","@url":"https://www.instagram.com/p/DJE6GHvtaa_/?utm_source=ig_web_copy_link","author_name":"lorde","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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 Lorde (@lorde)\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/494551230_18507927892037477_6958860847858406894_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QFxLQuFSYHdu5CxlXU4Fn1RLP9YxCrGuV9hcO2WJ33zTEPlQCYC6n65fZr-MhkamIc&_nc_ohc=0mg9vByF-vIQ7kNvwFzejhm&_nc_gid=axq21iw3wVLa4RqZdqf1oQ&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfHzcs7h0y5eu-qETpK5RLIdRkpPKnWmtV_bgLhQnASWtA&oe=681986BF&_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/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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 Lorde (@lorde)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJE6GHvtaa_/?utm_source=ig_web_copy_link"},{"html":"\u003cp>The "Royals" musician shared even more personal meaning behind the project while describing the album in an email sent to fans, per \u003ca href=\"https://people.com/lorde-announces-new-album-virgin-artwork-pelvic-x-ray-11725045\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>"THE COLOUR OF THE ALBUM IS CLEAR. LIKE BATHWATER, WINDOWS, ICE, SPIT. FULL TRANSPARENCY. THE LANGUAGE IS PLANE AND UNSENTIMENTAL. THE SOUNDS ARE THE SAME WHEREVER POSSIBLE," she wrote, adding, "I WAS TRYING TO SEE MYSELF, ALL THE WAY THROUGH. I WAS TRYING TO MAKE A DOCUMENT THAT REFLECTED MY FEMININITY: RAW, PRIMAL, INNOCENT, ELEGANT, OPENHEARTED, SPIRITUAL, MASC."\u003c/p>\n\n\u003cp>Lorde explained that she is both "proud and scared" of the album as it's putting everything on display in an effort to find freedom.\u003c/p>\n\n\u003cp>"THERE'S NOWHERE TO HIDE," she said. "I BELIEVE THAT PUTTING THE DEEPEST PARTS OF OURSELVES TO MUSIC IS WHAT SETS US FREE."\u003c/p>\n\n\u003cp>Fans already got their first taste of Lorde's fourth studio album with her new single "What Was That." After teasing the track on social media, she debuted the song last week in at a gathering in New York City \u003ca href=\"https://www.iheart.com/content/2025-04-23-watch-lorde-play-new-song-for-fans-after-cops-shut-down-nyc-park-gathering/\" target=\"_blank\">after police initial shut the event down\u003c/a>.\u003c/p>\n\n\u003cp>\u003cem>Virgin\u003c/em> drops June 27.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood/","cuser":"user/ldap/1129327","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/Lorde","keywords/album","keywords/What Was That"],"primary_image":{"bucket":"new_assets","id":"%2F681398f7a9cdbd70321c7b35"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN","formats/ROCKALTERNATIVE"]},"publish_date":1746124320000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","social_title":"","summary":"Lorde recently gave fans a tease of her first album in four years with her new single \"What Was That.\"","targets":[{"categories":["categories/music-news"],"distribution":["artists/Lorde (855855)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Lorde Announces New Album 'Virgin' Was '100% Written In Blood'","permalink":"https://mix96online.iheart.com/content/2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood/"},"slug":"2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681398f7a9cdbd70321c7b35","title":"Lorde Announces New Album 'Virgin' Was '100% Written In Blood'","description":"Lorde recently gave fans a tease of her first album in four years with her new single \"What Was That.\"","author":"Sarah Tate"},"pub_start":1746124320000,"pub_until":4115978604802,"pub_changed":1746124714300,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN","formats/ROCKALTERNATIVE"]},{"tags":["categories/music-news","artists/Lorde (855855)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138719bad93095aa7b38bd","slug:2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","slug:2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","keyword:keywords/Lorde","keyword:keywords/album","keyword:keywords/What Was That","author:user"]}},{"id":"%2F68138300d24c2ed459c82af5","type":"PUBLISHING","record":{"ref_id":"%2F68138300d24c2ed459c82af5","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"725755d9-af77-4381-bd85-a3d628dd2243","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/34786/?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/artist/34786/?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/artist/34786/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/34786/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68138316d24c2ed459c82b00","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/christina-aguilera-34786/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34786\" data-catalog-related-id=\"\">Christina Aguilera\u003c/a> posted a series of stunning snaps from her latest photoshoot on Instagram, and fans praised her for "aging backwards." \u003c/p>\n\n\u003cp>The series zoomed in on the 44-year-old's recent photoshoot with \u003cem>Carcy Magazine\u003c/em> in which she donned a \u003ca href=\"https://www.iheart.com/content/2024-12-19-photos-christina-aguilera-bares-all-in-sultry-new-birthday-post/\" target=\"_blank\">series of spicy looks\u003c/a> for the cover. \u003c/p>\n\n\u003cp>The first snap in the carousel features the "beautiful" songstress with a paper mask around her eyes that reads "original." In the second photo, Aguilera wore white underwear over her jeans with a matching white shirt and a black hat. The next few snaps in the series showed the star taking off a wig, posing in pink, and sitting on a chair in a sheer polka-dot dress with a cigarette in her hand. \u003c/p>\n\n\u003cp>There is also one snap of the "Genie In A Bottle" hitmaker wearing a gold dress with her hair teased and a toothpick in her mouth. Fans sounded off in support of the new photos in the comment section of the post, remarking, "Oh she’s a MODEL, she looks like Christina Aguilera 1999 😘👑❤," and "She’s 19 again ❤️❤️❤️" per \u003ca href=\"https://pagesix.com/2025/04/30/style/christina-aguilera-is-aging-backwards-in-new-photo-shoot/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"I dunno what you’ve done or who had to pay the price, but this is \u003ca href=\"https://www.iheart.com/content/2024-11-17-watch-christina-aguilera-sabrina-carpenter-join-forces-for-surprising-duet/\" target=\"_blank\">what we needed\u003c/a>, and you’re serving 🎂," another said. \u003c/p>\n\n\u003cp>Aguilera also posted two behind-the-scenes clips from the Carcy shoot of herself strutting to the \u003ca href=\"https://www.instagram.com/p/DJCWdGApIM8/\" target=\"_blank\">camera's flash\u003c/a>. \u003c/p>\n\n\u003cp>Check out the exciting new photo series below! \u003c/p>\n\n\u003cp>For more on Aguilera, read \u003ca href=\"https://www.iheart.com/content/2024-08-15-christina-aguilera-claps-back-at-body-shamers-amid-ozempic-rumors/\" target=\"_blank\">Christina Aguilera Claps Back At Body Shamers Amid Ozempic Rumors\u003c/a>. \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%2FDJAHDTcTU_7%2F%3Fimg_index%3D1","@url":"https://www.instagram.com/p/DJAHDTcTU_7/?img_index=1","author_name":"xtina","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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 Christina Aguilera (@xtina)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":599,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/494197520_18497061346049433_7969568437987803390_n.jpg?stp=dst-jpg_e15_p480x480_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QFpx7rLiVD0-iBNrfgIjzhJDjS1koiNqUwCj_V2zT2CUanibChj-9WoG4n7Tdjx2NM&_nc_ohc=_eA8eoKvE2cQ7kNvwErLIJr&_nc_gid=VBWTxZE51gRn6F3igJnYbg&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfG8aqfDqWC6mZgSk88fvUoBSsPHE9Bbk_k9onwojIsVuQ&oe=681998B7&_nc_sid=cc8940","thumbnail_width":480,"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/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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 Christina Aguilera (@xtina)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJAHDTcTU_7/?img_index=1"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps/","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/Christina Aguilera","keywords/Photos","keywords/snaps","keywords/series","keywords/photo","keywords/photoshoot","keywords/snap","keywords/songstress","keywords/hitmaker"],"primary_image":{"bucket":"new_assets","id":"%2F68138316d24c2ed459c82b00"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN"]},"publish_date":1746121800000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","social_title":"","summary":"See the stunning photo series here! ","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["artists/Christina Aguilera (34786)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"PHOTOS: Christina Aguilera Is 'Aging Backwards' In Jaw-Dropping New Snaps","permalink":"https://mix96online.iheart.com/content/2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps/"},"slug":"2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68138316d24c2ed459c82b00","title":"PHOTOS: Christina Aguilera Is 'Aging Backwards' In Jaw-Dropping New Snaps","description":"See the stunning photo series here! ","author":"Logan DeLoye"},"pub_start":1746121800000,"pub_until":4115978604802,"pub_changed":1746122231961,"subscription":[{"tags":["categories/music-news","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","artists/Christina Aguilera (34786)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138300d24c2ed459c82af5","slug:2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","slug:2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","keyword:keywords/Christina Aguilera","keyword:keywords/Photos","keyword:keywords/snaps","keyword:keywords/series","keyword:keywords/photo","keyword:keywords/photoshoot","keyword:keywords/snap","keyword:keywords/songstress","keyword:keywords/hitmaker","author:user"]}},{"id":"%2F68138709d113f6ed0a3a3b13","type":"PUBLISHING","record":{"ref_id":"%2F68138709d113f6ed0a3a3b13","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d9762b9e-fc36-4044-9696-ecbbb7bfedc6","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/57706/?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/artist/57706/?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/artist/57706/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/57706/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813992d7de8cfdffa7b41b0","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/benny-blanco-833174/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"833174\" data-catalog-related-id=\"\">\u003cstrong>Benny Blanco\u003c/strong>\u003c/a> has an unusual nickname for \u003ca href=\"https://www.iheart.com/artist/selena-gomez-57706/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"57706\" data-catalog-related-id=\"\">\u003cstrong>Selena Gomez\u003c/strong>\u003c/a> and is sharing the funny reason behind the moniker.\u003c/p>\n\n\u003cp>The couple and \u003ca href=\"https://www.iheart.com/content/2025-03-28-selena-gomez-explains-how-new-album-with-benny-blanco-was-a-leap-of-faith/\" target=\"_blank\">\u003cem>I Said I Love You First\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-28-selena-gomez-explains-how-new-album-with-benny-blanco-was-a-leap-of-faith/\" target=\"_blank\"> collaborators\u003c/a> appeared as guests on \u003ca href=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/\" target=\"_blank\">the April 30 episode\u003c/a> of the \u003ca href=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"31122002\" data-catalog-related-id=\"\">\u003cem>Table Manners with Jessie and Lennie Ware\u003c/em>\u003c/a> podcast where they opened up about the nicknames they have for each other, per \u003ca href=\"https://people.com/benny-blanco-explains-the-funny-reason-selena-gomez-nickname-salami-11725058\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. While Blanco does often shorten \u003ca href=\"https://www.iheart.com/content/2025-04-24-watch-benny-blanco-goes-all-out-taking-selena-gomez-to-her-first-prom/\" target=\"_blank\">his fiancée's\u003c/a> name to Sel, there is one name he uses for his phone contact that is a bit more surprising. \u003c/p>\n\n\u003cp>"In my phone — because I didn't want anyone to be over my shoulder looking — I made her salami," he revealed, noting that "to this day" he has still not changed her contact name.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1270-table-manners-with-jessie-31122002%2Fepisode%2Fselena-gomez-and-benny-blanco-273755597%2F","@url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/","author_name":"Table Manners with Jessie and Lennie Ware","author_url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/?embed=true&cid=oembed&keyid%5B0%5D=Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&keyid%5B1%5D=Selena%20Gomez%20and%20Benny%20Blanco%20-%20Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9hc3NldHMucGlwcGEuaW8vc2hvd3MvNjIxZjczNTA0ODkyZmRhMGQ0MjRkNjNlLzE2NzcwNzIwNTUzNjgtMjc2OGE3NDU5YzkxZWYxNWRiMjJkOTE2MTVkYzUwNjkuanBlZw","thumbnail_width":300,"title":"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/?embed=true&cid=oembed&keyid%5B0%5D=Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&keyid%5B1%5D=Selena%20Gomez%20and%20Benny%20Blanco%20-%20Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/"},{"html":"\u003cp>For her part, \u003ca href=\"https://www.iheart.com/content/2025-04-25-selena-gomez-recalls-scary-decision-to-open-up-about-her-mental-health/\" target=\"_blank\">the Rare Beauty founder\u003c/a> tends to use more sweet endearments than those of a cured meat variety, choosing names like "babe or love or honey" to refer to her fiancé.\u003c/p>\n\n\u003cp>Elsewhere in the chat, the couple shared some new details about their upcoming nuptials, including \u003ca href=\"https://www.iheart.com/content/2025-04-30-selena-gomez-reveals-tradition-she-wants-to-skip-at-benny-blanco-wedding/\" target=\"_blank\">the one wedding tradition they are considering leaving behind\u003c/a> and the "special" plan they want to do instead. Gomez and Blanco also got personal while discussing their very first kiss and how the "Love On" singer was \u003ca href=\"https://www.iheart.com/content/2025-04-30-why-selena-gomez-got-a-rash-after-her-first-kiss-with-benny-blanco/\" target=\"_blank\">so nervous that she broke out into a rash\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez/","cuser":"user/ldap/1129327","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/Benny Blanco","keywords/Selena Gomez","keywords/nickname"],"primary_image":{"bucket":"new_assets","id":"%2F6813992d7de8cfdffa7b41b0"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746118680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","social_title":"","summary":"While Selena Gomez calls her fiancé \"babe\" or \"honey,\" he took a different approach.","targets":[{"categories":["categories/music-news"],"distribution":["artists/Selena Gomez (57706)","artists/Benny Blanco (833174)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Benny Blanco Shares Reason Behind His Unusual Nickname For Selena Gomez","permalink":"https://mix96online.iheart.com/content/2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez/"},"slug":"2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813992d7de8cfdffa7b41b0","title":"Benny Blanco Shares Reason Behind His Unusual Nickname For Selena Gomez","description":"While Selena Gomez calls her fiancé \"babe\" or \"honey,\" he took a different approach.","author":"Sarah Tate"},"pub_start":1746118680000,"pub_until":4115978604802,"pub_changed":1746119111507,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/music-news","artists/Selena Gomez (57706)","artists/Benny Blanco (833174)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138709d113f6ed0a3a3b13","slug:2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","slug:2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","keyword:keywords/Benny Blanco","keyword:keywords/Selena Gomez","keyword:keywords/nickname","author:user"]}},{"id":"%2F681381bf02e2d7e73f14d8f3","type":"PUBLISHING","record":{"ref_id":"%2F681381bf02e2d7e73f14d8f3","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"44faf1f6-d8f5-456b-81d4-eef0b08afc1d","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":"%2F681382ea02e2d7e73f14d8fe","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Fans think \u003cstrong>Kim Kardashian\u003c/strong>'s 9-year-old son \u003cstrong>Saint\u003c/strong> \u003cstrong>West\u003c/strong> hacked her Instagram account to promote his YouTube channel on Wednesday (April 30). \u003c/p>\n\n\u003cp>According to \u003ca href=\"https://pagesix.com/2025/04/30/celebrity-news/kim-kardashians-9-year-old-son-seemingly-hacks-moms-instagram-account-with-357m-followers-posts-strange-message/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>, \u003ca href=\"https://www.iheart.com/content/2025-03-13-kim-kardashian-reveals-which-child-will-get-her-ekanye-west-engagement-ring/\" target=\"_blank\">the child\u003c/a>, whom \u003cem>The Kardashians \u003c/em>star shares with ex-husband \u003ca href=\"https://www.iheart.com/artist/kanye-west-34743/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34743\" data-catalog-related-id=\"\">Kanye West\u003c/a>, supposedly posted a close-up snap of his YouTube channel, asking his mother's 357 million Instagram followers to subscribe to "\u003ca href=\"https://www.youtube.com/@S4intking\" target=\"_blank\">@S4intsking\u003c/a>." \u003c/p>\n\n\u003cp>"Sub to Saint’s channel," the since-deleted post read. Fans commented in confusion, remarking, "SAINT LEAVE YO MAMA PHONE," and "Saint, put mom's phone down." Another praised the child for promoting his channel, stating, "Saint done hacked the IG for the promo lolol.. smart man." \u003c/p>\n\n\u003cp>\u003cem>Page Six\u003c/em> mentioned that this is not the 9-year-old's first YouTube channel. His original account, @TheGoatSaint, was taken down last October after an accidental meme \u003ca href=\"https://www.iheart.com/content/2024-12-30-photos-kim-kardashian-shows-off-her-grown-up-kids-in-new-holiday-post/\" target=\"_blank\">was shared to\u003c/a> his profile. Information regarding who posted the snap of Saint's YouTube handle on Kim's Instagram has yet to be revealed. \u003c/p>\n\n\u003cp>Kardashian's jewelry heist trial began earlier this week, bringing to light new information regarding the 2016 robbery where the SKIMS founder was held at gunpoint at an apartment complex in Paris and $9 million worth of jewelry was stolen from her room. \u003c/p>\n\n\u003cp>One of the robbers, 72-year-old \u003cstrong>Yunice Abbas\u003c/strong>, apologized to Kim for the "traumas" he caused while on the stand. \u003c/p>\n\n\u003cp>"I regret it, not because I got caught, but because ... there was a trauma." Nine additional suspects took the stand this week, not including one who \u003ca href=\"https://www.eonline.com/news/1416772/kim-kardashian-paris-robbery-suspect-dies-ahead-of-trial\" target=\"_blank\">passed away before the trial\u003c/a>. \u003c/p>\n\n\u003cp>For more, read \u003ca href=\"https://www.iheart.com/content/2025-04-29-kim-kardashian-jewelry-heist-suspect-reveals-new-details-about-2016-robbery/\" target=\"_blank\">Kim Kardashian Jewelry Heist Suspect Reveals New Details About 2016 Robbery\u003c/a>. \u003c/p>\n\n\u003cp>See screenshots of the since-deleted Instagram post on \u003ca href=\"https://pagesix.com/2025/04/30/celebrity-news/kim-kardashians-9-year-old-son-seemingly-hacks-moms-instagram-account-with-357m-followers-posts-strange-message/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/son","keywords/Kim Kardashian","keywords/Page Six","keywords/Instagram","keywords/Yunice Abbas","keywords/message","keywords/channel","keywords/child","keywords/Fans","keywords/mom"],"primary_image":{"bucket":"new_assets","id":"%2F681382ea02e2d7e73f14d8fe"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1746118260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","social_title":"","summary":"Here's what the 9-year-old supposedly posted on his mom's Instagram...","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news"],"distribution":["artists/Kim Kardashian (557556)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kim Kardashian's Son Allegedly Hacked Her Instagram To Post This Message","permalink":"https://mix96online.iheart.com/content/2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message/"},"slug":"2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681382ea02e2d7e73f14d8fe","title":"Kim Kardashian's Son Allegedly Hacked Her Instagram To Post This Message","description":"Here's what the 9-year-old supposedly posted on his mom's Instagram...","author":"Logan DeLoye"},"pub_start":1746118260000,"pub_until":4115978604802,"pub_changed":1746118796581,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","artists/Kim Kardashian (557556)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681381bf02e2d7e73f14d8f3","slug:2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","slug:2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","keyword:keywords/son","keyword:keywords/Kim Kardashian","keyword:keywords/Page Six","keyword:keywords/Instagram","keyword:keywords/Yunice Abbas","keyword:keywords/message","keyword:keywords/channel","keyword:keywords/child","keyword:keywords/Fans","keyword:keywords/mom","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJyZGd3NCI6LTEsIjdUS29VIjotMX19","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":"%2F6813c4b33be26485a096c058","type":"PUBLISHING","record":{"ref_id":"%2F6813c4b33be26485a096c058","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"29605234","kind":"podcast","related_id":"273881577","schedule":{},"type":"catalog"},{"html":"\u003cp>Today on Valentine In The Morning: We’re talking about the people you refuse to get in a car with—because they drive like chaos. Plus, what’s the funniest, weirdest, or most ridiculous lie an ex ever told you? \u003c/p>\n\n\n\u003cp>Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart.com/live/1043-myfm-173/\" target=\"_blank\">https://www.iheart.com/live/1043-myfm-173/\u003c/a>\u003c/p>\n\n\u003cp>Website: 1043myfm.com/valentine\u003c/p>\n\n\u003cp>Instagram: @ValentineInTheMorning\u003c/p>\n\n\u003cp>Facebook: \u003ca href=\"https://www.facebook.com/valentineinthemorning\" target=\"_blank\">https://www.facebook.com/valentineinthemorning\u003c/a>\u003c/p>\n\n\u003cp>TikTok: @ValentineInTheMorning\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/660-valentine-in-the-morning-r-29605234","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6813c49fe054d62dc3ff54b1","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/660-valentine-in-the-morning-r-29605234","feed_type":"PODCAST","feed_vendor":"Valentine In The Morning Replay","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw==?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/Valentine In The Morning (31764)"]},"publish_date":1746111303000,"publish_end_date":4115978604802,"publish_origin":"brands/Valentine In The Morning (31764)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies","social_title":"","summary":"Today on Valentine In The Morning: We’re talking about the people you refuse to get in a car with—because they drive like chaos. Plus, what’s the funniest, weirdest, or most ridiculous lie an ex ever told you? \u003cbr />\u003cbr />Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart....","targets":[],"title":"Dangerous Drivers & Funny Ex Lies","permalink":"https://mix96online.iheart.com/featured/valentine-in-the-morning/content/2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies/"},"slug":"2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw==?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":"Dangerous Drivers & Funny Ex Lies","description":"Today on Valentine In The Morning: We’re talking about the people you refuse to get in a car with—because they drive like chaos. Plus, what’s the funniest, weirdest, or most ridiculous lie an ex ever told you? \u003cbr />\u003cbr />Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart....","author":""},"pub_start":1746111303000,"pub_until":4115978604802,"pub_changed":1746127803509,"subscription":[{"tags":["brands/Valentine In The Morning (31764)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Valentine In The Morning (31764)","id:/6813c4b33be26485a096c058","slug:2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies","slug:2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies"]}},{"id":"%2F644c2cadc7d22cbf49766bbe","type":"PUBLISHING","record":{"ref_id":"%2F644c2cadc7d22cbf49766bbe","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"Theresa Lucas","blocks":[{"html":"\u003cp>\u003cimg src=\"https://i.iheart.com/v3/re/new_assets/63727ddb5230d373deca545f\"\n class=\"img-responsive\"\n alt=\"\" />\u003c/p>\n\n\u003cp>photo credit: Getty Images\u003c/p>\n\n\u003cp>\u003cstrong>Oh my gosh ... I've been saying this incorrectly my whole life! But you know what? I don't plan on changing my ways now!\u003c/strong>\u003c/p>\n\n\u003cp>It can be embarrassing when you realize you’ve been pronouncing a word wrong, like say, quinoa [KEEN-wah]. Well, sometimes we just don’t know. A company checked Google searches to see what brand names we’ve been looking up for pronunciation help. Among their top searches were: Porsche [POR-shaa], Nike [Nigh-key], Hermès [AIR-mez], Louis Vuitton [LOO-ee VWEE-taahn], and IKEA [Ee-KEH-yah]…but who doesn’t say “eye-KEE-ah.” Even Audi [OW-dee] and Gucci [GOO-chi] made their list.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://news.iheart.com/featured/theresa-lucas/content/2023-04-28-do-you-pronounce-it-the-right-way/","cuser":"user/ldap/ccrdtw1trl","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/mispronounced","keywords/ikea"],"primary_image":{"bucket":"assets.getty","id":"%2F62bb7702e8dfd4e2214c81df"},"primary_target":{"categories":["categories/lifestyle"],"distribution":["brands/Theresa Lucas (54342)"]},"publish_date":1746108000000,"publish_end_date":4115978604802,"publish_origin":"brands/Theresa Lucas (54342)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2023-04-28-do-you-pronounce-it-the-right-way","social_title":"","summary":"I've Been Saying It Wrong Forever","targets":[],"title":"I've Been Saying This Incorrectly My Whole Life","permalink":"https://mix96online.iheart.com/featured/theresa-lucas/content/2023-04-28-do-you-pronounce-it-the-right-way/"},"slug":"2023-04-28-do-you-pronounce-it-the-right-way","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bb7702e8dfd4e2214c81df","title":"I've Been Saying This Incorrectly My Whole Life","description":"I've Been Saying It Wrong Forever","author":"Theresa Lucas"},"pub_start":1746108000000,"pub_until":4115978604802,"pub_changed":1746108000000,"subscription":[{"tags":["categories/lifestyle","brands/Theresa Lucas (54342)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Theresa Lucas (54342)","id:/644c2cadc7d22cbf49766bbe","slug:2023-04-28-do-you-pronounce-it-the-right-way","slug:2023-04-28-do-you-pronounce-it-the-right-way","keyword:keywords/mispronounced","keyword:keywords/ikea","author:user"]}},{"id":"%2F68135678ab3033ae4998d538","type":"PUBLISHING","record":{"ref_id":"%2F68135678ab3033ae4998d538","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2F6ZRzU9zSuv0%3Fsi%3DWS1hCwsUiCNqnuki","@url":"https://youtu.be/6ZRzU9zSuv0?si=WS1hCwsUiCNqnuki","author_name":"CBS Chicago","author_url":"https://www.youtube.com/@CBSChicago","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/6ZRzU9zSuv0?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=\"Millions of dimes spilled in Texas worth $800,000\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/6ZRzU9zSuv0/hqdefault.jpg","thumbnail_width":480,"title":"Millions of dimes spilled in Texas worth $800,000","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/6ZRzU9zSuv0?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=\"Millions of dimes spilled in Texas worth $800,000\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/6ZRzU9zSuv0?si=WS1hCwsUiCNqnuki"}],"canonical_url":"https://mix1077.iheart.com/featured/mix-morning-show-17707/content/2025-05-01-800k-in-dimes-spills-onto-north-texas-highway/","cuser":"user/ldap/ccrday1daa","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F643999f249b6e36b33ae4b97"},"primary_target":{"categories":[],"distribution":["brands/Mix Morning Show! (17707)"]},"publish_date":1746098100000,"publish_end_date":4115978604802,"publish_origin":"brands/Mix Morning Show! (17707)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-800k-in-dimes-spills-onto-north-texas-highway","social_title":"","summary":"","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/Mix Morning Show! (17707)"]},{"categories":[],"distribution":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"title":"$800K in Dimes Spills Onto North Texas Highway","permalink":"https://mix96online.iheart.com/content/2025-05-01-800k-in-dimes-spills-onto-north-texas-highway/"},"slug":"2025-05-01-800k-in-dimes-spills-onto-north-texas-highway","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/643999f249b6e36b33ae4b97","title":"$800K in Dimes Spills Onto North Texas Highway","description":"","author":""},"pub_start":1746098100000,"pub_until":4115978604802,"pub_changed":1746098562729,"subscription":[{"tags":["brands/Mix Morning Show! (17707)"]},{"tags":["categories/entertainment-news","brands/Mix Morning Show! (17707)"]},{"tags":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mix Morning Show! (17707)","id:/68135678ab3033ae4998d538","slug:2025-05-01-800k-in-dimes-spills-onto-north-texas-highway","slug:2025-05-01-800k-in-dimes-spills-onto-north-texas-highway"]}},{"id":"%2F681355afab3033ae4998d52e","type":"PUBLISHING","record":{"ref_id":"%2F681355afab3033ae4998d52e","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2Fo5Ks4L9oDBw%3Fsi%3DTBbSzZMcMuDadGtH","@url":"https://youtu.be/o5Ks4L9oDBw?si=TBbSzZMcMuDadGtH","author_name":"Guinness World Records","author_url":"https://www.youtube.com/@guinnessworldrecords","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/o5Ks4L9oDBw?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=\"Shocking World Record Eyeball Pop - Guinness World Records\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/o5Ks4L9oDBw/hqdefault.jpg","thumbnail_width":480,"title":"Shocking World Record Eyeball Pop - Guinness World Records","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/o5Ks4L9oDBw?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=\"Shocking World Record Eyeball Pop - Guinness World Records\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/o5Ks4L9oDBw?si=TBbSzZMcMuDadGtH"}],"canonical_url":"https://mix1077.iheart.com/featured/mix-morning-show-17707/content/2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record/","cuser":"user/ldap/ccrday1daa","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F67c85dae3a919bc134035e9c"},"primary_target":{"categories":[],"distribution":["brands/Mix Morning Show! (17707)"]},"publish_date":1746097380000,"publish_end_date":4115978604802,"publish_origin":"brands/Mix Morning Show! (17707)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record","social_title":"","summary":"Uruguay man's eye-popping trick earns him a world record","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/Mix Morning Show! (17707)"]},{"categories":[],"distribution":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"title":"Uruguay man's eye-popping trick earns him a world record","permalink":"https://mix96online.iheart.com/content/2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record/"},"slug":"2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/67c85dae3a919bc134035e9c","title":"Uruguay man's eye-popping trick earns him a world record","description":"Uruguay man's eye-popping trick earns him a world record","author":""},"pub_start":1746097380000,"pub_until":4115978604802,"pub_changed":1746097753731,"subscription":[{"tags":["brands/Mix Morning Show! (17707)"]},{"tags":["categories/entertainment-news","brands/Mix Morning Show! (17707)"]},{"tags":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mix Morning Show! (17707)","id:/681355afab3033ae4998d52e","slug:2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record","slug:2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record"]}},{"id":"%2F6813514eab3033ae4998d524","type":"PUBLISHING","record":{"ref_id":"%2F6813514eab3033ae4998d524","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2F1x--MaHsbEc%3Fsi%3DoEl4Vrno7AUnBDez","@url":"https://youtu.be/1x--MaHsbEc?si=oEl4Vrno7AUnBDez","author_name":"Prime Video","author_url":"https://www.youtube.com/@PrimeVideo","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1x--MaHsbEc?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=\"Deep Cover - Official Trailer | Prime Video\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/1x--MaHsbEc/hqdefault.jpg","thumbnail_width":480,"title":"Deep Cover - Official Trailer | Prime Video","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1x--MaHsbEc?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=\"Deep Cover - Official Trailer | Prime Video\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/1x--MaHsbEc?si=oEl4Vrno7AUnBDez"}],"canonical_url":"https://mix1077.iheart.com/featured/mix-morning-show-17707/content/2025-05-01-deep-cover-official-trailer-prime-video/","cuser":"user/ldap/ccrday1daa","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681351a13f733b2708ca37f2"},"primary_target":{"categories":[],"distribution":["brands/Mix Morning Show! (17707)"]},"publish_date":1746096240000,"publish_end_date":4115978604802,"publish_origin":"brands/Mix Morning Show! (17707)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-deep-cover-official-trailer-prime-video","social_title":"","summary":"Deep Cover - Official Trailer | Prime Video","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/Mix Morning Show! (17707)"]},{"categories":[],"distribution":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"title":"Deep Cover - Official Trailer | Prime Video","permalink":"https://mix96online.iheart.com/content/2025-05-01-deep-cover-official-trailer-prime-video/"},"slug":"2025-05-01-deep-cover-official-trailer-prime-video","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681351a13f733b2708ca37f2","title":"Deep Cover - Official Trailer | Prime Video","description":"Deep Cover - Official Trailer | Prime Video","author":""},"pub_start":1746096240000,"pub_until":4115978604802,"pub_changed":1746096592128,"subscription":[{"tags":["brands/Mix Morning Show! (17707)"]},{"tags":["categories/entertainment-news","brands/Mix Morning Show! (17707)"]},{"tags":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mix Morning Show! (17707)","id:/6813514eab3033ae4998d524","slug:2025-05-01-deep-cover-official-trailer-prime-video","slug:2025-05-01-deep-cover-official-trailer-prime-video"]}},{"id":"%2F68134eddab3033ae4998d51a","type":"PUBLISHING","record":{"ref_id":"%2F68134eddab3033ae4998d51a","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40teacupspuppies%2Fvideo%2F7498016302339034414","@url":"https://www.tiktok.com/@teacupspuppies/video/7498016302339034414","author_name":"TeaCups, Puppies & Boutique ®️","author_unique_id":"teacupspuppies","author_url":"https://www.tiktok.com/@teacupspuppies","embed_product_id":"7498016302339034414","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@teacupspuppies/video/7498016302339034414\" data-video-id=\"7498016302339034414\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@teacupspuppies\" href=\"https://www.tiktok.com/@teacupspuppies?refer=embed\">@teacupspuppies\u003c/a> \u003cp>Cutest. Awoo. EVER. \u003ca title=\"puppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppy?refer=embed\">#puppy\u003c/a> \u003ca title=\"puppytok\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppytok?refer=embed\">#puppytok\u003c/a> \u003ca title=\"awoo\" target=\"_blank\" href=\"https://www.tiktok.com/tag/awoo?refer=embed\">#awoo\u003c/a> \u003ca title=\"cutestever\" target=\"_blank\" href=\"https://www.tiktok.com/tag/cutestever?refer=embed\">#cutestever\u003c/a> \u003ca title=\"cutestpuppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/cutestpuppy?refer=embed\">#cutestpuppy\u003c/a> \u003ca title=\"shihtzu\" target=\"_blank\" href=\"https://www.tiktok.com/tag/shihtzu?refer=embed\">#shihtzu\u003c/a> \u003ca title=\"puppies\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppies?refer=embed\">#puppies\u003c/a> \u003ca title=\"teacuppuppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/teacuppuppy?refer=embed\">#teacuppuppy\u003c/a> \u003ca title=\"teacuppuppies\" target=\"_blank\" href=\"https://www.tiktok.com/tag/teacuppuppies?refer=embed\">#teacuppuppies\u003c/a> \u003ca title=\"imperialshihtzu\" target=\"_blank\" href=\"https://www.tiktok.com/tag/imperialshihtzu?refer=embed\">#imperialshihtzu\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - .\" href=\"https://www.tiktok.com/music/original-sound-6903363537922476805?refer=embed\">♬ original sound - .\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1920,"thumbnail_url":"https://p19-sign.tiktokcdn-us.com/obj/tos-useast5-p-0068-tx/o40g6IA8PAQAAAiTiVrE6OK54EBaBkO4k9AzA?lk3s=b59d6b55&x-expires=1746266400&x-signature=fhI9OO9yEY8Pt2c6H%2FMjWCS7iJU%3D&shp=b59d6b55&shcp=-","thumbnail_width":1080,"title":"Cutest. Awoo. EVER. #puppy #puppytok #awoo #cutestever #cutestpuppy #shihtzu #puppies #teacuppuppy #teacuppuppies #imperialshihtzu ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@teacupspuppies/video/7498016302339034414\" data-video-id=\"7498016302339034414\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@teacupspuppies\" href=\"https://www.tiktok.com/@teacupspuppies?refer=embed\">@teacupspuppies\u003c/a> \u003cp>Cutest. Awoo. EVER. \u003ca title=\"puppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppy?refer=embed\">#puppy\u003c/a> \u003ca title=\"puppytok\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppytok?refer=embed\">#puppytok\u003c/a> \u003ca title=\"awoo\" target=\"_blank\" href=\"https://www.tiktok.com/tag/awoo?refer=embed\">#awoo\u003c/a> \u003ca title=\"cutestever\" target=\"_blank\" href=\"https://www.tiktok.com/tag/cutestever?refer=embed\">#cutestever\u003c/a> \u003ca title=\"cutestpuppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/cutestpuppy?refer=embed\">#cutestpuppy\u003c/a> \u003ca title=\"shihtzu\" target=\"_blank\" href=\"https://www.tiktok.com/tag/shihtzu?refer=embed\">#shihtzu\u003c/a> \u003ca title=\"puppies\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppies?refer=embed\">#puppies\u003c/a> \u003ca title=\"teacuppuppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/teacuppuppy?refer=embed\">#teacuppuppy\u003c/a> \u003ca title=\"teacuppuppies\" target=\"_blank\" href=\"https://www.tiktok.com/tag/teacuppuppies?refer=embed\">#teacuppuppies\u003c/a> \u003ca title=\"imperialshihtzu\" target=\"_blank\" href=\"https://www.tiktok.com/tag/imperialshihtzu?refer=embed\">#imperialshihtzu\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - .\" href=\"https://www.tiktok.com/music/original-sound-6903363537922476805?refer=embed\">♬ original sound - .\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@teacupspuppies/video/7498016302339034414"}],"canonical_url":"https://mix1077.iheart.com/featured/mix-morning-show-17707/content/2025-05-01-play-along-and-pretend-youre-terrified/","cuser":"user/ldap/ccrday1daa","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F625a2f87edf7f80f2eb996c0"},"primary_target":{"categories":[],"distribution":["brands/Mix Morning Show! (17707)"]},"publish_date":1746095640000,"publish_end_date":4115978604802,"publish_origin":"brands/Mix Morning Show! (17707)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-play-along-and-pretend-youre-terrified","social_title":"","summary":"Play Along And Pretend You're Terrified","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/Mix Morning Show! (17707)"]},{"categories":[],"distribution":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"title":"Play Along And Pretend You're Terrified","permalink":"https://mix96online.iheart.com/content/2025-05-01-play-along-and-pretend-youre-terrified/"},"slug":"2025-05-01-play-along-and-pretend-youre-terrified","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/625a2f87edf7f80f2eb996c0","title":"Play Along And Pretend You're Terrified","description":"Play Along And Pretend You're Terrified","author":""},"pub_start":1746095640000,"pub_until":4115978604802,"pub_changed":1746095979169,"subscription":[{"tags":["brands/Mix Morning Show! (17707)"]},{"tags":["categories/entertainment-news","brands/Mix Morning Show! (17707)"]},{"tags":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mix Morning Show! (17707)","id:/68134eddab3033ae4998d51a","slug:2025-05-01-play-along-and-pretend-youre-terrified","slug:2025-05-01-play-along-and-pretend-youre-terrified"]}}],"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":"%2F681359428893898c4eb083d0","type":"PUBLISHING","record":{"ref_id":"%2F681359428893898c4eb083d0","type":"content:calendar","payload":{"canonical_url":"https://woc1420.iheart.com/calendar/content/2025-05-01-dutrac-diaper-drive-with-hiney-heros","cuser":"user/ldap/CCRMLI1MSM","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":"new_assets","caption":"","id":"%2F68135e4b286ce88c279a3dbd","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd","source_credit":"","title":"","url":"asset://new_assets/68135e4b286ce88c279a3dbd","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>Diaper Need Affects 1 in 2 Families – Let’s Make a Difference Together!\u003c/strong>\u003c/p>\n\n\u003cp>This May, DuTrac Community Credit Union is coming together to support families in need. \u003cstrong>We invite you to help by donating diapers of any size or making a monetary donation at any DuTrac branch.\u003c/strong>\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.dutrac.org/locations/\" target=\"_blank\">\u003cstrong>Find Locations\u003c/strong>\u003c/a>\u003c/p>\n\n\u003cp>All donations will be collected by the DuTrac Mobile Branch and delivered to United Way and Hiney Heroes for distribution. Your generous contribution will directly benefit families in our communities, providing them with essential support.\u003c/p>\n\n\u003cp>\u003cstrong>Join us in making a positive impact today!\u003c/strong>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1746075600645,"enabled":false,"end":1748728800645}]},"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":"new_assets","caption":"","id":"%2F68135e4b286ce88c279a3dbd","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd","source_credit":"","title":"","url":"asset://new_assets/68135e4b286ce88c279a3dbd","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-01-dutrac-diaper-drive-with-hiney-heros"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"DuTrac Diaper Drive With Hiney Heroes"},"venue_address":{"type":"plain","value":"Various Quad City Locations"},"venue_name":{"type":"plain","value":"DuTrac Community Credit Union"}},"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://new_assets/68135e4b286ce88c279a3dbd","use_caption":false},"keywords":[],"primary_slug":"2025-05-01-dutrac-diaper-drive-with-hiney-heros","slugs":["2025-05-01-dutrac-diaper-drive-with-hiney-heros"],"sponsored":false,"title":"DuTrac Diaper Drive With Hiney Heroes"},"targeting":{"exclusion":{"tags":[]},"publish_date":1746099480000,"publish_end_date":4115978604802,"publish_origin":"brands/WOC-AM (1230)","syndication":{"publish_origin":"brands/WOC-AM (1230)","refs":{}},"targets":[{"id":"6CTcU","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community"],"where":["markets/DAVENPORT-IA"],"workflow":"627aae59944e6e79b362763e"}]},"permalink":"https://woc1420.iheart.com/calendar/content/2025-05-01-dutrac-diaper-drive-with-hiney-heros"},"slug":"2025-05-01-dutrac-diaper-drive-with-hiney-heros","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd","title":"DuTrac Diaper Drive With Hiney Heroes","description":"","author":""},"pub_start":1746099480000,"pub_until":4115978604802,"pub_changed":1746099901838,"subscription":[{"tags":["calendar-categories/community","markets/DAVENPORT-IA"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WOC-AM (1230)","id:/681359428893898c4eb083d0","slug:2025-05-01-dutrac-diaper-drive-with-hiney-heros","slug:2025-05-01-dutrac-diaper-drive-with-hiney-heros"]}},{"id":"%2F6808d2beab7ab680724cfe7f","type":"PUBLISHING","record":{"ref_id":"%2F6808d2beab7ab680724cfe7f","type":"content:calendar","payload":{"canonical_url":"https://1037wllr.iheart.com/calendar/content/2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic","cuser":"user/ldap/CCRMLI1MSM","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6808d2d3ab7ab680724cfe8c","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c","source_credit":"","title":"","url":"asset://assets.calendar/6808d2d3ab7ab680724cfe8c","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>The Quad City Animal Welfare Center will hold a Low-Cost Mobile Vaccine Clinic on Friday, May 2nd at the Zion Lutheran Church in Davenport from 2:00 pm to 4:00 pm.\u003c/p>\n\n\u003cul>\u003cli>Where: Zion Lutheran Church is located at 1216 West 8th Street in Davenport, Iowa. \u003c/li>\n\u003cli>Dates: Friday, May 2nd, 2025\u003c/li>\n\u003cli>Time: 2:00 pm to 4:00 pm.\u003c/li>\u003c/ul>\n\n\u003cp>For a list of vaccines and preventative products for this mobile clinic please visit the QCAWC website: https://qcawc.org/vet-clinic/mobile-vaccine-clinic. Cats must be in a carrier and dogs must be on a leash. \u003c/p>\n\n\u003cp>The Quad City Animal Welfare Center (QCAWC) has been a pillar in the community since 1977, providing shelter, care, and advocacy for homeless animals. The QCAWC is dedicated to offering affordable spay/neuter services, wellness care, humane education, and finding loving homes for animals in need. Together, we can make a difference!\u003c/p>\n\n\u003cp>QCAWC Website: \u003ca href=\"https://qcawc.org\" target=\"_blank\">\u003cstrong>https://qcawc.org\u003c/strong>\u003c/a> \u003c/p>\n\n\u003cp>QCAWC Facebook Page: \u003ca href=\"https://www.facebook.com/QCAWC\" target=\"_blank\">\u003cstrong>https://www.facebook.com/QCAWC\u003c/strong>\u003c/a>\u003c/p>\n\n\u003cp>QCAWC has been saving animals one life at a time since 1977!\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1746212400438,"enabled":false,"end":1746219600438}]},"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":"%2F6808d2d3ab7ab680724cfe8c","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c","source_credit":"","title":"","url":"asset://assets.calendar/6808d2d3ab7ab680724cfe8c","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Quad City Animal Welfare Center Mobile Vaccine Clinic"},"venue_address":{"type":"plain","value":"1216 West 8th Street, Davenport, IA"},"venue_name":{"type":"plain","value":"Zion Lutheran Church"}},"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/6808d2d3ab7ab680724cfe8c","use_caption":false},"keywords":[],"primary_slug":"2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic","slugs":["2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic"],"sponsored":false,"title":"Quad City Animal Welfare Center Mobile Vaccine Clinic"},"targeting":{"exclusion":{"tags":[]},"publish_date":1745408520000,"publish_end_date":4115978604802,"publish_origin":"brands/WLLR-FM (1867)","syndication":{"publish_origin":"brands/WLLR-FM (1867)","refs":{}},"targets":[{"id":"IfqaY","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community"],"where":["markets/DAVENPORT-IA"],"workflow":"627aae59944e6e79b362763e"}]},"permalink":"https://1037wllr.iheart.com/calendar/content/2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic"},"slug":"2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c","title":"Quad City Animal Welfare Center Mobile Vaccine Clinic","description":"","author":""},"pub_start":1745408520000,"pub_until":4115978604802,"pub_changed":1745408868953,"subscription":[{"tags":["calendar-categories/community","markets/DAVENPORT-IA"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLLR-FM (1867)","id:/6808d2beab7ab680724cfe7f","slug:2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic","slug:2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic"]}},{"id":"%2F67f835dad3972316df3d6a6e","type":"PUBLISHING","record":{"ref_id":"%2F67f835dad3972316df3d6a6e","type":"content:calendar","payload":{"canonical_url":"https://kkrq.iheart.com/calendar/content/2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds","cuser":"user/ldap/CCRMLI1MSM","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67f83624d3972316df3d6a7d","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67f83624d3972316df3d6a7d","source_credit":"","title":"","url":"asset://assets.calendar/67f83624d3972316df3d6a7d","use_caption":false}}]},"event_date":{"type":"multidate","value":[{"begin":1746291600445,"enabled":false,"end":1746331200445}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67f835f7d3972316df3d6a7a","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67f835f7d3972316df3d6a7a","source_credit":"","title":"","url":"asset://assets.calendar/67f835f7d3972316df3d6a7a","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Cinco De Mayo At The Mississippi Valley Fairgrounds"},"venue_address":{"type":"plain","value":"Davenport, IA"},"venue_name":{"type":"plain","value":"Mississippi Valley Fairgrounds"}},"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/67f835f7d3972316df3d6a7a","use_caption":false},"keywords":[],"primary_slug":"2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds","slugs":["2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds"],"sponsored":false,"title":"Cinco De Mayo At The Mississippi Valley Fairgrounds"},"targeting":{"exclusion":{"tags":[]},"publish_date":1744319700000,"publish_end_date":4115978604802,"publish_origin":"brands/KKRQ-FM (882)","syndication":{"publish_origin":"brands/KKRQ-FM (882)","refs":{}},"targets":[{"id":"oeknr","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/entertainment"],"where":["markets/DAVENPORT-IA"],"workflow":"627aae59944e6e79b362763e"}]},"permalink":"https://kkrq.iheart.com/calendar/content/2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds"},"slug":"2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67f835f7d3972316df3d6a7a","title":"Cinco De Mayo At The Mississippi Valley Fairgrounds","description":"","author":""},"pub_start":1744319700000,"pub_until":4115978604802,"pub_changed":1744320085316,"subscription":[{"tags":["calendar-categories/entertainment","markets/DAVENPORT-IA"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/KKRQ-FM (882)","id:/67f835dad3972316df3d6a6e","slug:2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds","slug:2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds"]}},{"id":"%2F6704393d021370bedaf33bc0","type":"PUBLISHING","record":{"ref_id":"%2F6704393d021370bedaf33bc0","type":"content:calendar","payload":{"canonical_url":"https://big1065.iheart.com/calendar/content/2025-05-08-tom-segura","cuser":"user/ldap/CCRMLI1MSM","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F680b6f16654fb04e55787c26","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26","source_credit":"","title":"","url":"asset://assets.calendar/680b6f16654fb04e55787c26","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>Tom Segura is bringing his Come Together tour to Vibrant Arena on May 8, 2025. Presale starts Wednesday at 10am local with local code: TOGETHER. Tickets go on sale to the general public THIS Friday at 10am! Grab tickets and more info at \u003c/strong>\u003ca href=\"https://tomsegura.com/TOUR\" target=\"_blank\">\u003cstrong>http://TOMSEGURA.COM/TOUR\u003c/strong>\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1746752400993,"enabled":false,"end":0}]},"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":"%2F680b6f16654fb04e55787c26","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26","source_credit":"","title":"","url":"asset://assets.calendar/680b6f16654fb04e55787c26","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-08-tom-segura"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Tom Segura"},"venue_address":{"type":"plain","value":"Moline, IL"},"venue_name":{"type":"plain","value":"Vibrant Arena"}},"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/680b6f16654fb04e55787c26","use_caption":false},"keywords":[],"primary_slug":"2025-05-08-tom-segura","slugs":["2025-05-08-tom-segura"],"sponsored":false,"title":"Tom Segura"},"targeting":{"exclusion":{"tags":[]},"publish_date":1728330180000,"publish_end_date":4115978604802,"publish_origin":"brands/KCQQ-FM (771)","syndication":{"publish_origin":"brands/KCQQ-FM (771)","refs":{}},"targets":[{"id":"4nM8l","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/entertainment"],"where":["markets/DAVENPORT-IA"],"workflow":"627aae59944e6e79b362763e"}]},"permalink":"https://big1065.iheart.com/calendar/content/2025-05-08-tom-segura"},"slug":"2025-05-08-tom-segura","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26","title":"Tom Segura","description":"","author":""},"pub_start":1728330180000,"pub_until":4115978604802,"pub_changed":1745579814884,"subscription":[{"tags":["calendar-categories/entertainment","markets/DAVENPORT-IA"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/KCQQ-FM (771)","id:/6704393d021370bedaf33bc0","slug:2025-05-08-tom-segura","slug:2025-05-08-tom-segura"]}}],"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-/6813871cf33817c9f5d7be72",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/68138300d24c2ed459c82af5",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/6813853b8e8f17cc0c3f8072",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/6813871e381ce48559a6045b",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/6813cf19f46a6100d05d8f13",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/6813856b8b1a8ac7974e138c",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["$podcastloader-29605234,60797899,27935899,52362192,81496981",{"data":[{"id":29605234,"title":"Valentine In The Morning Replay","description":"Never miss a moment with Valentine, Jill and Jon! Check out the whole Valentine In The Morning show on demand each day here or listen live Monday-Friday from 5-10am on 104.3 MYfm or on the iHeart Radio app!","lastUpdated":1724176858,"slug":"660-valentine-in-the-morning-r","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABA7KlwAAAGWJVBdkA"},"items":[{"id":273881577,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"Dangerous Drivers & Funny Ex Lies","duration":5273,"isExplicit":false,"description":"Today on Valentine In The Morning: We’re talking about the people you refuse to get in a car with—because they drive like chaos. Plus, what’s the funniest, weirdest, or most ridiculous lie an ex ever told you? \u003cbr />\u003cbr />Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart.com/live/1043-myfm-173/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.iheart.com/live/1043-myfm-173/\u003c/a>\u003cbr />Website: 1043myfm.com/valentine\u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: \u003ca href=\"https://www.facebook.com/valentineinthemorning\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/valentineinthemorning\u003c/a>\u003cbr />TikTok: @ValentineInTheMorning","startDate":1746111303000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"},{"id":273804242,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"Creative Call-Outs & The Prenup Pitch","duration":4247,"isExplicit":false,"description":"Today on Valentine In The Morning: What’s the funniest excuse you’ve used to call out of work? Plus, one listener is engaged and wants a prenup - how should she bring it up without rocking the boat? \u003cbr />\u003cbr />Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart.com/live/1043-myfm-173/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.iheart.com/live/1043-myfm-173/\u003c/a>\u003cbr />Website: 1043myfm.com/valentine\u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: \u003ca href=\"https://www.facebook.com/valentineinthemorning\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/valentineinthemorning\u003c/a>\u003cbr />TikTok: @ValentineInTheMorning","startDate":1746025624000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"},{"id":273731629,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"Finding Friends and Overboard Support on Comouche's Court","duration":4561,"isExplicit":false,"description":"Today on Valentine in the Morning: The team takes calls to help listeners find new friends. Plus, Comouche’s Court debates whether a daughter went too far—or not far enough—in responding to an overly supportive parent.\u003cbr />\u003cbr />Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart.com/live/1043-myfm-173/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.iheart.com/live/1043-myfm-173/\u003c/a>\u003cbr />Website: 1043myfm.com/valentine\u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: \u003ca href=\"https://www.facebook.com/valentineinthemorning\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/valentineinthemorning\u003c/a>\u003cbr />TikTok: @ValentineInTheMorning","startDate":1745943955000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"},{"id":273624703,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"Sharing the Lottery and Jill’s Secret Skill","duration":5651,"isExplicit":false,"description":"Today on Valentine in the Morning: Val returns and tries to convince a coworker to buy a lottery ticket — and split the winnings. Plus, Jill goes live showing off her secret skill! Later, we dive into when parents should start making their kids pay for their own phone bill.\u003cbr />\u003cbr />Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart.com/live/1043-myfm-173/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.iheart.com/live/1043-myfm-173/\u003c/a>\u003cbr />Website: 1043myfm.com/valentine\u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: \u003ca href=\"https://www.facebook.com/valentineinthemorning\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/valentineinthemorning\u003c/a>\u003cbr />TikTok: @ValentineInTheMorning","startDate":1745857988000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"},{"id":272885144,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"Happiest Of News And Squashing Those Rumors","duration":5582,"isExplicit":false,"description":"Today on Valentine in the Morning: We got your Friday lined up with Jon's New Music, a supreme batch of Happy News, and later in the show our listeners try to dispell some rumors that are going around about them. \u003cbr />\u003cbr />Listen live every weekday from 5-10am pacific: https://www.iheart.com/live/1043-myfm-173/ \u003cbr />Website: 1043myfm.com/valentine \u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: https://www.facebook.com/valentineinthemorning \u003cbr />TikTok: @ValentineInTheMorning","startDate":1744990436000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"},{"id":272802192,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"Josh Groban Stops By, Rated-R Movies And Dream Jobs","duration":5134,"isExplicit":false,"description":"Today on Valentine in the Morning: We get a surprise with Josh Groban stopping by the studio to spend some time with the crew. In the 7am hour we go back in time to the place where we would watch our favorite Rate-R movies without our families knowing. And later on in the 8am hour we dive deep into some listeners who hit it big with their dream jobs later on life. \u003cbr />\u003cbr />Listen live every weekday from 5-10am pacific: https://www.iheart.com/live/1043-myfm-173/ \u003cbr />Website: 1043myfm.com/valentine \u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: https://www.facebook.com/valentineinthemorning \u003cbr />TikTok: @ValentineInTheMorning","startDate":1744900064000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"},{"id":272716944,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"Solo Vacations And Accidental Breakups","duration":5409,"isExplicit":false,"description":"Today on Valentine in the Morning: Do you ever just need to get away from it all? Even your own friends and family? Some might think it to be too outlandish, but we want to hear of your dream vacations where its just you and no one else. Later in the show we break down a few unfortunate coincidences that led to someone unintentionally breaking up a couple.\u003cbr />\u003cbr />Listen live every weekday from 5-10am pacific: https://www.iheart.com/live/1043-myfm-173/ \u003cbr />Website: 1043myfm.com/valentine \u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: https://www.facebook.com/valentineinthemorning \u003cbr />TikTok: @ValentineInTheMorning","startDate":1744815553000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"},{"id":272618359,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"Brand Ex And Flakey Friends In Comouche's Court","duration":4790,"isExplicit":false,"description":"Today on Valentine in the Morning: After a rough breakup, one will usually analyze the person they were with were with. After enough time we start to associate them with oddball items and maybe even a particular type of animal. Today we want to hear if you have associated an ex a famous or infamous brand name. Later in Comouche's Court we have a debate amongst friends over an Airbnb' that got canceled due to lack of payment.\u003cbr />\u003cbr />Listen live every weekday from 5-10am pacific: https://www.iheart.com/live/1043-myfm-173/ \u003cbr />Website: 1043myfm.com/valentine \u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: https://www.facebook.com/valentineinthemorning \u003cbr />TikTok: @ValentineInTheMorning","startDate":1744730371000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"},{"id":272514182,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"Coachella Recap, Elderly Titles And Yelling At Your Boss","duration":4872,"isExplicit":false,"description":"Today on Valentine in the Morning: Val and Laura return from the dust desert to report on the spectacle that was the first weekend of Coachella. Later we dive into what grandmas and grandpas prefer to be called, and we want to know if you've ever yelled at your boss and got to keep your job?\u003cbr />\u003cbr />Listen live every weekday from 5-10am pacific: https://www.iheart.com/live/1043-myfm-173/ \u003cbr />Website: 1043myfm.com/valentine \u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: https://www.facebook.com/valentineinthemorning \u003cbr />TikTok: @ValentineInTheMorning","startDate":1744638345000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"},{"id":272312924,"podcastId":29605234,"podcastSlug":"660-valentine-in-the-morning-r","title":"It's Time For Coachella!","duration":5087,"isExplicit":false,"description":"Today on Valentine in the Morning: Val is on his way to the dusty desert to meet up with Laura and Ronnie for a weekend of nostalgic, iconic and legendary performances. There's nothing like getting dressed to the nines, and dancing your cares away with your crew under the California sunshine. \u003cbr />\u003cbr />Listen live every weekday from 5-10am pacific: https://www.iheart.com/live/1043-myfm-173/ \u003cbr />Website: 1043myfm.com/valentine \u003cbr />Instagram: @ValentineInTheMorning\u003cbr />Facebook: https://www.facebook.com/valentineinthemorning \u003cbr />TikTok: @ValentineInTheMorning","startDate":1744382746000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw"}]}},{"id":60797899,"title":"Headphones and Heels.","description":"Headphones and High Heels with Mel and Jana. Take a look behind the microphone and into our lives. We discuss friendships, families, relationships, music, and juggling it all!","lastUpdated":1648672492,"slug":"474-Headphones-and-Heels","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAU7BrwAAAF8W8CEoA"},"items":[{"id":96494095,"podcastId":60797899,"podcastSlug":"474-headphones-and-heels","title":"H&H Here comes Summer!","duration":945,"isExplicit":false,"description":"Mel & Jana talk concert season, Spring DIY, and taking our shows on the road.","startDate":1651757595000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"},{"id":95603036,"podcastId":60797899,"podcastSlug":"474-headphones-and-heels","title":"H&H 041422 Now What.","duration":1753,"isExplicit":false,"description":"After the last podcast, where we dropped some major life events...let's catch up on the latest with Mel & Jana.","startDate":1649975330000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"},{"id":94873420,"podcastId":60797899,"podcastSlug":"474-headphones-and-heels","title":"H&H Where have you been","duration":2071,"isExplicit":false,"description":"Some major life events have hit the H&H family. Mel and Jana come clean about life behind the scenes... and fill you in on some news.","startDate":1648672350000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"},{"id":91804951,"podcastId":60797899,"podcastSlug":"474-Headphones-and-Heels","title":"H&H ALL THE THINGS","duration":1277,"isExplicit":false,"description":"The New year is off and running, and life is running along too! Grab a glass, set your intentions, and let's do ALL THE THINGS with Mel & Jana!","startDate":1642629302000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"},{"id":91031175,"podcastId":60797899,"podcastSlug":"474-Headphones-and-Heels","title":"H&H See Ya 2021!","duration":695,"isExplicit":false,"description":"What a year it's been! Let's recap 2021 and talk about what to look forward to in 2022.","startDate":1640875372000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"},{"id":90527763,"podcastId":60797899,"podcastSlug":"474-Headphones-and-Heels","title":"H&H Holiday Madness","duration":1180,"isExplicit":false,"description":"How is Christmas next week already? Holidays are fantastic, but its also a very busy time behind the microphone. Music, Moods, and all the plans!","startDate":1639597143000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"},{"id":89452146,"podcastId":60797899,"podcastSlug":"474-Headphones-and-Heels","title":"H&H 1118 The Joy of Saying NO.","duration":1341,"isExplicit":false,"description":"Holiday season ramps up as the world slowly returns to it's former speed. Gatherings, parties, shows, concerts, and then all the MOMMING! Its the rush before the chill. Grab your headphones, and heels... and jump in Jana & Mel.","startDate":1637271623000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"},{"id":88907947,"podcastId":60797899,"podcastSlug":"474-Headphones-and-Heels","title":"H&H Too Soon?","duration":1608,"isExplicit":false,"description":"New routines, extra radio shows, and sliding head first into the Holiday Season... catch up with Mel & Jana.","startDate":1636131684000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"},{"id":88518486,"podcastId":60797899,"podcastSlug":"474-Headphones-and-Heels","title":"H&H 102721 Bring on Halloween & the Holidays!","duration":1721,"isExplicit":false,"description":"Back from vacation, Mel reminds Jana there are only 65 days left in 2021! SO MUCH TO DO!\u003cbr />Bring on Halloween & the Holidays!","startDate":1635362276000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"},{"id":87754428,"podcastId":60797899,"podcastSlug":"474-Headphones-and-Heels","title":"H&H Back to Live Music at work, and Teacher time with the kids.","duration":1509,"isExplicit":false,"description":"Scheduling Parent Teacher Conferences around live music events.... that's SO RADIO! Getting through life one song, one show, one station at a time. xo- Mel & Jana","startDate":1633626916000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsL2M3ZGNkMTEzMmI1NGU0ZTNkOWI5YTE4ODI2MTdiZGRjLmpwZw"}]}},{"id":27935899,"title":"LOVE SOMEONE with Delilah","description":"In a world that can feel divisive and bleak, it's easy to get caught up in feelings of hopelessness, but the beautiful, glorious, truth is this: LOVE NEVER FAILS. In the 40 years I’ve been on the airwaves, I’ve implored my listeners to LOVE SOMEONE; Family, friends, neighbors, community, the Lord, and themselves. I’m talking to guests with names you may know, and those you may not. They all have stories meant to inspire you! New episodes drop the 2nd & 4th Tuesday of each month!","lastUpdated":1735805050,"slug":"51-love-someone-with-delilah","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy84NDA5Y2RmNS0zZDQ5LTRjZDQtOWI1ZC1hZTMxMDE2MzE0YmYvaW1hZ2UuanBnP3Q9MTY0MzkyMzk3MCZzaXplPUxhcmdl","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAA5MMH0AAAGTQlzTgA"},"items":[{"id":273670091,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"PATRICIA HEATON: Unexpected","duration":1926,"isExplicit":false,"description":"\u003cp>Best known for her roles on \u003cem>“Everybody Loves Raymond” \u003c/em> and \u003cem>“The Middle”, \u003c/em>Patricia Heaton knows how to find and share the humor in everyday life. She's as real and relatable as the characters she portrays, and is bringing those qualities to another career defining chapter - that of producer. \u003c/p> \u003cp>\u003cem>FourBoys Entertainment\u003c/em> is the name of the production company she founded with her husband, David Hunt, and \"Unexpected\" is a prime example of their exemplary movie making. A heartfelt dramedy that brings humor and honesty to the emotional complexities of infertility and adoption... It's a film about embracing the unpredictable beauty of life.\u003c/p> \u003cp>Hang out with us for a while and get to know Patricia a little better. She's ahhhmazing!\u003c/p> \u003cp>~ Delilah\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1745895600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy81Yjc5OWVmYi02MjBkLTQxNDItYTY1NS1iMmNkMDEyOTRkMTUvaW1hZ2UuanBnP3Q9MTc0NTg2MzUwOCZzaXplPUxhcmdl"},{"id":272562740,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"A.J. CROCE: Heart Of The Eternal","duration":2270,"isExplicit":false,"description":"\u003cp>The last name may be familiar, but A.J. Croce is as unique as they come. This seasoned multi-talented singer/songwriter/instrumentalist has spent nearly 40 years in the music business and has an impressive catalog of his own. He's played with the best of the best, and in addition to his wide array of talents and abilities, is also wonderfully warm, witty and wise.\u003c/p> \u003cp>Spend some time with us getting to know A.J. You'll fall in love a little, like I did. He's got a new album - Heart Of The Eternal - and tour dates coming up, so we have that to look forward to. (And don't we all need wonderful things to look forward to?!)\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1744686000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy9lYWM0M2EyMC1iNDA2LTRmNWQtYjVkYy1iMmJmMDEzYmU1NmMvaW1hZ2UuanBnP3Q9MTc0NDY2MDQ4NCZzaXplPUxhcmdl"},{"id":268921012,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"ZACHARY LEVI: \"The Unbreakable Boy\"","duration":2149,"isExplicit":false,"description":"\u003cp>From children's productions, to superhero, to football legend, Tony-nominated actor, Zachary Levi,nshines in roles so diverse it's impossible to guess where one might see his talents next. \u003c/p> \u003cp>Well, no guessing needed this month because he's here to tell us all about his latest role, that of Scott LeRette, in \"The Unbreakable Boy\" in theaters now. Scott is the real-life father of an amazingly upbeat, resilient young boy, Austin LeRette, who has every reason not to be either of those things. \u003c/p> \u003cp>Austin is both autistic and has brittle bone disease, but with Scott’s growing faith and Austin’s incredible spirit, they become “unbreakable,” finding joy, gratitude, and courage even in the most trying times — it's an extraordinary true story about a father and son learning together that every day can be the best day of your life!\u003c/p> \u003cp>Join us for this powerful conversation then go see the film! ~ Delilah\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1740452400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy82NjUyNWU1NC1jOTI3LTQ5NzYtODgyNy1iMjhlMDE0NWY2ZGMvaW1hZ2UuanBnP3Q9MTc0MDQyNzU4MCZzaXplPUxhcmdl"},{"id":266174751,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"ELTON JOHN & BRANDI CARLILE: \"Who Believes In Angels?\"","duration":1583,"isExplicit":false,"description":"\u003cp>This Valentine's week, we've been given a gift from the heart - from music legends Sir Elton John and Brandi Carlile. \"Who Believes In Angels?\" the single, dropped last week, and an album of the same name will be available in April.\u003c/p> \u003cp>Sharing generously of their time, these two dropped in to tell me all about the collaborative project, the highs, the lows, and the splendid outcome! Turns out, the making of the album was filmed and at some point we'll all get to watch the process. There's so much to look forward to but for right now, enjoy the conversation and this brilliant new song, \"Who Believes In Angels?\". (I do!) ~ Delilah\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1739242800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy80MGRhZmMyNC1kNDE2LTRiNTMtOGFiZC1iMjgxMDAwODJlMzAvaW1hZ2UuanBnP3Q9MTczOTIzMzk5NyZzaXplPUxhcmdl"},{"id":262067392,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"CRAIG T. NELSON: \"Green and Gold\"","duration":1561,"isExplicit":false,"description":"\u003cp>Oh my! What a treat it was to talk with Craig T. Nelson today, who is starring in a new movie, \"\u003cem>Green and Gold\", \u003c/em>in theaters January 31st. \u003c/p> \u003cp>In it, he portrays Buck, a fourth-generation Wisconsin dairy farmer who, along with his granddaughter, fight to preserve their way of life, as small family farms disappear across America. Facing foreclosure, they wager everything on their beloved Green Bay Packers in a hail-Mary effort to save their little chunk of dirt.\u003c/p> \u003cp>Craig T. is warm and gracious, earnest in his support of America's farmers, and hopeful for their future. Don't miss this conversation and don't even think about missing \"Green and Gold\"! ~ Delilah\u003c/p> \u003cp> \u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1738033200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy9hZjQ1MTJiYi1hOGU3LTQ2NmItODQzZi1iMjcyMDEwZjNjZTYvaW1hZ2UuanBnP3Q9MTczODAwODcwMCZzaXplPUxhcmdl"},{"id":259819892,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"FAITH BROUSSARD CADE: Shine Bright Anyway","duration":2054,"isExplicit":false,"description":"\u003cp>Seven years ago life came crashing into Faith Broussard Cade in the form of a tractor-trailor rig that hit her car from behind. She sustained a concussion and a traumatic brain injury. Unable to return to her career as a school counselor, and struggling in her role as wife and mother, Faith had to figure out how to create a life where her injuries were a part of her story but didn't define her. Her practice of writing herself daily little \"love notes\" that reminded her that she WAS ENOUGH, and the decision to post them to social media, was transformative.\u003c/p> \u003cp>Now a virtual mental health counselor, and a content creator that shares about her personal healing journey to inspire women to prioritize peace, boundaries, and emotional well-being in their lives and relationships, Faith add's \"Shine Bright Anyway - 90 Affirmations That Declare You Are Enough When The World Says You're Not\" to her long list of personal successes.\u003c/p> \u003cp>What a great way to kick-off Season 7 of \u003cem>\"LOVE SOMEONE with Delilah!\"\u003c/em>\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1737428400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy8zYzM5NDM4ZS03NTQ2LTQ4YzQtOGZjNy1iMjZjMDAxNGU2ODcvaW1hZ2UuanBnP3Q9MTczNzQyODg4NiZzaXplPUxhcmdl"},{"id":251340417,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"MICHAEL BUBLÉ: \"Maybe This Christmas\"","duration":1416,"isExplicit":false,"description":"\u003cp>Nobody, but nobody, does Christmas like Michael Bublé does Christmas!\u003c/p> \u003cp>This year he's gifted us with a beautiful new single, \u003cem>\"Maybe This Christmas\"\u003c/em>, recorded with Carly Pearce. He calls it \"a special song that comes from a deep place\" wrapping up his hope, his faith and his humanity, in a prayer for grace for himself and the world. I cried when I heard it. You will too.\u003c/p> \u003cp>Michael took on a new role recently, as a coach on Season 26 of The Voice, and was gushing about it and the friendships he's forged with the other coaches when we sat down to chat. (Soon after our conversation, he became the first coach in the history of the show to have the top two artists on his team on his debut season!) He debuted \u003cem>\"Maybe This Christmas\"\u003c/em> on the season finale, and today I get to share it all with you.\u003c/p> \u003cp>Merry Christmas from Michael and me! ~ Delilah\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1735009200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy8xYjljZDg0MS0zYTZkLTQzODEtYjI3Yy1iMjRmMDE0NmFhMzEvaW1hZ2UuanBnP3Q9MTczNDk4MzgwOCZzaXplPUxhcmdl"},{"id":249131107,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"ALOE BLACC: Stand Together","duration":2096,"isExplicit":false,"description":"\u003cp>Hungry for a little inspiration? I've got a heaping helping of it on today's podcast episode. Grammy nominated Aloe Blacc, singer, songwriter, activist... is not only a great talent, but a great role model. Aloe shares his brilliant life philosophies, like why 'raging against the machine' won't get us nearly as far as love will. \u003cbr data-text=\"true\">\u003cbr data-text=\"true\">We DO talk about his music, his recent single, \u003cem>\"Shine (Aurora's Anthem\"\u003c/em>, his upcoming album, \u003cstrong>\u003cem>\"Stand Together\"\u003c/em>\u003c/strong> but we spend a lot of time sharing from the heart about how we can make the world a better place. By shining a light on important social issues, Aloe hopes to empower individuals and communities, reminding us all of our shared responsibility to uplift one another and contribute to a brighter future.\u003cbr>\u003cbr>As Oliver Twist once said, \u003cem>\"Please sir, I want some more.\"\u003c/em> ~ Delilah\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1734404460000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy81ZTlkN2U0Yy0zOWRkLTQzOTYtYTVmZi1iMjQ4MDEzNTQ1MDgvaW1hZ2UuanBnP3Q9MTczNDM3NTQzMCZzaXplPUxhcmdl"},{"id":246797223,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"JOEY MCINTYRE: \"A Brand New Christmas\"","duration":1796,"isExplicit":false,"description":"\u003cp>He's not 12 years old anymore, but Joey McIntyre is still the youngest member of New Kids on The Block, who are still performing to sold out crowds! But the very talented Joey has a lot of other things in the works too.\u003c/p> \u003cp>Like the single with Shoshana Bean, \u003cem>\"A Brand New Christmas\", \u003c/em>from Roku's original movie he stars in, \u003cem>Jingle Bell Love. \u003c/em>He's also starring in an off-broadway musical \"DRAG\" at New Worlds Stage, and has a full-length LP coming out in the new year. \u003cem>\"Freedom\"\u003c/em> is an album that explores his upbringing and path to pop stardom. The single, \u003cem>\"Is Anybody Out There\"\u003c/em> was released in November! If that's not enough, NKOTB will be starting a residency at Park MGM in Las Vegas in the summer of 2025!!!\u003c/p> \u003cp>We'll cover all of this and a lot more in this episode of LOVE SOMEONE! ~ Delilah\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1733799600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy8yNjJiOWRkNS1jNmFhLTRmOWQtYjAwYy1iMjQwMDE4YWRhNTgvaW1hZ2UuanBnP3Q9MTczMzc2NTA4MSZzaXplPUxhcmdl"},{"id":239874173,"podcastId":27935899,"podcastSlug":"51-love-someone-with-delilah","title":"ANDREW RIDGELEY: WHAM! Last Christmas 40th Anniversary","duration":1853,"isExplicit":false,"description":"\u003cp>It's not Christmas without \"Last Christmas\", released by English pop duo \u003cem>WHAM!\u003c/em> 40 long years ago. I'm in disbelief that I've been spinning that tune for as long as I have.\u003c/p> \u003cp>George Michael and Andrew Ridgeley - as \u003cem>WHAM!\u003c/em> - set out to conquer the music world in 1982. They were still teenagers! And it was in 1986 they performed together as \u003cem>WHAM!\u003c/em> for the last time after successfully completing their mission. Hit after hit -\u003cem> \"Wake Me Up Before You Go Go\", \"Freedom,\" \"I’m Your Man\",\u003c/em> and of course, \u003cem>\"Last Christmas\"\u003c/em>, made their time in the spotlight white-hot. The lifelong friends became one of the most globally successful pop acts of the 1980s, selling more than thirty million records worldwide!\u003c/p> \u003cp>Join Andrew Ridgeley and me as we talk of the old days, of his friend, George Michael, of the Netflix's feature documentary, \"WHAM!\", the BBC1 production, \u003cem data-olk-copy-source=\"MessageBody\">\"WHAM!: Last Christmas Unwrapped\",\u003c/em>\u003cstrong>\u003cem> \u003c/em>\u003c/strong>and so much more. We've saved it for someone special!\u003c/p>\u003cp>See \u003ca href=\"https://omnystudio.com/listener\">omnystudio.com/listener\u003c/a> for privacy information.\u003c/p>","startDate":1731985200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvY2xpcHMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2Y3ZWUzMzE3LWExOTItNDIxMC04MGQ3LWFlMzEwMTYzMTRhYy84OTk3MWNkZi0zMzM0LTQwOTktYmJmNS1iMjJkMDAyNWYwM2IvaW1hZ2UuanBnP3Q9MTczMTk4NDYxMCZzaXplPUxhcmdl"}]}},{"id":52362192,"title":"Quad City Forum","description":"Want to know what's going on in the Quad Cities? This weekly podcast will clue you in!","lastUpdated":1724176560,"slug":"1248-quad-city-forum","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAr5x8YAAAGP_d8C0A"},"items":[{"id":271336115,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 3-30-25","duration":1801,"isExplicit":false,"description":"","startDate":1743334807000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"},{"id":271247501,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 3-23-25","duration":1801,"isExplicit":false,"description":"","startDate":1743183364000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"},{"id":270487829,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 3-16-25","duration":1801,"isExplicit":false,"description":"","startDate":1742317490000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"},{"id":270487830,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 3-9-25","duration":1801,"isExplicit":false,"description":"","startDate":1742317483000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"},{"id":269554976,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 3-01-25","duration":1801,"isExplicit":false,"description":"","startDate":1741184956000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"},{"id":268788851,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 2-23-25","duration":1801,"isExplicit":false,"description":"","startDate":1740304807000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"},{"id":268742724,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 2-16-25","duration":1789,"isExplicit":false,"description":"","startDate":1740214594000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"},{"id":263630333,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 2-2-25","duration":1801,"isExplicit":false,"description":"","startDate":1738504206000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"},{"id":263118034,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 1-25-25","duration":1801,"isExplicit":false,"description":"","startDate":1738327620000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"},{"id":184141766,"podcastId":52362192,"podcastSlug":"1248-quad-city-forum","title":"QC Forum - 6-9-24","duration":1828,"isExplicit":false,"description":"","startDate":1717951202000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM2NzllYzFmZjE4YWM3MjZmYjZmZTQ0N2UwNjU2NTVmLmpwZw"}]}},{"id":81496981,"title":"The 80s Show with Jeff Stevens","description":"","lastUpdated":1724177137,"slug":"946-the-80s-show-with-jeff-ste","isExternal":false,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAA2wMzwAAAGSro5bEA"},"items":[{"id":272803415,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff talks to fellow DJ and J Geils Frontman Peter Wolf","duration":675,"isExplicit":false,"description":"Peter Wolf of J Geils Band","startDate":1744901556000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"},{"id":269555798,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff and Dewey Bunnell of America talking Summer 2025 Tour","duration":565,"isExplicit":false,"description":"America Summer Tour","startDate":1741178069000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"},{"id":266545082,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff talks new Greatest Hits Volume 2 with Rick Springfield and Summer Tour","duration":835,"isExplicit":false,"description":"Jeff chats with Rick about his new album and tour!","startDate":1739342039000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"},{"id":264513961,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff talks about loss and new music with Gino Vannelli","duration":577,"isExplicit":false,"description":"","startDate":1738756420000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"},{"id":262195300,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff talks to Guitar Great Joe Satriani about Sammy Hagar tour Eddie Van Halen and more!","duration":595,"isExplicit":false,"description":"Jeff talks about Sammy, VH and new live album","startDate":1738066035000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"},{"id":245660027,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff puts on his Yacht Rock hat for the new MAX Documentary","duration":540,"isExplicit":false,"description":"Yacht Rock Documentary","startDate":1733484268000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"},{"id":238805025,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff's daughter sings to Mickey Thomas of Starship and talks new Christmas Classics Album","duration":608,"isExplicit":false,"description":"Mickey Thomas new album A Classic Christmas","startDate":1731685214000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"},{"id":234673912,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff and YES singer Jon Anderson talks about Yes and The Band Geeks","duration":445,"isExplicit":false,"description":"Yes singer talks about the Band Geeks","startDate":1730714401000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"},{"id":232198722,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff can Blame it on the Rain...chatting with Fab Morvan of Milli Vanilli","duration":481,"isExplicit":false,"description":"Damon Elliott and Fab Morvan","startDate":1730110761000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"},{"id":229651260,"podcastId":81496981,"podcastSlug":"946-the-80s-show-with-jeff-ste","title":"Jeff talks to vocal coach of the stars Eric Vetro","duration":566,"isExplicit":false,"description":"Eric Vetro","startDate":1729505418000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzliZjIwYjliMjgyZDA3YTgzYWMwZGUyYTU1ODgwNTJkLmpwZw"}]}}]}],["item-eyebrow-/68138719bad93095aa7b38bd",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/68138709d113f6ed0a3a3b13",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/681381bf02e2d7e73f14d8f3",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/644c2cadc7d22cbf49766bbe",{"data":{"name":"lifestyle","source":{"id":null,"display_name":"Lifestyle","description":null,"source_name":null,"type":"user"},"displayName":"Lifestyle"}}],["item-eyebrow-/6813c4b33be26485a096c058",{"data":null}],["item-eyebrow-/68135678ab3033ae4998d538",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/6813514eab3033ae4998d524",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/68134eddab3033ae4998d51a",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/681359428893898c4eb083d0",{"data":{"name":"community","source":{"id":null,"display_name":"Community","description":null,"source_name":null,"type":"user"},"displayName":"Community"}}],["item-eyebrow-/6808d2beab7ab680724cfe7f",{"data":{"name":"community","source":{"id":null,"display_name":"Community","description":null,"source_name":null,"type":"user"},"displayName":"Community"}}],["item-eyebrow-/6704393d021370bedaf33bc0",{"data":{"name":"entertainment","source":{"id":null,"display_name":"Entertainment","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment"}}],["item-eyebrow-/681355afab3033ae4998d52e",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/67f835dad3972316df3d6a6e",{"data":{"name":"entertainment","source":{"id":null,"display_name":"Entertainment","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment"}}],["getTrackHistoryWithCurrentlyPlayingCacheKey-kmxg-fm",{"data":{"count":1653,"pageInfo":{"nextCursor":"AAAAAGgUeyUAAAAAAAAAAwAABnU"},"tracks":[{"artistId":33213,"albumId":723450,"trackId":723455,"title":"Bubbly","artist":{"artistName":"Colbie Caillat","genreId":null},"albumName":"Coco","trackDuration":197,"imagePath":"http://image.iheart.com/bell-ingestion-pipeline-production-umg/full/00602517367357_20201028190416392/39cc9c460a92b7bc9c147a2cdd392d0c.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1746172681,"endTime":1746172856,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":30421361,"albumId":46604632,"trackId":46604636,"title":"Treat You Better","artist":{"artistName":"Shawn Mendes","genreId":null},"albumName":"Illuminate","trackDuration":189,"imagePath":"http://image.iheart.com/bell-ingestion-pipeline-production-umg/full/00602557612479_20240307075536711/0504a33439e67fd0f85f741aff7cb8f3.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1746172282,"endTime":1746172468,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":970,"albumId":754639,"trackId":754648,"title":"With Or Without You","artist":{"artistName":"U2","genreId":987},"albumName":"The Joshua Tree","trackDuration":295,"imagePath":"http://image.iheart.com/bell-ingestion-pipeline-production-umg/full/00602517449398_20211025134724161/c340c14158d9e668df1f73738bb300ab.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1746171986,"endTime":1746172278,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false}]}}],["onairtileloader-kmxg-fm",{"data":{"current":{"siteId":"%2F39041919bcf0dd692982ec791b7af450","site":"brands/KMXG-FM (929)","coreShowId":2338,"coreStationId":69,"name":"Theresa Lucas","show":"shows/Theresa Lucas (2338)","station":"KMXG-FM","link":"","onNow":true,"startTime12":"12:00 AM","startDate":"2025-05-02T05:00:00.000Z","startMs":1746162000000,"startEng":"Friday, May 2nd, 2025 12:00 AM","stopTime12":"5:00 AM","stopDate":"2025-05-02T10:00:00.000Z","stopMs":1746180000000,"stopEng":"Friday, May 2nd, 2025 5: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":"%2F39041919bcf0dd692982ec791b7af450","site":"brands/KMXG-FM (929)","coreShowId":83,"coreStationId":69,"name":"Valentine In The Morning","show":"shows/Valentine in the Morning (83)","station":"KMXG-FM","link":"","onNow":false,"startTime12":"5:00 AM","startDate":"2025-05-02T10:00:00.000Z","startMs":1746180000000,"startEng":"Friday, May 2nd, 2025 5:00 AM","stopTime12":"9:00 AM","stopDate":"2025-05-02T14:00:00.000Z","stopMs":1746194400000,"stopEng":"Friday, May 2nd, 2025 9:00 AM","showSite":{"slug":"valentine-in-the-morning","configByLookup":{"sections":{"general":{"name":"Valentine In The Morning","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6373f9387ebc13b95d2c4108"}}}}}}},"later":{"siteId":"%2F39041919bcf0dd692982ec791b7af450","site":"brands/KMXG-FM (929)","coreShowId":119,"coreStationId":69,"name":"Jana","show":"shows/Jana (119)","station":"KMXG-FM","link":"","onNow":false,"startTime12":"9:00 AM","startDate":"2025-05-02T14:00:00.000Z","startMs":1746194400000,"startEng":"Friday, May 2nd, 2025 9:00 AM","stopTime12":"2:00 PM","stopDate":"2025-05-02T19:00:00.000Z","stopMs":1746212400000,"stopEng":"Friday, May 2nd, 2025 2:00 PM","showSite":{"slug":"jana","configByLookup":{"sections":{"general":{"name":"Jana","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5f7f323ad0586b77a57f26b7"}}}}}}}}}],["contestsloader-kmxg-fm",{"data":[{"appType":"contest","appId":"1771952","parentAppId":"1771365","title":"Stella Rosa Summer Queen of Chill Sweepstakes","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"stellarosawines.com/QueenofChill","pageUrl":"https://mix96online.iheart.com/contests/stella-rosa-summer-queen-of-chill-sweepstakes-1771952/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X21vYmlsZV8xNzQ1MzU1ODc0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"","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":"982536069","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"countdown","appId":"1760283","parentAppId":"1759062","title":"Workday Payday","shareTitle":"I just entered the keyword!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://mix96online.iheart.com/contests/workday-payday-1760283/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC85ODI1MzYwNjlfY291bnRkb3duXzE3NjAyODNfbW9iaWxlXzE3NDQ2NDYxMzMuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","prize":"Listen to MIX 96 weekdays in the hours 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":"auto","subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC85ODI1MzYwNjlfY291bnRkb3duXzE3NjAyODNfbW9iaWxlXzE3NDQ2NDYxMzMuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzg1T0RJMU16WXdOamxmWTI5MWJuUmtiM2R1WHpFM05qQXlPRE5mYlc5aWFXeGxYekUzTkRRMk5EWXhNek11YW5Cbklpd2lZblZqYTJWMElqb2lZWEIwYVhaaFpHRXRabWxzWlhNaUxDSmxaR2wwY3lJNmV5SnlaWE5wZW1VaU9uc2lkMmxrZEdnaU9qRTJNREFzSW1obGFXZG9kQ0k2TXpJd01Dd2labWwwSWpvaWFXNXphV1JsSWl3aWQybDBhRzkxZEVWdWJHRnlaMjFsYldWdWRDSTZkSEoxWlgwc0luUnZSbTl5YldGMElqb2lkMlZpY0NJc0luZGxZbkFpT25zaWNYVmhiR2wwZVNJNk1UQXdMQ0p6YldGeWRGTjFZbk5oYlhCc1pTSTZkSEoxWlN3aVpXWm1iM0owSWpvMGZTd2liM0JsY21GMGFXOXVjeUk2VzNzaWIzQmxjbUYwYVc5dUlqb2ljM1J5YVhBaWZWMTlmUT09","accountId":"982536069","facebookShareImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC85ODI1MzYwNjlfY291bnRkb3duXzE3NjAyODNfc3RhbmRhcmRfMTc0NDY0NjE0MC5qcGciLCJidWNrZXQiOiJhcHRpdmFkYS1maWxlcyIsImVkaXRzIjp7InJlc2l6ZSI6eyJ3aWR0aCI6MTYwMCwiaGVpZ2h0IjozMjAwLCJmaXQiOiJpbnNpZGUiLCJ3aXRob3V0RW5sYXJnbWVtZW50Ijp0cnVlfSwidG9Gb3JtYXQiOiJ3ZWJwIiwid2VicCI6eyJxdWFsaXR5IjoxMDAsInNtYXJ0U3Vic2FtcGxlIjp0cnVlLCJlZmZvcnQiOjR9LCJvcGVyYXRpb25zIjpbeyJvcGVyYXRpb24iOiJzdHJpcCJ9XX19","width":"630","shareLocation":"link","timeZone":null},{"appType":"contest","appId":"1768649","parentAppId":"","title":"Enter The Dine & Dream Getaway For Mother's Day","shareTitle":"I just entered to win an overnight stay at The Axis Hotel and dinner from Fifth Avenue Syndicate from Mix 96","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://mix96online.iheart.com/contests/enter-the-dine-amp-dream-getaway-for-mother-s-day-1768649/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC85ODI1MzYwNjlfY29udGVzdF8xNzY4NjQ5X3N0YW5kYXJkXzE3NDQ1NTk2MzIuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC85ODI1MzYwNjlfY29udGVzdF8xNzY4NjQ5X21vYmlsZV8xNzQ0NTU5NjQ5LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"1","startTime":"2025-04-14 00:00:00","endTime":"2025-05-04 23:59:00","scheduleStatus":"live","startDate":"2025-04-14 00:00:00","endDate":"2025-05-04 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC85ODI1MzYwNjlfY29udGVzdF8xNzY4NjQ5X21vYmlsZV8xNzQ0NTU5NjQ5LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzg1T0RJMU16WXdOamxmWTI5dWRHVnpkRjh4TnpZNE5qUTVYMjF2WW1sc1pWOHhOelEwTlRVNU5qUTVMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"982536069","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1746276","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://mix96online.iheart.com/contests/stella-rosa-100k-grocery-giveaway-1746276/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQ1Njg3X21vYmlsZV8xNzM4Nzg3MzAyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"4","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":"982536069","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1744012","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://mix96online.iheart.com/contests/win-a-full-tuition-scholarship-to-amda-and-perform-alongside-broadway-s-brightest-stars-1744012/","primaryImage":"","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzQzMTc1X21vYmlsZV8xNzM4NDA3NjEwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"5","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":"982536069","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null}]}],["keyword-contest-loader-kmxg-fm-1759062",{"data":{"appType":"countdown","appId":"1760283","title":"Workday Payday","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":"9","timeStamp":1746136554,"endTime":1746140140,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13730810","prize":{"timeStamp":1746072000,"endTime":1746158400,"sort":"17","active":"","description":"","countdown_prize_id":"1178024","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":"1","timeStamp":1746194146,"endTime":1746197732,"isComplete":false,"isLive":false,"isStarted":false,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13730815","prize":{"timeStamp":1746158400,"endTime":1746244800,"sort":"18","active":"","description":"","countdown_prize_id":"1178025","isStarted":true,"isLive":true,"isComplete":false}}}}}]],"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","POSTUP_CONTACT_TEMPLATE_ID":"3","WWW_AUTH_HOST":"https://www.iheart.com","IHR_AUTH_SDK":"https://www.iheart.com/sdk/sdk.js","DEP_CONTENT_HOST":"content.radioedit.iheart.com","CCPA_OPTOUT_URL":"https://www.iheart.com/optout/","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","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","MAX_AGE_HEADERS":"2592000000","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","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":"%2F6813871e381ce48559a6045b","type":"PUBLISHING","record":{"ref_id":"%2F6813871e381ce48559a6045b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1a3e12c8-896f-4311-a639-4a9b12a76122","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-dos-amigos-258774901%2F","@url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","author_name":"Dos Amigos","author_url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2FmM2M1YjlmLTBjZGEtNGRiYy1iNTljLWIxMTgwMTUxOTUyMi9pbWFnZS5qcGc_dD0xNzM3NjM5MTQyJnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"Dos Amigos","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681398d4111de58a8c2e7a94","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Topher Grace\u003c/strong> has cemented himself as a well-known actor in Hollywood, but there was a time in his life when he wasn't invited to all of the industry events like the Oscars — but that didn't stop him from attending anyway.\u003c/p>\n\n\u003cp>The \u003cem>Spider-Man 3\u003c/em> actor recently reunited with \u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">his \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cem>That '70s Show\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\"> costar \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cstrong>Wilmer Valderrama\u003c/strong>\u003c/a> on his and \u003cstrong>Freddy Rodriguez\u003c/strong>'s \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"258774901\" data-catalog-related-id=\"\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast for a two-parter chat. In the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/episode/that-topher-show-part-2-273843781/\" target=\"_blank\">second episode that released May 1\u003c/a>, he revealed that he once sneakily made his way into \u003ca href=\"https://www.iheart.com/content/2025-03-17-conan-obrien-jokingly-reveals-only-reason-hes-returning-as-oscars-host/\" target=\"_blank\">the Academy Awards\u003c/a> with a group of friends when they were younger.\u003c/p>\n\n\u003cp>"Another dare situation was we snuck into the Oscars because the Shrine Auditorium where the Oscars used to happen was right across the street from our dorm," he said. "I'm looking down on it and we're like, 'I bet we could just take a limo and just drive into that tomorrow.'"\u003c/p>\n\n\u003cp>After attempting to rent a limo only to be told they were all taken because of the Oscars, they made a deal with a driver to give him $100 to drive around the block and pick them up in their "rented bow ties" and black jackets. Because the limo still had credentials, they made it through the barricade and to the red carpet.\u003c/p>\n\n\u003cp>"We were waving and everyone was kind of like, 'who's that?' We had one of those roll up cameras and we're taking pictures of ourselves," he said, adding that they even made it inside to watch the awards show.\u003c/p>\n\n\u003cp>Sometime during the night, someone with security approached asking who they were, and in a moment of quick thinking, Grace rolled with it and started barking orders at one of his friends like he was an assistant who made a mistake.\u003c/p>\n\n\u003cp>"A guy in security came up to us at one point and was like, 'who are you,' and as he did, I just started yelling at one of the other guys like he was my assistant," he recalled. "And the guy left because he was like, 'this is embarrassing.' Like I was like, 'no, we can get him to me now, no your job is to get...' and he was like, alright and he just left [and we] kept hanging out."\u003c/p>\n\n\u003cp>\u003cem>Dos Amigos\u003c/em> aims to bring the good vibes, creating an atmosphere for listeners to feel like they're hanging out talking with their closest friends. According to the podcast description:\u003c/p>\n\n\u003cblockquote>"Join these dos amigos as they candidly reflect on their careers, life, and share everything about everything, and of course the door is always open for special guests to roll through. Each weekly episode emanates from Wilmer's very own speakeasy, so you know it's a party, and you're our VIP guests. This podcast is all about bringing friends together, sparking honest reflection, and of course... toasting to the good times."\u003c/blockquote>\n\n\u003cp>Follow along with new episodes of the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" target=\"_blank\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast each week at \u003ca href=\"https://www.iheart.com/\" target=\"_blank\">\u003cem>iHeart.com\u003c/em>\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/","cuser":"user/ldap/1129327","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/Topher Grace","keywords/Wilmer Valderrama","keywords/That '70s Show","keywords/Oscars","keywords/Dos Amigos","keywords/podcast"],"primary_image":{"bucket":"new_assets","id":"%2F681398d4111de58a8c2e7a94"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746138000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","social_title":"","summary":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Topher Grace Reveals How He Once Snuck Into The Oscars","permalink":"https://mix96online.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/"},"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94","title":"Topher Grace Reveals How He Once Snuck Into The Oscars","description":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","author":"Sarah Tate"},"pub_start":1746138000000,"pub_until":4115978604802,"pub_changed":1746138428425,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813871e381ce48559a6045b","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","keyword:keywords/Topher Grace","keyword:keywords/Wilmer Valderrama","keyword:keywords/That '70s Show","keyword:keywords/Oscars","keyword:keywords/Dos Amigos","keyword:keywords/podcast","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJyZGd3NCI6LTEsIjdUS29VIjotMX19","scopes":[]}},"resolved":{"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"feed":{"results":[{"id":"%2F6813871e381ce48559a6045b","type":"PUBLISHING","record":{"ref_id":"%2F6813871e381ce48559a6045b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1a3e12c8-896f-4311-a639-4a9b12a76122","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-dos-amigos-258774901%2F","@url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","author_name":"Dos Amigos","author_url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2FmM2M1YjlmLTBjZGEtNGRiYy1iNTljLWIxMTgwMTUxOTUyMi9pbWFnZS5qcGc_dD0xNzM3NjM5MTQyJnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"Dos Amigos","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681398d4111de58a8c2e7a94","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Topher Grace\u003c/strong> has cemented himself as a well-known actor in Hollywood, but there was a time in his life when he wasn't invited to all of the industry events like the Oscars — but that didn't stop him from attending anyway.\u003c/p>\n\n\u003cp>The \u003cem>Spider-Man 3\u003c/em> actor recently reunited with \u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">his \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cem>That '70s Show\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\"> costar \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cstrong>Wilmer Valderrama\u003c/strong>\u003c/a> on his and \u003cstrong>Freddy Rodriguez\u003c/strong>'s \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"258774901\" data-catalog-related-id=\"\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast for a two-parter chat. In the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/episode/that-topher-show-part-2-273843781/\" target=\"_blank\">second episode that released May 1\u003c/a>, he revealed that he once sneakily made his way into \u003ca href=\"https://www.iheart.com/content/2025-03-17-conan-obrien-jokingly-reveals-only-reason-hes-returning-as-oscars-host/\" target=\"_blank\">the Academy Awards\u003c/a> with a group of friends when they were younger.\u003c/p>\n\n\u003cp>"Another dare situation was we snuck into the Oscars because the Shrine Auditorium where the Oscars used to happen was right across the street from our dorm," he said. "I'm looking down on it and we're like, 'I bet we could just take a limo and just drive into that tomorrow.'"\u003c/p>\n\n\u003cp>After attempting to rent a limo only to be told they were all taken because of the Oscars, they made a deal with a driver to give him $100 to drive around the block and pick them up in their "rented bow ties" and black jackets. Because the limo still had credentials, they made it through the barricade and to the red carpet.\u003c/p>\n\n\u003cp>"We were waving and everyone was kind of like, 'who's that?' We had one of those roll up cameras and we're taking pictures of ourselves," he said, adding that they even made it inside to watch the awards show.\u003c/p>\n\n\u003cp>Sometime during the night, someone with security approached asking who they were, and in a moment of quick thinking, Grace rolled with it and started barking orders at one of his friends like he was an assistant who made a mistake.\u003c/p>\n\n\u003cp>"A guy in security came up to us at one point and was like, 'who are you,' and as he did, I just started yelling at one of the other guys like he was my assistant," he recalled. "And the guy left because he was like, 'this is embarrassing.' Like I was like, 'no, we can get him to me now, no your job is to get...' and he was like, alright and he just left [and we] kept hanging out."\u003c/p>\n\n\u003cp>\u003cem>Dos Amigos\u003c/em> aims to bring the good vibes, creating an atmosphere for listeners to feel like they're hanging out talking with their closest friends. According to the podcast description:\u003c/p>\n\n\u003cblockquote>"Join these dos amigos as they candidly reflect on their careers, life, and share everything about everything, and of course the door is always open for special guests to roll through. Each weekly episode emanates from Wilmer's very own speakeasy, so you know it's a party, and you're our VIP guests. This podcast is all about bringing friends together, sparking honest reflection, and of course... toasting to the good times."\u003c/blockquote>\n\n\u003cp>Follow along with new episodes of the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" target=\"_blank\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast each week at \u003ca href=\"https://www.iheart.com/\" target=\"_blank\">\u003cem>iHeart.com\u003c/em>\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/","cuser":"user/ldap/1129327","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/Topher Grace","keywords/Wilmer Valderrama","keywords/That '70s Show","keywords/Oscars","keywords/Dos Amigos","keywords/podcast"],"primary_image":{"bucket":"new_assets","id":"%2F681398d4111de58a8c2e7a94"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746138000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","social_title":"","summary":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Topher Grace Reveals How He Once Snuck Into The Oscars","permalink":"https://mix96online.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/"},"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94","title":"Topher Grace Reveals How He Once Snuck Into The Oscars","description":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","author":"Sarah Tate"},"pub_start":1746138000000,"pub_until":4115978604802,"pub_changed":1746138428425,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813871e381ce48559a6045b","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","keyword:keywords/Topher Grace","keyword:keywords/Wilmer Valderrama","keyword:keywords/That '70s Show","keyword:keywords/Oscars","keyword:keywords/Dos Amigos","keyword:keywords/podcast","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJyZGd3NCI6LTEsIjdUS29VIjotMX19","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":["mix","variety","at-work-station","delilah"],"genre":["soft rock"],"format":"ACMAINSTREAM"},"analytics":{"pageName":"home","view":{"asset":{"id":"","name":""},"filter":{"name":"","type":""},"authorId":"","pubDate":"","contentOrigin":"","contentOriginType":"","contentFrame":"page","stationCallLetter":"KMXG-FM","stationFormat":"ACMAINSTREAM","stationMarket":"DAVENPORT-IA","stationMicrosite":"","tags":["mix","variety","at-work-station","delilah"],"topics":[],"contentId":"","personalityId":"","photoGalleryExists":"false","photoGalleryPageView":"false"},"device":{"host":"local.inferno.us","subHost":"mix96online.iheart.com","path":"/"},"querystring":{"sc":"dnsredirect","cid":"","keyid":"","pname":"kmxg.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":"#0063bd","type":"meta"}],["shortcut icon",{"value":"https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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":"Mix 96 - The Quad Cities' Variety Station","type":"title"}],["meta-property-og:title",{"attrName":"property","name":"og:title","value":"Mix 96 - The Quad Cities' Variety Station","type":"meta"}],["meta-property-twitter:title",{"attrName":"property","name":"twitter:title","value":"Mix 96 - The Quad Cities' Variety Station","type":"meta"}],["meta-itemProp-name",{"attrName":"itemProp","name":"name","value":"Mix 96 - The Quad Cities' Variety Station","type":"meta"}],["meta-name-parsely-title",{"attrName":"name","name":"parsely-title","value":"Mix 96 - The Quad Cities' Variety Station","type":"meta"}],["meta-name-description",{"attrName":"name","name":"description","value":"The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work.","type":"meta"}],["meta-property-og:description",{"attrName":"property","name":"og:description","value":"The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work.","type":"meta"}],["meta-property-twitter:description",{"attrName":"property","name":"twitter:description","value":"The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work.","type":"meta"}],["meta-itemProp-description",{"attrName":"itemProp","name":"description","value":"The Quad Cities Variety Station ---with Valentine In The Morning. The Quad Cities number one choice at-work.","type":"meta"}],["meta-name-keywords",{"attrName":"name","name":"keywords","value":"mix, variety, at work station, delilah","type":"meta"}],["meta-name-parsely-tags",{"attrName":"name","name":"parsely-tags","value":"mix, variety, at work station, delilah","type":"meta"}],["meta-property-og:url",{"attrName":"property","name":"og:url","value":"https://mix96online.iheart.com/","type":"meta"}],["meta-property-twitter:url",{"attrName":"property","name":"twitter:url","value":"https://mix96online.iheart.com/","type":"meta"}],["meta-itemProp-url",{"attrName":"itemProp","name":"url","value":"https://mix96online.iheart.com/","type":"meta"}],["meta-name-parsely-link",{"attrName":"name","name":"parsely-link","value":"https://mix96online.iheart.com/","type":"meta"}],["image_src",{"value":"https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?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/660ebf91697731604e193aeb?ops=gravity(%22center%22),contain(1200,675),quality(65)","type":"meta"}],["pagemap",{"value":"https://i.iheart.com/v3/re/assets.brands/660ebf91697731604e193aeb?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":"@961MIX96","type":"meta"}],["meta-property-twitter:creator",{"attrName":"property","name":"twitter:creator","value":"@961MIX96","type":"meta"}],["canonical",{"value":"https://mix96online.iheart.com/","type":"link","rel":"canonical"}],["meta-property-twitter:domain",{"attrName":"property","name":"twitter:domain","value":"mix96online.iheart.com","type":"meta"}],["meta-property-og:site_name",{"attrName":"property","name":"og:site_name","value":"Mix 96","type":"meta"}],["meta-name-application-name",{"attrName":"name","name":"application-name","value":"Mix 96","type":"meta"}],["meta-property-fb:app_id",{"attrName":"property","name":"fb:app_id","value":"274914841794","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:/01c492ee401cae7531b9c3cfbcd6fa5a/inferno","SM6.0:config-m:/05a88e005e7084826167b8adef5808b2/inferno","SM6.0:config-m:/09406e5186c75379fb5e6d62e037d3be/inferno","SM6.0:config-m:/39041919bcf0dd692982ec791b7af450/inferno","SM6.0:config-m:/a283a4184a0dab8ac6097a4a41e327f4/inferno","SM6.0:config-m:/d8928a4142b87fe8a5a7096b015e9d2e/inferno","SM6.0:index-m","SM6.0:index-m:/01c492ee401cae7531b9c3cfbcd6fa5a","SM6.0:index-m:/05a88e005e7084826167b8adef5808b2","SM6.0:index-m:/09406e5186c75379fb5e6d62e037d3be","SM6.0:index-m:/39041919bcf0dd692982ec791b7af450","SM6.0:index-m:/a283a4184a0dab8ac6097a4a41e327f4","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/3658","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:9200bbfcfd765599cc9ab27973d3635c","webapi-v4:stream-site-brand","webapi-v4:stream-site-brand:6b928b9bf769dfdb0ab2ee592eab524f","domain/mix96online.iheart.com","PS:datasource","PS:datasource:/619430e2588d03a09973771a","PS:datasource:/61c23c5758295ada6dcdaad1","PS:datasource:/627ab2c2c2349ca6154316a6","PS:leads","PS:leads:/6283947aa2dcbbc21b8b8540","PS:leads:/643d3a3fa572bf3ef075c93a","PS:leads:/67b8f4a3e072eb3303429080","PS:leads:/67f944d6cccab6200f8802f9","PS:subscription","PS:subscription:248662098db1ebe868dffb08aab42c65","PS:subscription:6dad14ee0d20dfb01b0d7c38f2e4f65b","SM6.0:datasource-leads","SM6.0:datasource-leads:00d02682eeece6a3cc1f78ef2358d2b8","SM6.0:datasource-leads:0f53bdb3ec652c1681f22cf3380051ea","SM6.0:datasource-leads:0f73e162af519fd2a93883aea5a84ce3","SM6.0:datasource-leads:1d306efe938cb26b79aabc7e9c452e19","SM6.0:datasource-leads:21e08639848fbdb42e418b5c12a43d57","SM6.0:datasource-leads:4b4b952ab50d37d049fa3ccd987bfeb9","SM6.0:datasource-publishing","SM6.0:datasource-publishing:4546cf2b333f6f535b41fc5832bbc6a9","SM6.0:datasource-publishing:45b12a0b559fa8536409a8c1d6829be1","SM6.0:datasource-publishing:8460adc5fad85399b467242ab0ae72a3","SM6.0:datasource-publishing:ad81c84f40d84c5d83d2d100cff6ca04","SM6.0:site-streams","SM6.0:site-streams:6b928b9bf769dfdb0ab2ee592eab524f","app/calendar-feed-service","app/calendar-feed-service/20230817200206","app/leads","app/leads/20230817200131","app/pubsub","app/pubsub/20250107181532","sites","webapi-v4:sites:2b1dc3c80eca4b0e63b4c573e5bb0d4f","aptivada","vtype/generic_full","vname/home","ihr-amp"],"ttls":{"cdn":900,"browser":900}},"adPlacements":[],"request":{"protocol":"https","hostname":"mix96online.iheart.com","path":"/","query":{"pname":"kmxg.com","sc":"dnsredirect"},"params":{},"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"},"page":{"currentPage":{"_id":"/master-site/inferno/home","name":"home","pageConfig":{"adobe_page_name":"home","description":"","keywords":[],"sitemap_frequency":"hourly","thumbnail":"","title":""},"displayName":"Home","path":"/","primaryBlockId":"e6Rs0","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"FppTo","region":"main:dynamic","type":"onair","ordinal":0,"value":{"title":null},"tags":["display-hints/themed-block","display-hints/onair-show-play"],"schedule":{"begin":0,"end":4115978604802}},{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6813871e381ce48559a6045b","type":"PUBLISHING","record":{"ref_id":"%2F6813871e381ce48559a6045b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1a3e12c8-896f-4311-a639-4a9b12a76122","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-dos-amigos-258774901%2F","@url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","author_name":"Dos Amigos","author_url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2FmM2M1YjlmLTBjZGEtNGRiYy1iNTljLWIxMTgwMTUxOTUyMi9pbWFnZS5qcGc_dD0xNzM3NjM5MTQyJnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"Dos Amigos","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681398d4111de58a8c2e7a94","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Topher Grace\u003c/strong> has cemented himself as a well-known actor in Hollywood, but there was a time in his life when he wasn't invited to all of the industry events like the Oscars — but that didn't stop him from attending anyway.\u003c/p>\n\n\u003cp>The \u003cem>Spider-Man 3\u003c/em> actor recently reunited with \u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">his \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cem>That '70s Show\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\"> costar \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cstrong>Wilmer Valderrama\u003c/strong>\u003c/a> on his and \u003cstrong>Freddy Rodriguez\u003c/strong>'s \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"258774901\" data-catalog-related-id=\"\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast for a two-parter chat. In the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/episode/that-topher-show-part-2-273843781/\" target=\"_blank\">second episode that released May 1\u003c/a>, he revealed that he once sneakily made his way into \u003ca href=\"https://www.iheart.com/content/2025-03-17-conan-obrien-jokingly-reveals-only-reason-hes-returning-as-oscars-host/\" target=\"_blank\">the Academy Awards\u003c/a> with a group of friends when they were younger.\u003c/p>\n\n\u003cp>"Another dare situation was we snuck into the Oscars because the Shrine Auditorium where the Oscars used to happen was right across the street from our dorm," he said. "I'm looking down on it and we're like, 'I bet we could just take a limo and just drive into that tomorrow.'"\u003c/p>\n\n\u003cp>After attempting to rent a limo only to be told they were all taken because of the Oscars, they made a deal with a driver to give him $100 to drive around the block and pick them up in their "rented bow ties" and black jackets. Because the limo still had credentials, they made it through the barricade and to the red carpet.\u003c/p>\n\n\u003cp>"We were waving and everyone was kind of like, 'who's that?' We had one of those roll up cameras and we're taking pictures of ourselves," he said, adding that they even made it inside to watch the awards show.\u003c/p>\n\n\u003cp>Sometime during the night, someone with security approached asking who they were, and in a moment of quick thinking, Grace rolled with it and started barking orders at one of his friends like he was an assistant who made a mistake.\u003c/p>\n\n\u003cp>"A guy in security came up to us at one point and was like, 'who are you,' and as he did, I just started yelling at one of the other guys like he was my assistant," he recalled. "And the guy left because he was like, 'this is embarrassing.' Like I was like, 'no, we can get him to me now, no your job is to get...' and he was like, alright and he just left [and we] kept hanging out."\u003c/p>\n\n\u003cp>\u003cem>Dos Amigos\u003c/em> aims to bring the good vibes, creating an atmosphere for listeners to feel like they're hanging out talking with their closest friends. According to the podcast description:\u003c/p>\n\n\u003cblockquote>"Join these dos amigos as they candidly reflect on their careers, life, and share everything about everything, and of course the door is always open for special guests to roll through. Each weekly episode emanates from Wilmer's very own speakeasy, so you know it's a party, and you're our VIP guests. This podcast is all about bringing friends together, sparking honest reflection, and of course... toasting to the good times."\u003c/blockquote>\n\n\u003cp>Follow along with new episodes of the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" target=\"_blank\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast each week at \u003ca href=\"https://www.iheart.com/\" target=\"_blank\">\u003cem>iHeart.com\u003c/em>\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/","cuser":"user/ldap/1129327","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/Topher Grace","keywords/Wilmer Valderrama","keywords/That '70s Show","keywords/Oscars","keywords/Dos Amigos","keywords/podcast"],"primary_image":{"bucket":"new_assets","id":"%2F681398d4111de58a8c2e7a94"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746138000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","social_title":"","summary":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Topher Grace Reveals How He Once Snuck Into The Oscars","permalink":"https://mix96online.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/"},"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94","title":"Topher Grace Reveals How He Once Snuck Into The Oscars","description":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","author":"Sarah Tate"},"pub_start":1746138000000,"pub_until":4115978604802,"pub_changed":1746138428425,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813871e381ce48559a6045b","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","keyword:keywords/Topher Grace","keyword:keywords/Wilmer Valderrama","keyword:keywords/That '70s Show","keyword:keywords/Oscars","keyword:keywords/Dos Amigos","keyword:keywords/podcast","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJyZGd3NCI6LTEsIjdUS29VIjotMX19","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":"%2F67f944d6cccab6200f8802f9","type":"LEADS","record":{"title":"Workday Payday","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67f83809829c5c076beee7af","img_meta":{"base_id":"%2F67f83809829c5c076beee7af","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"","web":"/contests/listen-to-win-1-000-1760283/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F643d3a3fa572bf3ef075c93a","type":"LEADS","record":{"title":"Wake Up With Valentine On MIX 96! Catch Up With The Show Here","subtitle":"","image":"https://i.iheart.com/v3/re/assets.brands/5ede68c41ac34b2d24dbdb5b","img_meta":{"base_id":"%2F5ede68c41ac34b2d24dbdb5b","bucket":"assets.brands"},"link":{"target":"_self","urls":{"device":"","web":"/featured/valentine-in-the-morning/"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F6283947aa2dcbbc21b8b8540","type":"LEADS","record":{"title":"Find A New Career Path","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/61e82a710320154165a815c1","img_meta":{"base_id":"%2F61e82a710320154165a815c1","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"/featured/career-corner/","web":"/featured/career-corner/"},"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}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoxfSwiZW5kcyI6eyJ3bWVOSyI6LTEsIkpBclJOIjoyfX0=","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":"%2F6813cf19f46a6100d05d8f13","type":"PUBLISHING","record":{"ref_id":"%2F6813cf19f46a6100d05d8f13","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"922b1f05-e1a5-41b9-9b0a-5c2f4fb4a0b4","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Katrina Nattress","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/3613/?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/artist/3613/?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/artist/3613/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/3613/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813cfc4f46a6100d05d8f1e","new_tab":false,"schedule":{},"source_credit":"Danny Clinch","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>On Thursday (May 1), \u003ca href=\"https://www.iheart.com/artist/bruce-springsteen-3613/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"3613\" data-catalog-related-id=\"\">\u003cstrong>Bruce Springsteen\u003c/strong>\u003c/a> unearthed another lost track that will be featured on his \u003ca href=\"https://www.iheart.com/content/2025-04-03-bruce-springsteen-to-release-7-lost-albums-with-never-before-heard-tracks/\" target=\"_blank\">\u003cstrong>upcoming box set \u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-03-bruce-springsteen-to-release-7-lost-albums-with-never-before-heard-tracks/\" target=\"_blank\">\u003cstrong>\u003cem>Tracks II: The Lost Albums\u003c/em>\u003c/strong>\u003c/a>. "Faithless" was written as the title track of a soundtrack for a film that was never complete.\u003c/p>\n\n\u003cp>“Faithless” was written as the title track of a soundtrack for a film that was never completed. Most of the material on the album was written and recorded after the “Devils & Dust” tour wrapped up in November 2005 and before the release of “We Shall Overcome: The Seeger Sessions” in April 2006. Springsteen wrote the entire soundtrack to the "spiritual Western" film before production began. In addition to "Faithless," the shelved album also features four instrumental tracks.\u003c/p>\n\n\u003cp>“This was a really unusual collection of songs,” Springsteen said of “Faithless” and the unreleased soundtrack in a press release. “You could recognize details and maybe a character or two. But for the most part, I just wrote atmospheric music that I thought would fit.”\u003c/p>\n\n\u003cp>"Faithless" follows the \u003ca href=\"https://www.iheart.com/content/2025-04-17-bruce-springsteen-unearths-song-from-lost-hip-hop-inspired-album-listen/\" target=\"_blank\">\u003cstrong>release of "Blind Spot"\u003c/strong>\u003c/a> and "Rain in the River." The full soundtrack will be included on \u003cem>Tracks II: The Lost Albums\u003c/em>, which is slated for a June 27 release. Listen to "Faithless" 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%2Fwww.youtube.com%2Fwatch%3Fv%3DLu8cG_tFt24%26ab_channel%3DBruceSpringsteen-Topic","@url":"https://www.youtube.com/watch?v=Lu8cG_tFt24&ab_channel=BruceSpringsteen-Topic","author_name":"Bruce Springsteen - Topic","author_url":"https://www.youtube.com/channel/UCyFqJ_5TyAeTD7rHpLikbKQ","height":150,"html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/Lu8cG_tFt24?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=\"Faithless\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/Lu8cG_tFt24/hqdefault.jpg","thumbnail_width":480,"title":"Faithless","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/Lu8cG_tFt24?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=\"Faithless\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=Lu8cG_tFt24&ab_channel=BruceSpringsteen-Topic"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen/","cuser":"user/ldap/1121384","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/Bruce Springsteen","keywords/unreleased song","keywords/New Music"],"primary_image":{"bucket":"new_assets","id":"%2F6813cfc4f46a6100d05d8f1e"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746129120000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","social_title":"","summary":"The song was written for a film that was never completed.","targets":[{"categories":["categories/music-news"],"distribution":["formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC"]},{"categories":["categories/music-news"],"distribution":["artists/Bruce Springsteen (3613)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Bruce Springsteen Shares 'Unusual' Previously Unreleased Song: Listen","permalink":"https://mix96online.iheart.com/content/2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen/"},"slug":"2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813cfc4f46a6100d05d8f1e","title":"Bruce Springsteen Shares 'Unusual' Previously Unreleased Song: Listen","description":"The song was written for a film that was never completed.","author":"Katrina Nattress"},"pub_start":1746129120000,"pub_until":4115978604802,"pub_changed":1746129536220,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC"]},{"tags":["categories/music-news","artists/Bruce Springsteen (3613)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813cf19f46a6100d05d8f13","slug:2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","slug:2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","keyword:keywords/Bruce Springsteen","keyword:keywords/unreleased song","keyword:keywords/New Music","author:user"]}},{"id":"%2F6813856b8b1a8ac7974e138c","type":"PUBLISHING","record":{"ref_id":"%2F6813856b8b1a8ac7974e138c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6eb29f75-a16c-43e7-8085-c11e069dc806","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/63441858/?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/63441858/?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/63441858/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681385868b1a8ac7974e1397","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>King Charles III\u003c/strong> recently revealed what helped him get through the "darkest moments" of his cancer battle thus far. \u003c/p>\n\n\u003cp>On Wednesday (April 30), the beloved monarch, who was diagnosed with \u003ca href=\"https://www.iheart.com/content/2024-12-20-buckingham-palace-reveals-new-details-on-king-charles-cancer-diagnosis/\" target=\"_blank\">an undisclosed form of cancer\u003c/a> in 2024, spoke about his condition during a cancer support organization reception at Buckingham Palace (per \u003ca href=\"https://www.usmagazine.com/celebrity-news/news/king-charles-reflects-on-lessons-from-cancer-battle/\" target=\"_blank\">\u003cem>US Weekly\u003c/em>\u003c/a>\u003cem>)\u003c/em>, drawing attention to compassionate doctors and nurses. \u003c/p>\n\n\u003cblockquote>"It has certainly given me an even deeper appreciation of the extraordinary work undertaken by the remarkable organizations and individuals gathered here this evening, many of whom I have known, visited, and supported over the years. And it has reinforced what I have long observed during these visits — that the darkest moments of illness can be illuminated by the greatest compassion."\u003c/blockquote>\n\n\u003cp>He assured that selfless healthcare workers who assist him and countless others "have my whole family’s deepest admiration and gratitude."\u003c/p>\n\n\u003cblockquote>"What strikes us repeatedly is the profound impact of human connection — whether in the careful explanation from a specialist nurse, the hand held by a hospice volunteer, or the shared experience in a support group. These moments of kinship create what I might call a community of care, one that sustains patients \u003ca href=\"https://www.iheart.com/content/2024-08-22-king-charles-iii-unveils-rare-personal-health-update-amid-cancer-diagnosis/\" target=\"_blank\">through the most difficult of times\u003c/a>."\u003c/blockquote>\n\n\u003cp>The King explained that, while cancer is a "frightening experience," it also "brings into sharp focus the very best of humanity."\u003c/p>\n\n\u003cblockquote>"Each diagnosis, each new case, will be a daunting and at times frightening experience for those individuals and their loved ones. But as one among those statistics myself, I can vouch for the fact that it can also be an experience that brings into sharp focus the very best of humanity." \u003c/blockquote>\n\n\u003cp>For more on King Charles' ongoing cancer battle, read \u003ca href=\"https://www.iheart.com/content/2025-03-30-king-charles-makes-first-statement-since-hospitalization-amid-cancer-battle/\" target=\"_blank\">King Charles Makes First Statement Since Hospitalization Amid Cancer Battle\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/King Charles","keywords/monarch","keywords/cancer battle","keywords/moments","keywords/comment","keywords/King","keywords/experience","keywords/focus"],"primary_image":{"bucket":"new_assets","id":"%2F681385868b1a8ac7974e1397"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS"]},"publish_date":1746126420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","social_title":"","summary":"'It has certainly given me an even deeper appreciation of the...'","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news"],"distribution":["artists/King Charles (30059989)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"King Charles Makes Rare Comment About Cancer Battle: 'Darkest Moments'","permalink":"https://mix96online.iheart.com/content/2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments/"},"slug":"2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681385868b1a8ac7974e1397","title":"King Charles Makes Rare Comment About Cancer Battle: 'Darkest Moments'","description":"'It has certainly given me an even deeper appreciation of the...'","author":"Logan DeLoye"},"pub_start":1746126420000,"pub_until":4115978604802,"pub_changed":1746127054654,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","artists/King Charles (30059989)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813856b8b1a8ac7974e138c","slug:2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","slug:2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","keyword:keywords/King Charles","keyword:keywords/monarch","keyword:keywords/cancer battle","keyword:keywords/moments","keyword:keywords/comment","keyword:keywords/King","keyword:keywords/experience","keyword:keywords/focus","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":2,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJyZGd3NCI6LTEsIjdUS29VIjotMX19","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":"%2F09406e5186c75379fb5e6d62e037d3be","slug":"valentine-in-the-morning","ownBrand":"brands/Valentine In The Morning (31764)","configByLookup":{"common":{"branding":{"name":"Valentine In The Morning","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6373f9387ebc13b95d2c4108"}}}}}},{"_id":"%2F01c492ee401cae7531b9c3cfbcd6fa5a","slug":"jana","ownBrand":"brands/Jana (237)","configByLookup":{"common":{"branding":{"name":"Jana","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5f7f323ad0586b77a57f26b7"}}}}}},{"_id":"%2F05a88e005e7084826167b8adef5808b2","slug":"jeff-stevens","ownBrand":"brands/Jeff Stevens (33668)","configByLookup":{"common":{"branding":{"name":"Jeff Stevens","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/6261755109c07d7ce4afa706"}}}}}},{"_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":"%2Fa283a4184a0dab8ac6097a4a41e327f4","slug":"theresa-lucas","ownBrand":"brands/Theresa Lucas (54342)","configByLookup":{"common":{"branding":{"name":"Theresa Lucas","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/41e825c5e647a9a9914c7bedf611f63e"}}}}}}]},{"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":["29605234","60797899","27935899","52362192","81496981"]},{"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":"%2F6813871cf33817c9f5d7be72","type":"PUBLISHING","record":{"ref_id":"%2F6813871cf33817c9f5d7be72","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c1b6b071-bd1d-4b98-b9a5-c632f20e358e","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","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/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813993d32c4fd911c1304e7","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Are you Team Noah or Team Lon? \u003cstrong>James Marsden\u003c/strong> is finally weighing in on a \u003ca href=\"https://www.iheart.com/content/2025-04-10-the-office-stars-finally-address-popular-fan-theory-shady-business/\" target=\"_blank\">longtime debate among fans\u003c/a> of \u003cem>The Notebook\u003c/em>.\u003c/p>\n\n\u003cp>In a new interview with \u003ca href=\"https://people.com/james-marsden-finally-answers-the-notebook-fans-burning-question-should-allie-have-ended-up-with-lon-or-noah-11725372\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>, Marsden, who starred as Lon Hammond, Jr. alongside \u003cstrong>Rachel McAdams\u003c/strong> (Allie Hamilton) \u003ca href=\"https://www.iheart.com/content/2024-10-21-eva-mendes-ryan-gosling-have-one-extreme-rule-for-their-daughters/\" target=\"_blank\">and \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-10-21-eva-mendes-ryan-gosling-have-one-extreme-rule-for-their-daughters/\" target=\"_blank\">\u003cstrong>Ryan Gosling\u003c/strong>\u003c/a> (Noah Calhoun) in the beloved 2004 film adaptation of the 1996 \u003cstrong>Nicholas Sparks\u003c/strong> novel of the same name, shared his thoughts on a question that has been up for debate since the film's 2004 release: did Allie choose the right guy?\u003c/p>\n\n\u003cp>In the film, Allie, who was engaged to Lon, ultimately breaks off the engagement and reunites with her true love Noah. Despite some fans' beliefs that she was better off with the wealthy lawyer, Marsden himself agrees with the decision to have Noah and Allie end up together. \u003c/p>\n\n\u003cp>"You know, it's funny. I hear a lot of people nowadays that very kindly come up to me and say, '[Lon was] the whole package, you were like this wealthy guy, and you treated her right, and you trusted her and it was a healthy relationship and [Allie and Noah] were in an unhealthy, toxic relationship,'" he said. "While I see that and understand it, I mean, love is love."\u003c/p>\n\n\u003cp>\u003ca href=\"https://elvisduran.iheart.com/featured/elvis-duran/content/2023-05-01-james-marsden-shares-how-they-pulled-off-jury-duty-filming/\" target=\"_blank\">The \u003c/a>\u003ca href=\"https://elvisduran.iheart.com/featured/elvis-duran/content/2023-05-01-james-marsden-shares-how-they-pulled-off-jury-duty-filming/\" target=\"_blank\">\u003cem>Hairspray\u003c/em>\u003c/a>\u003ca href=\"https://elvisduran.iheart.com/featured/elvis-duran/content/2023-05-01-james-marsden-shares-how-they-pulled-off-jury-duty-filming/\" target=\"_blank\"> actor\u003c/a> said the "fiery" love and chemistry between the characters was "undeniable" so it's no wonder they overcame all the odds keeping them apart to find their happily ever after.\u003c/p>\n\n\u003cp>"The dynamic between [Allie and Noah] and their chemistry was undeniable," he said. "And so I think, yeah, she should have ended up with Noah. That kind of love in that movie can be fiery and it can still be the right thing, the right person to be with."\u003c/p>\n\n\u003cp>As for Lon, who he called a "really good guy," Marsden believes that "there's another lady out there for him, I'm sure, that's very happy."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable/","cuser":"user/ldap/1129327","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/James Marsden","keywords/The Notebook"],"primary_image":{"bucket":"new_assets","id":"%2F6813993d32c4fd911c1304e7"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},"publish_date":1746126180000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","social_title":"","summary":"The \"Notebook\" actor shared his thoughts on the topic that has divided fans since the film's 2004 release.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"James Marsden Finally Weighs In On ‘The Notebook’ Fan Debate: ‘Undeniable’","permalink":"https://mix96online.iheart.com/content/2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable/"},"slug":"2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813993d32c4fd911c1304e7","title":"James Marsden Finally Weighs In On ‘The Notebook’ Fan Debate: ‘Undeniable’","description":"The \"Notebook\" actor shared his thoughts on the topic that has divided fans since the film's 2004 release.","author":"Sarah Tate"},"pub_start":1746126180000,"pub_until":4115978604802,"pub_changed":1746126585876,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813871cf33817c9f5d7be72","slug:2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","slug:2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","keyword:keywords/James Marsden","keyword:keywords/The Notebook","author:user"]}},{"id":"%2F6813853b8e8f17cc0c3f8072","type":"PUBLISHING","record":{"ref_id":"%2F6813853b8e8f17cc0c3f8072","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"40f7adea-f6a9-4ffd-83f6-f1b06b01cbf5","revision_id":"AAAAAAAAAAD//////////w=="},"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":"%2F681385588e8f17cc0c3f807d","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kendall Jenner\u003c/strong> is the ultimate auntie, and we have the snaps to prove it! \u003c/p>\n\n\u003cp>The model recently shared a series of snaps on Instagram with the caption "that’s auntie kenny to you," featuring an adorable photo with her nephew, \u003cstrong>Aire Webster\u003c/strong>. \u003c/p>\n\n\u003cp>The first snap in the series zoomed in on Jenner posing in the mirror with a digital camera, followed by photos and videos from a tropical getaway. The standout let the world in on her travels \u003ca href=\"https://www.iheart.com/content/2024-11-13-photos-kendall-jenner-unexpectedly-debuts-brand-new-hair-transformation/\" target=\"_blank\">through scenes\u003c/a> of palm trees and canals surrounded by historic homes. \u003c/p>\n\n\u003cp>Jenner also looked to be riding a horse, drinking 818 tequila, and even posing with her nephew Aire Webster, her sister \u003cstrong>Kylie Jenner\u003c/strong>'s youngest child whom she shares with rapper \u003ca href=\"https://www.iheart.com/artist/travis-scott-30576501/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30576501\" data-catalog-related-id=\"\">Travis Scott\u003c/a>. Kendall and the three-year-old sat on the couch sipping their drinks — the model with a glass of wine and Aire with a sippy cup.\u003c/p>\n\n\u003cp>Kendall also included a snap of 818 tequila shooters and a throwback photo of her parents, \u003cstrong>Kris Jenner\u003c/strong> and \u003cstrong>Caitlyn Jenner\u003c/strong>, opening gifts on the floor. \u003c/p>\n\n\u003cp>See the exciting photo series shining a bright spotlight on \u003ca href=\"https://www.iheart.com/content/2024-11-20-kylie-jenner-hilariously-trolls-kendall-jenner-in-cucumber-cutting-video/\" target=\"_blank\">the adventures of\u003c/a> Auntie Kenny below! \u003c/p>\n\n\u003cp>For more on Jenner, read \u003ca href=\"https://www.iheart.com/content/2025-01-23-where-brody-jenner-stands-with-sisters-kendall-jenner-kylie-jenner/\" target=\"_blank\">Where Brody Jenner Stands With Sisters Kendall Jenner & Kylie Jenner\u003c/a>. \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%2FDJFMXNYvEZf%2F%3Fimg_index%3D4","@url":"https://www.instagram.com/p/DJFMXNYvEZf/?img_index=4","author_name":"kendalljenner","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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 Kendall (@kendalljenner)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":360,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/491431602_18933462103044931_3113993589891103232_n.jpg?stp=dst-jpg_e15_s480x480_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QE855LiPQwoMomJdy4sT73le-aGS86_8QNO_ZwzXmRo_dNjuoZS_Hd_Ywx6R9linbc&_nc_ohc=vmvgZsQu0OsQ7kNvwHIUPjz&_nc_gid=9ehwEw7-DfJQR8simM4Pzg&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfEbkBdlzLTF0VaukEIiFWcI1TD0nZ0RGUrQVLBEp8nI9g&oe=68199577&_nc_sid=cc8940","thumbnail_width":480,"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/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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 Kendall (@kendalljenner)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJFMXNYvEZf/?img_index=4"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/Kendall Jenner","keywords/caption","keywords/Aire Webster","keywords/standout","keywords/auntie","keywords/series","keywords/snaps","keywords/model","keywords/Instagram","keywords/Kylie Jenner"],"primary_image":{"bucket":"new_assets","id":"%2F681385588e8f17cc0c3f807d"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1746124380000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","social_title":"","summary":"See the new snaps of 'Auntie Kenny' here...","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kendall Jenner Proves She's The Ultimate 'Auntie' In Fun New Photo Series","permalink":"https://mix96online.iheart.com/content/2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series/"},"slug":"2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681385588e8f17cc0c3f807d","title":"Kendall Jenner Proves She's The Ultimate 'Auntie' In Fun New Photo Series","description":"See the new snaps of 'Auntie Kenny' here...","author":"Logan DeLoye"},"pub_start":1746124380000,"pub_until":4115978604802,"pub_changed":1746124791493,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813853b8e8f17cc0c3f8072","slug:2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","slug:2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","keyword:keywords/Kendall Jenner","keyword:keywords/caption","keyword:keywords/Aire Webster","keyword:keywords/standout","keyword:keywords/auntie","keyword:keywords/series","keyword:keywords/snaps","keyword:keywords/model","keyword:keywords/Instagram","keyword:keywords/Kylie Jenner","author:user"]}},{"id":"%2F68138719bad93095aa7b38bd","type":"PUBLISHING","record":{"ref_id":"%2F68138719bad93095aa7b38bd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"97ea036c-1cce-4d63-8d4f-12079e7259b6","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/855855/?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/artist/855855/?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/artist/855855/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/855855/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681398f7a9cdbd70321c7b35","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/lorde-855855/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"855855\" data-catalog-related-id=\"\">\u003cstrong>Lorde\u003c/strong>\u003c/a> put blood, sweat and tears into her new music.\u003c/p>\n\n\u003cp>On Wednesday (April 30), the "Green Light" singer took to \u003ca href=\"https://www.instagram.com/p/DJE6GHvtaa_/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==\" target=\"_blank\">Instagram\u003c/a> to announce her forthcoming album \u003cem>Virgin\u003c/em>, \u003ca href=\"https://www.iheart.com/content/2025-04-16-lorde-officially-announces-comeback-single-what-was-that/\" target=\"_blank\">her first in four years\u003c/a> and a follow-up to 2021's \u003cem>Solar Power\u003c/em>. Simply captioning the post with the album's title, Lorde shared the album cover featuring a pelvic X-ray with a zipper and belt buckle in the center.\u003c/p>\n\n\u003cp>In a note on her \u003ca href=\"https://www.lorde.co.nz/\" target=\"_blank\">website\u003c/a>, Lorde admitted that \u003cem>Virgin\u003c/em> was "100% WRITTEN IN BLOOD." The project, out in June, is produced by the singer and \u003cstrong>Jim-E Stack\u003c/strong>, with \u003cstrong>Fabiana Palladino\u003c/strong>, \u003cstrong>Andrew Aged\u003c/strong>, \u003cstrong>Buddy Ross\u003c/strong>, \u003cstrong>Dan Nigro\u003c/strong> and \u003ca href=\"https://www.iheart.com/artist/blood-orange-684469/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"684469\" data-catalog-related-id=\"\">Blood Orange\u003c/a>'s \u003cstrong>Dev Hynes\u003c/strong>.\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%2FDJE6GHvtaa_%2F%3Futm_source%3Dig_web_copy_link","@url":"https://www.instagram.com/p/DJE6GHvtaa_/?utm_source=ig_web_copy_link","author_name":"lorde","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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 Lorde (@lorde)\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/494551230_18507927892037477_6958860847858406894_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QFxLQuFSYHdu5CxlXU4Fn1RLP9YxCrGuV9hcO2WJ33zTEPlQCYC6n65fZr-MhkamIc&_nc_ohc=0mg9vByF-vIQ7kNvwFzejhm&_nc_gid=axq21iw3wVLa4RqZdqf1oQ&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfHzcs7h0y5eu-qETpK5RLIdRkpPKnWmtV_bgLhQnASWtA&oe=681986BF&_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/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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 Lorde (@lorde)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJE6GHvtaa_/?utm_source=ig_web_copy_link"},{"html":"\u003cp>The "Royals" musician shared even more personal meaning behind the project while describing the album in an email sent to fans, per \u003ca href=\"https://people.com/lorde-announces-new-album-virgin-artwork-pelvic-x-ray-11725045\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>"THE COLOUR OF THE ALBUM IS CLEAR. LIKE BATHWATER, WINDOWS, ICE, SPIT. FULL TRANSPARENCY. THE LANGUAGE IS PLANE AND UNSENTIMENTAL. THE SOUNDS ARE THE SAME WHEREVER POSSIBLE," she wrote, adding, "I WAS TRYING TO SEE MYSELF, ALL THE WAY THROUGH. I WAS TRYING TO MAKE A DOCUMENT THAT REFLECTED MY FEMININITY: RAW, PRIMAL, INNOCENT, ELEGANT, OPENHEARTED, SPIRITUAL, MASC."\u003c/p>\n\n\u003cp>Lorde explained that she is both "proud and scared" of the album as it's putting everything on display in an effort to find freedom.\u003c/p>\n\n\u003cp>"THERE'S NOWHERE TO HIDE," she said. "I BELIEVE THAT PUTTING THE DEEPEST PARTS OF OURSELVES TO MUSIC IS WHAT SETS US FREE."\u003c/p>\n\n\u003cp>Fans already got their first taste of Lorde's fourth studio album with her new single "What Was That." After teasing the track on social media, she debuted the song last week in at a gathering in New York City \u003ca href=\"https://www.iheart.com/content/2025-04-23-watch-lorde-play-new-song-for-fans-after-cops-shut-down-nyc-park-gathering/\" target=\"_blank\">after police initial shut the event down\u003c/a>.\u003c/p>\n\n\u003cp>\u003cem>Virgin\u003c/em> drops June 27.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood/","cuser":"user/ldap/1129327","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/Lorde","keywords/album","keywords/What Was That"],"primary_image":{"bucket":"new_assets","id":"%2F681398f7a9cdbd70321c7b35"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN","formats/ROCKALTERNATIVE"]},"publish_date":1746124320000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","social_title":"","summary":"Lorde recently gave fans a tease of her first album in four years with her new single \"What Was That.\"","targets":[{"categories":["categories/music-news"],"distribution":["artists/Lorde (855855)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Lorde Announces New Album 'Virgin' Was '100% Written In Blood'","permalink":"https://mix96online.iheart.com/content/2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood/"},"slug":"2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681398f7a9cdbd70321c7b35","title":"Lorde Announces New Album 'Virgin' Was '100% Written In Blood'","description":"Lorde recently gave fans a tease of her first album in four years with her new single \"What Was That.\"","author":"Sarah Tate"},"pub_start":1746124320000,"pub_until":4115978604802,"pub_changed":1746124714300,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN","formats/ROCKALTERNATIVE"]},{"tags":["categories/music-news","artists/Lorde (855855)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138719bad93095aa7b38bd","slug:2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","slug:2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","keyword:keywords/Lorde","keyword:keywords/album","keyword:keywords/What Was That","author:user"]}},{"id":"%2F68138300d24c2ed459c82af5","type":"PUBLISHING","record":{"ref_id":"%2F68138300d24c2ed459c82af5","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"725755d9-af77-4381-bd85-a3d628dd2243","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/34786/?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/artist/34786/?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/artist/34786/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/34786/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68138316d24c2ed459c82b00","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/christina-aguilera-34786/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34786\" data-catalog-related-id=\"\">Christina Aguilera\u003c/a> posted a series of stunning snaps from her latest photoshoot on Instagram, and fans praised her for "aging backwards." \u003c/p>\n\n\u003cp>The series zoomed in on the 44-year-old's recent photoshoot with \u003cem>Carcy Magazine\u003c/em> in which she donned a \u003ca href=\"https://www.iheart.com/content/2024-12-19-photos-christina-aguilera-bares-all-in-sultry-new-birthday-post/\" target=\"_blank\">series of spicy looks\u003c/a> for the cover. \u003c/p>\n\n\u003cp>The first snap in the carousel features the "beautiful" songstress with a paper mask around her eyes that reads "original." In the second photo, Aguilera wore white underwear over her jeans with a matching white shirt and a black hat. The next few snaps in the series showed the star taking off a wig, posing in pink, and sitting on a chair in a sheer polka-dot dress with a cigarette in her hand. \u003c/p>\n\n\u003cp>There is also one snap of the "Genie In A Bottle" hitmaker wearing a gold dress with her hair teased and a toothpick in her mouth. Fans sounded off in support of the new photos in the comment section of the post, remarking, "Oh she’s a MODEL, she looks like Christina Aguilera 1999 😘👑❤," and "She’s 19 again ❤️❤️❤️" per \u003ca href=\"https://pagesix.com/2025/04/30/style/christina-aguilera-is-aging-backwards-in-new-photo-shoot/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"I dunno what you’ve done or who had to pay the price, but this is \u003ca href=\"https://www.iheart.com/content/2024-11-17-watch-christina-aguilera-sabrina-carpenter-join-forces-for-surprising-duet/\" target=\"_blank\">what we needed\u003c/a>, and you’re serving 🎂," another said. \u003c/p>\n\n\u003cp>Aguilera also posted two behind-the-scenes clips from the Carcy shoot of herself strutting to the \u003ca href=\"https://www.instagram.com/p/DJCWdGApIM8/\" target=\"_blank\">camera's flash\u003c/a>. \u003c/p>\n\n\u003cp>Check out the exciting new photo series below! \u003c/p>\n\n\u003cp>For more on Aguilera, read \u003ca href=\"https://www.iheart.com/content/2024-08-15-christina-aguilera-claps-back-at-body-shamers-amid-ozempic-rumors/\" target=\"_blank\">Christina Aguilera Claps Back At Body Shamers Amid Ozempic Rumors\u003c/a>. \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%2FDJAHDTcTU_7%2F%3Fimg_index%3D1","@url":"https://www.instagram.com/p/DJAHDTcTU_7/?img_index=1","author_name":"xtina","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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 Christina Aguilera (@xtina)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":599,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/494197520_18497061346049433_7969568437987803390_n.jpg?stp=dst-jpg_e15_p480x480_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QFpx7rLiVD0-iBNrfgIjzhJDjS1koiNqUwCj_V2zT2CUanibChj-9WoG4n7Tdjx2NM&_nc_ohc=_eA8eoKvE2cQ7kNvwErLIJr&_nc_gid=VBWTxZE51gRn6F3igJnYbg&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfG8aqfDqWC6mZgSk88fvUoBSsPHE9Bbk_k9onwojIsVuQ&oe=681998B7&_nc_sid=cc8940","thumbnail_width":480,"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/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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 Christina Aguilera (@xtina)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJAHDTcTU_7/?img_index=1"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps/","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/Christina Aguilera","keywords/Photos","keywords/snaps","keywords/series","keywords/photo","keywords/photoshoot","keywords/snap","keywords/songstress","keywords/hitmaker"],"primary_image":{"bucket":"new_assets","id":"%2F68138316d24c2ed459c82b00"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN"]},"publish_date":1746121800000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","social_title":"","summary":"See the stunning photo series here! ","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["artists/Christina Aguilera (34786)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"PHOTOS: Christina Aguilera Is 'Aging Backwards' In Jaw-Dropping New Snaps","permalink":"https://mix96online.iheart.com/content/2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps/"},"slug":"2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68138316d24c2ed459c82b00","title":"PHOTOS: Christina Aguilera Is 'Aging Backwards' In Jaw-Dropping New Snaps","description":"See the stunning photo series here! ","author":"Logan DeLoye"},"pub_start":1746121800000,"pub_until":4115978604802,"pub_changed":1746122231961,"subscription":[{"tags":["categories/music-news","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","artists/Christina Aguilera (34786)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138300d24c2ed459c82af5","slug:2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","slug:2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","keyword:keywords/Christina Aguilera","keyword:keywords/Photos","keyword:keywords/snaps","keyword:keywords/series","keyword:keywords/photo","keyword:keywords/photoshoot","keyword:keywords/snap","keyword:keywords/songstress","keyword:keywords/hitmaker","author:user"]}},{"id":"%2F68138709d113f6ed0a3a3b13","type":"PUBLISHING","record":{"ref_id":"%2F68138709d113f6ed0a3a3b13","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d9762b9e-fc36-4044-9696-ecbbb7bfedc6","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/57706/?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/artist/57706/?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/artist/57706/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/57706/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813992d7de8cfdffa7b41b0","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/benny-blanco-833174/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"833174\" data-catalog-related-id=\"\">\u003cstrong>Benny Blanco\u003c/strong>\u003c/a> has an unusual nickname for \u003ca href=\"https://www.iheart.com/artist/selena-gomez-57706/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"57706\" data-catalog-related-id=\"\">\u003cstrong>Selena Gomez\u003c/strong>\u003c/a> and is sharing the funny reason behind the moniker.\u003c/p>\n\n\u003cp>The couple and \u003ca href=\"https://www.iheart.com/content/2025-03-28-selena-gomez-explains-how-new-album-with-benny-blanco-was-a-leap-of-faith/\" target=\"_blank\">\u003cem>I Said I Love You First\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-28-selena-gomez-explains-how-new-album-with-benny-blanco-was-a-leap-of-faith/\" target=\"_blank\"> collaborators\u003c/a> appeared as guests on \u003ca href=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/\" target=\"_blank\">the April 30 episode\u003c/a> of the \u003ca href=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"31122002\" data-catalog-related-id=\"\">\u003cem>Table Manners with Jessie and Lennie Ware\u003c/em>\u003c/a> podcast where they opened up about the nicknames they have for each other, per \u003ca href=\"https://people.com/benny-blanco-explains-the-funny-reason-selena-gomez-nickname-salami-11725058\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. While Blanco does often shorten \u003ca href=\"https://www.iheart.com/content/2025-04-24-watch-benny-blanco-goes-all-out-taking-selena-gomez-to-her-first-prom/\" target=\"_blank\">his fiancée's\u003c/a> name to Sel, there is one name he uses for his phone contact that is a bit more surprising. \u003c/p>\n\n\u003cp>"In my phone — because I didn't want anyone to be over my shoulder looking — I made her salami," he revealed, noting that "to this day" he has still not changed her contact name.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1270-table-manners-with-jessie-31122002%2Fepisode%2Fselena-gomez-and-benny-blanco-273755597%2F","@url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/","author_name":"Table Manners with Jessie and Lennie Ware","author_url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/?embed=true&cid=oembed&keyid%5B0%5D=Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&keyid%5B1%5D=Selena%20Gomez%20and%20Benny%20Blanco%20-%20Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9hc3NldHMucGlwcGEuaW8vc2hvd3MvNjIxZjczNTA0ODkyZmRhMGQ0MjRkNjNlLzE2NzcwNzIwNTUzNjgtMjc2OGE3NDU5YzkxZWYxNWRiMjJkOTE2MTVkYzUwNjkuanBlZw","thumbnail_width":300,"title":"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/?embed=true&cid=oembed&keyid%5B0%5D=Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&keyid%5B1%5D=Selena%20Gomez%20and%20Benny%20Blanco%20-%20Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/"},{"html":"\u003cp>For her part, \u003ca href=\"https://www.iheart.com/content/2025-04-25-selena-gomez-recalls-scary-decision-to-open-up-about-her-mental-health/\" target=\"_blank\">the Rare Beauty founder\u003c/a> tends to use more sweet endearments than those of a cured meat variety, choosing names like "babe or love or honey" to refer to her fiancé.\u003c/p>\n\n\u003cp>Elsewhere in the chat, the couple shared some new details about their upcoming nuptials, including \u003ca href=\"https://www.iheart.com/content/2025-04-30-selena-gomez-reveals-tradition-she-wants-to-skip-at-benny-blanco-wedding/\" target=\"_blank\">the one wedding tradition they are considering leaving behind\u003c/a> and the "special" plan they want to do instead. Gomez and Blanco also got personal while discussing their very first kiss and how the "Love On" singer was \u003ca href=\"https://www.iheart.com/content/2025-04-30-why-selena-gomez-got-a-rash-after-her-first-kiss-with-benny-blanco/\" target=\"_blank\">so nervous that she broke out into a rash\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez/","cuser":"user/ldap/1129327","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/Benny Blanco","keywords/Selena Gomez","keywords/nickname"],"primary_image":{"bucket":"new_assets","id":"%2F6813992d7de8cfdffa7b41b0"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746118680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","social_title":"","summary":"While Selena Gomez calls her fiancé \"babe\" or \"honey,\" he took a different approach.","targets":[{"categories":["categories/music-news"],"distribution":["artists/Selena Gomez (57706)","artists/Benny Blanco (833174)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Benny Blanco Shares Reason Behind His Unusual Nickname For Selena Gomez","permalink":"https://mix96online.iheart.com/content/2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez/"},"slug":"2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813992d7de8cfdffa7b41b0","title":"Benny Blanco Shares Reason Behind His Unusual Nickname For Selena Gomez","description":"While Selena Gomez calls her fiancé \"babe\" or \"honey,\" he took a different approach.","author":"Sarah Tate"},"pub_start":1746118680000,"pub_until":4115978604802,"pub_changed":1746119111507,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/music-news","artists/Selena Gomez (57706)","artists/Benny Blanco (833174)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138709d113f6ed0a3a3b13","slug:2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","slug:2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","keyword:keywords/Benny Blanco","keyword:keywords/Selena Gomez","keyword:keywords/nickname","author:user"]}},{"id":"%2F681381bf02e2d7e73f14d8f3","type":"PUBLISHING","record":{"ref_id":"%2F681381bf02e2d7e73f14d8f3","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"44faf1f6-d8f5-456b-81d4-eef0b08afc1d","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":"%2F681382ea02e2d7e73f14d8fe","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Fans think \u003cstrong>Kim Kardashian\u003c/strong>'s 9-year-old son \u003cstrong>Saint\u003c/strong> \u003cstrong>West\u003c/strong> hacked her Instagram account to promote his YouTube channel on Wednesday (April 30). \u003c/p>\n\n\u003cp>According to \u003ca href=\"https://pagesix.com/2025/04/30/celebrity-news/kim-kardashians-9-year-old-son-seemingly-hacks-moms-instagram-account-with-357m-followers-posts-strange-message/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>, \u003ca href=\"https://www.iheart.com/content/2025-03-13-kim-kardashian-reveals-which-child-will-get-her-ekanye-west-engagement-ring/\" target=\"_blank\">the child\u003c/a>, whom \u003cem>The Kardashians \u003c/em>star shares with ex-husband \u003ca href=\"https://www.iheart.com/artist/kanye-west-34743/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34743\" data-catalog-related-id=\"\">Kanye West\u003c/a>, supposedly posted a close-up snap of his YouTube channel, asking his mother's 357 million Instagram followers to subscribe to "\u003ca href=\"https://www.youtube.com/@S4intking\" target=\"_blank\">@S4intsking\u003c/a>." \u003c/p>\n\n\u003cp>"Sub to Saint’s channel," the since-deleted post read. Fans commented in confusion, remarking, "SAINT LEAVE YO MAMA PHONE," and "Saint, put mom's phone down." Another praised the child for promoting his channel, stating, "Saint done hacked the IG for the promo lolol.. smart man." \u003c/p>\n\n\u003cp>\u003cem>Page Six\u003c/em> mentioned that this is not the 9-year-old's first YouTube channel. His original account, @TheGoatSaint, was taken down last October after an accidental meme \u003ca href=\"https://www.iheart.com/content/2024-12-30-photos-kim-kardashian-shows-off-her-grown-up-kids-in-new-holiday-post/\" target=\"_blank\">was shared to\u003c/a> his profile. Information regarding who posted the snap of Saint's YouTube handle on Kim's Instagram has yet to be revealed. \u003c/p>\n\n\u003cp>Kardashian's jewelry heist trial began earlier this week, bringing to light new information regarding the 2016 robbery where the SKIMS founder was held at gunpoint at an apartment complex in Paris and $9 million worth of jewelry was stolen from her room. \u003c/p>\n\n\u003cp>One of the robbers, 72-year-old \u003cstrong>Yunice Abbas\u003c/strong>, apologized to Kim for the "traumas" he caused while on the stand. \u003c/p>\n\n\u003cp>"I regret it, not because I got caught, but because ... there was a trauma." Nine additional suspects took the stand this week, not including one who \u003ca href=\"https://www.eonline.com/news/1416772/kim-kardashian-paris-robbery-suspect-dies-ahead-of-trial\" target=\"_blank\">passed away before the trial\u003c/a>. \u003c/p>\n\n\u003cp>For more, read \u003ca href=\"https://www.iheart.com/content/2025-04-29-kim-kardashian-jewelry-heist-suspect-reveals-new-details-about-2016-robbery/\" target=\"_blank\">Kim Kardashian Jewelry Heist Suspect Reveals New Details About 2016 Robbery\u003c/a>. \u003c/p>\n\n\u003cp>See screenshots of the since-deleted Instagram post on \u003ca href=\"https://pagesix.com/2025/04/30/celebrity-news/kim-kardashians-9-year-old-son-seemingly-hacks-moms-instagram-account-with-357m-followers-posts-strange-message/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/son","keywords/Kim Kardashian","keywords/Page Six","keywords/Instagram","keywords/Yunice Abbas","keywords/message","keywords/channel","keywords/child","keywords/Fans","keywords/mom"],"primary_image":{"bucket":"new_assets","id":"%2F681382ea02e2d7e73f14d8fe"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1746118260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","social_title":"","summary":"Here's what the 9-year-old supposedly posted on his mom's Instagram...","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news"],"distribution":["artists/Kim Kardashian (557556)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kim Kardashian's Son Allegedly Hacked Her Instagram To Post This Message","permalink":"https://mix96online.iheart.com/content/2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message/"},"slug":"2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681382ea02e2d7e73f14d8fe","title":"Kim Kardashian's Son Allegedly Hacked Her Instagram To Post This Message","description":"Here's what the 9-year-old supposedly posted on his mom's Instagram...","author":"Logan DeLoye"},"pub_start":1746118260000,"pub_until":4115978604802,"pub_changed":1746118796581,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","artists/Kim Kardashian (557556)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681381bf02e2d7e73f14d8f3","slug:2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","slug:2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","keyword:keywords/son","keyword:keywords/Kim Kardashian","keyword:keywords/Page Six","keyword:keywords/Instagram","keyword:keywords/Yunice Abbas","keyword:keywords/message","keyword:keywords/channel","keyword:keywords/child","keyword:keywords/Fans","keyword:keywords/mom","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJyZGd3NCI6LTEsIjdUS29VIjotMX19","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":"%2F6813c4b33be26485a096c058","type":"PUBLISHING","record":{"ref_id":"%2F6813c4b33be26485a096c058","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"","blocks":[{"id":"29605234","kind":"podcast","related_id":"273881577","schedule":{},"type":"catalog"},{"html":"\u003cp>Today on Valentine In The Morning: We’re talking about the people you refuse to get in a car with—because they drive like chaos. Plus, what’s the funniest, weirdest, or most ridiculous lie an ex ever told you? \u003c/p>\n\n\n\u003cp>Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart.com/live/1043-myfm-173/\" target=\"_blank\">https://www.iheart.com/live/1043-myfm-173/\u003c/a>\u003c/p>\n\n\u003cp>Website: 1043myfm.com/valentine\u003c/p>\n\n\u003cp>Instagram: @ValentineInTheMorning\u003c/p>\n\n\u003cp>Facebook: \u003ca href=\"https://www.facebook.com/valentineinthemorning\" target=\"_blank\">https://www.facebook.com/valentineinthemorning\u003c/a>\u003c/p>\n\n\u003cp>TikTok: @ValentineInTheMorning\u003c/p>\n","schedule":{},"type":"html"}],"canonical_url":"https://iheart.com/podcast/660-valentine-in-the-morning-r-29605234","cuser":"","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"%2F6813c49fe054d62dc3ff54b1","feed_partner_content":false,"feed_permalink":"https://iheart.com/podcast/660-valentine-in-the-morning-r-29605234","feed_type":"PODCAST","feed_vendor":"Valentine In The Morning Replay","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":null,"primary_image_uri":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw==?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/Valentine In The Morning (31764)"]},"publish_date":1746111303000,"publish_end_date":4115978604802,"publish_origin":"brands/Valentine In The Morning (31764)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies","social_title":"","summary":"Today on Valentine In The Morning: We’re talking about the people you refuse to get in a car with—because they drive like chaos. Plus, what’s the funniest, weirdest, or most ridiculous lie an ex ever told you? \u003cbr />\u003cbr />Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart....","targets":[],"title":"Dangerous Drivers & Funny Ex Lies","permalink":"https://mix96online.iheart.com/featured/valentine-in-the-morning/content/2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies/"},"slug":"2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies","summary":{"image":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzlhMmQ2Y2YxYjk4MTlmNWUyZGI4MmRjYmVjYjE4NDllLmpwZw==?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":"Dangerous Drivers & Funny Ex Lies","description":"Today on Valentine In The Morning: We’re talking about the people you refuse to get in a car with—because they drive like chaos. Plus, what’s the funniest, weirdest, or most ridiculous lie an ex ever told you? \u003cbr />\u003cbr />Listen live every weekday from 5–10am Pacific: \u003ca href=\"https://www.iheart....","author":""},"pub_start":1746111303000,"pub_until":4115978604802,"pub_changed":1746127803509,"subscription":[{"tags":["brands/Valentine In The Morning (31764)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Valentine In The Morning (31764)","id:/6813c4b33be26485a096c058","slug:2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies","slug:2025-05-01-660-valentine-in-the-morning-r-dangerous-drivers-funny-ex-lies"]}},{"id":"%2F644c2cadc7d22cbf49766bbe","type":"PUBLISHING","record":{"ref_id":"%2F644c2cadc7d22cbf49766bbe","type":"content","payload":{"amp_enabled":false,"apple_news":null,"author":"Theresa Lucas","blocks":[{"html":"\u003cp>\u003cimg src=\"https://i.iheart.com/v3/re/new_assets/63727ddb5230d373deca545f\"\n class=\"img-responsive\"\n alt=\"\" />\u003c/p>\n\n\u003cp>photo credit: Getty Images\u003c/p>\n\n\u003cp>\u003cstrong>Oh my gosh ... I've been saying this incorrectly my whole life! But you know what? I don't plan on changing my ways now!\u003c/strong>\u003c/p>\n\n\u003cp>It can be embarrassing when you realize you’ve been pronouncing a word wrong, like say, quinoa [KEEN-wah]. Well, sometimes we just don’t know. A company checked Google searches to see what brand names we’ve been looking up for pronunciation help. Among their top searches were: Porsche [POR-shaa], Nike [Nigh-key], Hermès [AIR-mez], Louis Vuitton [LOO-ee VWEE-taahn], and IKEA [Ee-KEH-yah]…but who doesn’t say “eye-KEE-ah.” Even Audi [OW-dee] and Gucci [GOO-chi] made their list.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://news.iheart.com/featured/theresa-lucas/content/2023-04-28-do-you-pronounce-it-the-right-way/","cuser":"user/ldap/ccrdtw1trl","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/mispronounced","keywords/ikea"],"primary_image":{"bucket":"assets.getty","id":"%2F62bb7702e8dfd4e2214c81df"},"primary_target":{"categories":["categories/lifestyle"],"distribution":["brands/Theresa Lucas (54342)"]},"publish_date":1746108000000,"publish_end_date":4115978604802,"publish_origin":"brands/Theresa Lucas (54342)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2023-04-28-do-you-pronounce-it-the-right-way","social_title":"","summary":"I've Been Saying It Wrong Forever","targets":[],"title":"I've Been Saying This Incorrectly My Whole Life","permalink":"https://mix96online.iheart.com/featured/theresa-lucas/content/2023-04-28-do-you-pronounce-it-the-right-way/"},"slug":"2023-04-28-do-you-pronounce-it-the-right-way","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/62bb7702e8dfd4e2214c81df","title":"I've Been Saying This Incorrectly My Whole Life","description":"I've Been Saying It Wrong Forever","author":"Theresa Lucas"},"pub_start":1746108000000,"pub_until":4115978604802,"pub_changed":1746108000000,"subscription":[{"tags":["categories/lifestyle","brands/Theresa Lucas (54342)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Theresa Lucas (54342)","id:/644c2cadc7d22cbf49766bbe","slug:2023-04-28-do-you-pronounce-it-the-right-way","slug:2023-04-28-do-you-pronounce-it-the-right-way","keyword:keywords/mispronounced","keyword:keywords/ikea","author:user"]}},{"id":"%2F68135678ab3033ae4998d538","type":"PUBLISHING","record":{"ref_id":"%2F68135678ab3033ae4998d538","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2F6ZRzU9zSuv0%3Fsi%3DWS1hCwsUiCNqnuki","@url":"https://youtu.be/6ZRzU9zSuv0?si=WS1hCwsUiCNqnuki","author_name":"CBS Chicago","author_url":"https://www.youtube.com/@CBSChicago","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/6ZRzU9zSuv0?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=\"Millions of dimes spilled in Texas worth $800,000\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/6ZRzU9zSuv0/hqdefault.jpg","thumbnail_width":480,"title":"Millions of dimes spilled in Texas worth $800,000","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/6ZRzU9zSuv0?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=\"Millions of dimes spilled in Texas worth $800,000\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/6ZRzU9zSuv0?si=WS1hCwsUiCNqnuki"}],"canonical_url":"https://mix1077.iheart.com/featured/mix-morning-show-17707/content/2025-05-01-800k-in-dimes-spills-onto-north-texas-highway/","cuser":"user/ldap/ccrday1daa","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F643999f249b6e36b33ae4b97"},"primary_target":{"categories":[],"distribution":["brands/Mix Morning Show! (17707)"]},"publish_date":1746098100000,"publish_end_date":4115978604802,"publish_origin":"brands/Mix Morning Show! (17707)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-800k-in-dimes-spills-onto-north-texas-highway","social_title":"","summary":"","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/Mix Morning Show! (17707)"]},{"categories":[],"distribution":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"title":"$800K in Dimes Spills Onto North Texas Highway","permalink":"https://mix96online.iheart.com/content/2025-05-01-800k-in-dimes-spills-onto-north-texas-highway/"},"slug":"2025-05-01-800k-in-dimes-spills-onto-north-texas-highway","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/643999f249b6e36b33ae4b97","title":"$800K in Dimes Spills Onto North Texas Highway","description":"","author":""},"pub_start":1746098100000,"pub_until":4115978604802,"pub_changed":1746098562729,"subscription":[{"tags":["brands/Mix Morning Show! (17707)"]},{"tags":["categories/entertainment-news","brands/Mix Morning Show! (17707)"]},{"tags":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mix Morning Show! (17707)","id:/68135678ab3033ae4998d538","slug:2025-05-01-800k-in-dimes-spills-onto-north-texas-highway","slug:2025-05-01-800k-in-dimes-spills-onto-north-texas-highway"]}},{"id":"%2F681355afab3033ae4998d52e","type":"PUBLISHING","record":{"ref_id":"%2F681355afab3033ae4998d52e","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2Fo5Ks4L9oDBw%3Fsi%3DTBbSzZMcMuDadGtH","@url":"https://youtu.be/o5Ks4L9oDBw?si=TBbSzZMcMuDadGtH","author_name":"Guinness World Records","author_url":"https://www.youtube.com/@guinnessworldrecords","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/o5Ks4L9oDBw?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=\"Shocking World Record Eyeball Pop - Guinness World Records\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/o5Ks4L9oDBw/hqdefault.jpg","thumbnail_width":480,"title":"Shocking World Record Eyeball Pop - Guinness World Records","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/o5Ks4L9oDBw?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=\"Shocking World Record Eyeball Pop - Guinness World Records\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/o5Ks4L9oDBw?si=TBbSzZMcMuDadGtH"}],"canonical_url":"https://mix1077.iheart.com/featured/mix-morning-show-17707/content/2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record/","cuser":"user/ldap/ccrday1daa","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F67c85dae3a919bc134035e9c"},"primary_target":{"categories":[],"distribution":["brands/Mix Morning Show! (17707)"]},"publish_date":1746097380000,"publish_end_date":4115978604802,"publish_origin":"brands/Mix Morning Show! (17707)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record","social_title":"","summary":"Uruguay man's eye-popping trick earns him a world record","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/Mix Morning Show! (17707)"]},{"categories":[],"distribution":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"title":"Uruguay man's eye-popping trick earns him a world record","permalink":"https://mix96online.iheart.com/content/2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record/"},"slug":"2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/67c85dae3a919bc134035e9c","title":"Uruguay man's eye-popping trick earns him a world record","description":"Uruguay man's eye-popping trick earns him a world record","author":""},"pub_start":1746097380000,"pub_until":4115978604802,"pub_changed":1746097753731,"subscription":[{"tags":["brands/Mix Morning Show! (17707)"]},{"tags":["categories/entertainment-news","brands/Mix Morning Show! (17707)"]},{"tags":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mix Morning Show! (17707)","id:/681355afab3033ae4998d52e","slug:2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record","slug:2025-05-01-uruguay-mans-eye-popping-trick-earns-him-a-world-record"]}},{"id":"%2F6813514eab3033ae4998d524","type":"PUBLISHING","record":{"ref_id":"%2F6813514eab3033ae4998d524","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"YouTube","@query":"https://www.youtube.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fyoutu.be%2F1x--MaHsbEc%3Fsi%3DoEl4Vrno7AUnBDez","@url":"https://youtu.be/1x--MaHsbEc?si=oEl4Vrno7AUnBDez","author_name":"Prime Video","author_url":"https://www.youtube.com/@PrimeVideo","height":113,"html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1x--MaHsbEc?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=\"Deep Cover - Official Trailer | Prime Video\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/1x--MaHsbEc/hqdefault.jpg","thumbnail_width":480,"title":"Deep Cover - Official Trailer | Prime Video","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"113\" src=\"https://www.youtube.com/embed/1x--MaHsbEc?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=\"Deep Cover - Official Trailer | Prime Video\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://youtu.be/1x--MaHsbEc?si=oEl4Vrno7AUnBDez"}],"canonical_url":"https://mix1077.iheart.com/featured/mix-morning-show-17707/content/2025-05-01-deep-cover-official-trailer-prime-video/","cuser":"user/ldap/ccrday1daa","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F681351a13f733b2708ca37f2"},"primary_target":{"categories":[],"distribution":["brands/Mix Morning Show! (17707)"]},"publish_date":1746096240000,"publish_end_date":4115978604802,"publish_origin":"brands/Mix Morning Show! (17707)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-deep-cover-official-trailer-prime-video","social_title":"","summary":"Deep Cover - Official Trailer | Prime Video","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/Mix Morning Show! (17707)"]},{"categories":[],"distribution":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"title":"Deep Cover - Official Trailer | Prime Video","permalink":"https://mix96online.iheart.com/content/2025-05-01-deep-cover-official-trailer-prime-video/"},"slug":"2025-05-01-deep-cover-official-trailer-prime-video","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/681351a13f733b2708ca37f2","title":"Deep Cover - Official Trailer | Prime Video","description":"Deep Cover - Official Trailer | Prime Video","author":""},"pub_start":1746096240000,"pub_until":4115978604802,"pub_changed":1746096592128,"subscription":[{"tags":["brands/Mix Morning Show! (17707)"]},{"tags":["categories/entertainment-news","brands/Mix Morning Show! (17707)"]},{"tags":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mix Morning Show! (17707)","id:/6813514eab3033ae4998d524","slug:2025-05-01-deep-cover-official-trailer-prime-video","slug:2025-05-01-deep-cover-official-trailer-prime-video"]}},{"id":"%2F68134eddab3033ae4998d51a","type":"PUBLISHING","record":{"ref_id":"%2F68134eddab3033ae4998d51a","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"attributes":{"@provider":"TikTok","@query":"https://www.tiktok.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.tiktok.com%2F%40teacupspuppies%2Fvideo%2F7498016302339034414","@url":"https://www.tiktok.com/@teacupspuppies/video/7498016302339034414","author_name":"TeaCups, Puppies & Boutique ®️","author_unique_id":"teacupspuppies","author_url":"https://www.tiktok.com/@teacupspuppies","embed_product_id":"7498016302339034414","embed_type":"video","height":"100%","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@teacupspuppies/video/7498016302339034414\" data-video-id=\"7498016302339034414\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@teacupspuppies\" href=\"https://www.tiktok.com/@teacupspuppies?refer=embed\">@teacupspuppies\u003c/a> \u003cp>Cutest. Awoo. EVER. \u003ca title=\"puppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppy?refer=embed\">#puppy\u003c/a> \u003ca title=\"puppytok\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppytok?refer=embed\">#puppytok\u003c/a> \u003ca title=\"awoo\" target=\"_blank\" href=\"https://www.tiktok.com/tag/awoo?refer=embed\">#awoo\u003c/a> \u003ca title=\"cutestever\" target=\"_blank\" href=\"https://www.tiktok.com/tag/cutestever?refer=embed\">#cutestever\u003c/a> \u003ca title=\"cutestpuppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/cutestpuppy?refer=embed\">#cutestpuppy\u003c/a> \u003ca title=\"shihtzu\" target=\"_blank\" href=\"https://www.tiktok.com/tag/shihtzu?refer=embed\">#shihtzu\u003c/a> \u003ca title=\"puppies\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppies?refer=embed\">#puppies\u003c/a> \u003ca title=\"teacuppuppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/teacuppuppy?refer=embed\">#teacuppuppy\u003c/a> \u003ca title=\"teacuppuppies\" target=\"_blank\" href=\"https://www.tiktok.com/tag/teacuppuppies?refer=embed\">#teacuppuppies\u003c/a> \u003ca title=\"imperialshihtzu\" target=\"_blank\" href=\"https://www.tiktok.com/tag/imperialshihtzu?refer=embed\">#imperialshihtzu\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - .\" href=\"https://www.tiktok.com/music/original-sound-6903363537922476805?refer=embed\">♬ original sound - .\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider_name":"TikTok","provider_url":"https://www.tiktok.com","thumbnail_height":1920,"thumbnail_url":"https://p19-sign.tiktokcdn-us.com/obj/tos-useast5-p-0068-tx/o40g6IA8PAQAAAiTiVrE6OK54EBaBkO4k9AzA?lk3s=b59d6b55&x-expires=1746266400&x-signature=fhI9OO9yEY8Pt2c6H%2FMjWCS7iJU%3D&shp=b59d6b55&shcp=-","thumbnail_width":1080,"title":"Cutest. Awoo. EVER. #puppy #puppytok #awoo #cutestever #cutestpuppy #shihtzu #puppies #teacuppuppy #teacuppuppies #imperialshihtzu ","type":"video","version":"1.0","width":"100%"},"embed_type":"video","html":"\u003cblockquote class=\"tiktok-embed\" cite=\"https://www.tiktok.com/@teacupspuppies/video/7498016302339034414\" data-video-id=\"7498016302339034414\" data-embed-from=\"oembed\" style=\"max-width:605px; min-width:325px;\"> \u003csection> \u003ca target=\"_blank\" title=\"@teacupspuppies\" href=\"https://www.tiktok.com/@teacupspuppies?refer=embed\">@teacupspuppies\u003c/a> \u003cp>Cutest. Awoo. EVER. \u003ca title=\"puppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppy?refer=embed\">#puppy\u003c/a> \u003ca title=\"puppytok\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppytok?refer=embed\">#puppytok\u003c/a> \u003ca title=\"awoo\" target=\"_blank\" href=\"https://www.tiktok.com/tag/awoo?refer=embed\">#awoo\u003c/a> \u003ca title=\"cutestever\" target=\"_blank\" href=\"https://www.tiktok.com/tag/cutestever?refer=embed\">#cutestever\u003c/a> \u003ca title=\"cutestpuppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/cutestpuppy?refer=embed\">#cutestpuppy\u003c/a> \u003ca title=\"shihtzu\" target=\"_blank\" href=\"https://www.tiktok.com/tag/shihtzu?refer=embed\">#shihtzu\u003c/a> \u003ca title=\"puppies\" target=\"_blank\" href=\"https://www.tiktok.com/tag/puppies?refer=embed\">#puppies\u003c/a> \u003ca title=\"teacuppuppy\" target=\"_blank\" href=\"https://www.tiktok.com/tag/teacuppuppy?refer=embed\">#teacuppuppy\u003c/a> \u003ca title=\"teacuppuppies\" target=\"_blank\" href=\"https://www.tiktok.com/tag/teacuppuppies?refer=embed\">#teacuppuppies\u003c/a> \u003ca title=\"imperialshihtzu\" target=\"_blank\" href=\"https://www.tiktok.com/tag/imperialshihtzu?refer=embed\">#imperialshihtzu\u003c/a> \u003c/p> \u003ca target=\"_blank\" title=\"♬ original sound - .\" href=\"https://www.tiktok.com/music/original-sound-6903363537922476805?refer=embed\">♬ original sound - .\u003c/a> \u003c/section> \u003c/blockquote> \u003cscript async src=\"https://www.tiktok.com/embed.js\">\u003c/script>","provider":"TikTok","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.tiktok.com/@teacupspuppies/video/7498016302339034414"}],"canonical_url":"https://mix1077.iheart.com/featured/mix-morning-show-17707/content/2025-05-01-play-along-and-pretend-youre-terrified/","cuser":"user/ldap/ccrday1daa","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":[],"primary_image":{"bucket":"assets.getty","id":"%2F625a2f87edf7f80f2eb996c0"},"primary_target":{"categories":[],"distribution":["brands/Mix Morning Show! (17707)"]},"publish_date":1746095640000,"publish_end_date":4115978604802,"publish_origin":"brands/Mix Morning Show! (17707)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-play-along-and-pretend-youre-terrified","social_title":"","summary":"Play Along And Pretend You're Terrified","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/Mix Morning Show! (17707)"]},{"categories":[],"distribution":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"title":"Play Along And Pretend You're Terrified","permalink":"https://mix96online.iheart.com/content/2025-05-01-play-along-and-pretend-youre-terrified/"},"slug":"2025-05-01-play-along-and-pretend-youre-terrified","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/625a2f87edf7f80f2eb996c0","title":"Play Along And Pretend You're Terrified","description":"Play Along And Pretend You're Terrified","author":""},"pub_start":1746095640000,"pub_until":4115978604802,"pub_changed":1746095979169,"subscription":[{"tags":["brands/Mix Morning Show! (17707)"]},{"tags":["categories/entertainment-news","brands/Mix Morning Show! (17707)"]},{"tags":["brands/WMMX-FM (1898)","brands/Jeff Stevens (33668)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Mix Morning Show! (17707)","id:/68134eddab3033ae4998d51a","slug:2025-05-01-play-along-and-pretend-youre-terrified","slug:2025-05-01-play-along-and-pretend-youre-terrified"]}}],"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":"%2F681359428893898c4eb083d0","type":"PUBLISHING","record":{"ref_id":"%2F681359428893898c4eb083d0","type":"content:calendar","payload":{"canonical_url":"https://woc1420.iheart.com/calendar/content/2025-05-01-dutrac-diaper-drive-with-hiney-heros","cuser":"user/ldap/CCRMLI1MSM","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":"new_assets","caption":"","id":"%2F68135e4b286ce88c279a3dbd","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd","source_credit":"","title":"","url":"asset://new_assets/68135e4b286ce88c279a3dbd","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>Diaper Need Affects 1 in 2 Families – Let’s Make a Difference Together!\u003c/strong>\u003c/p>\n\n\u003cp>This May, DuTrac Community Credit Union is coming together to support families in need. \u003cstrong>We invite you to help by donating diapers of any size or making a monetary donation at any DuTrac branch.\u003c/strong>\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.dutrac.org/locations/\" target=\"_blank\">\u003cstrong>Find Locations\u003c/strong>\u003c/a>\u003c/p>\n\n\u003cp>All donations will be collected by the DuTrac Mobile Branch and delivered to United Way and Hiney Heroes for distribution. Your generous contribution will directly benefit families in our communities, providing them with essential support.\u003c/p>\n\n\u003cp>\u003cstrong>Join us in making a positive impact today!\u003c/strong>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1746075600645,"enabled":false,"end":1748728800645}]},"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":"new_assets","caption":"","id":"%2F68135e4b286ce88c279a3dbd","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd","source_credit":"","title":"","url":"asset://new_assets/68135e4b286ce88c279a3dbd","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-01-dutrac-diaper-drive-with-hiney-heros"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"DuTrac Diaper Drive With Hiney Heroes"},"venue_address":{"type":"plain","value":"Various Quad City Locations"},"venue_name":{"type":"plain","value":"DuTrac Community Credit Union"}},"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://new_assets/68135e4b286ce88c279a3dbd","use_caption":false},"keywords":[],"primary_slug":"2025-05-01-dutrac-diaper-drive-with-hiney-heros","slugs":["2025-05-01-dutrac-diaper-drive-with-hiney-heros"],"sponsored":false,"title":"DuTrac Diaper Drive With Hiney Heroes"},"targeting":{"exclusion":{"tags":[]},"publish_date":1746099480000,"publish_end_date":4115978604802,"publish_origin":"brands/WOC-AM (1230)","syndication":{"publish_origin":"brands/WOC-AM (1230)","refs":{}},"targets":[{"id":"6CTcU","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community"],"where":["markets/DAVENPORT-IA"],"workflow":"627aae59944e6e79b362763e"}]},"permalink":"https://woc1420.iheart.com/calendar/content/2025-05-01-dutrac-diaper-drive-with-hiney-heros"},"slug":"2025-05-01-dutrac-diaper-drive-with-hiney-heros","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68135e4b286ce88c279a3dbd","title":"DuTrac Diaper Drive With Hiney Heroes","description":"","author":""},"pub_start":1746099480000,"pub_until":4115978604802,"pub_changed":1746099901838,"subscription":[{"tags":["calendar-categories/community","markets/DAVENPORT-IA"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WOC-AM (1230)","id:/681359428893898c4eb083d0","slug:2025-05-01-dutrac-diaper-drive-with-hiney-heros","slug:2025-05-01-dutrac-diaper-drive-with-hiney-heros"]}},{"id":"%2F6808d2beab7ab680724cfe7f","type":"PUBLISHING","record":{"ref_id":"%2F6808d2beab7ab680724cfe7f","type":"content:calendar","payload":{"canonical_url":"https://1037wllr.iheart.com/calendar/content/2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic","cuser":"user/ldap/CCRMLI1MSM","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6808d2d3ab7ab680724cfe8c","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c","source_credit":"","title":"","url":"asset://assets.calendar/6808d2d3ab7ab680724cfe8c","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>The Quad City Animal Welfare Center will hold a Low-Cost Mobile Vaccine Clinic on Friday, May 2nd at the Zion Lutheran Church in Davenport from 2:00 pm to 4:00 pm.\u003c/p>\n\n\u003cul>\u003cli>Where: Zion Lutheran Church is located at 1216 West 8th Street in Davenport, Iowa. \u003c/li>\n\u003cli>Dates: Friday, May 2nd, 2025\u003c/li>\n\u003cli>Time: 2:00 pm to 4:00 pm.\u003c/li>\u003c/ul>\n\n\u003cp>For a list of vaccines and preventative products for this mobile clinic please visit the QCAWC website: https://qcawc.org/vet-clinic/mobile-vaccine-clinic. Cats must be in a carrier and dogs must be on a leash. \u003c/p>\n\n\u003cp>The Quad City Animal Welfare Center (QCAWC) has been a pillar in the community since 1977, providing shelter, care, and advocacy for homeless animals. The QCAWC is dedicated to offering affordable spay/neuter services, wellness care, humane education, and finding loving homes for animals in need. Together, we can make a difference!\u003c/p>\n\n\u003cp>QCAWC Website: \u003ca href=\"https://qcawc.org\" target=\"_blank\">\u003cstrong>https://qcawc.org\u003c/strong>\u003c/a> \u003c/p>\n\n\u003cp>QCAWC Facebook Page: \u003ca href=\"https://www.facebook.com/QCAWC\" target=\"_blank\">\u003cstrong>https://www.facebook.com/QCAWC\u003c/strong>\u003c/a>\u003c/p>\n\n\u003cp>QCAWC has been saving animals one life at a time since 1977!\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1746212400438,"enabled":false,"end":1746219600438}]},"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":"%2F6808d2d3ab7ab680724cfe8c","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c","source_credit":"","title":"","url":"asset://assets.calendar/6808d2d3ab7ab680724cfe8c","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Quad City Animal Welfare Center Mobile Vaccine Clinic"},"venue_address":{"type":"plain","value":"1216 West 8th Street, Davenport, IA"},"venue_name":{"type":"plain","value":"Zion Lutheran Church"}},"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/6808d2d3ab7ab680724cfe8c","use_caption":false},"keywords":[],"primary_slug":"2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic","slugs":["2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic"],"sponsored":false,"title":"Quad City Animal Welfare Center Mobile Vaccine Clinic"},"targeting":{"exclusion":{"tags":[]},"publish_date":1745408520000,"publish_end_date":4115978604802,"publish_origin":"brands/WLLR-FM (1867)","syndication":{"publish_origin":"brands/WLLR-FM (1867)","refs":{}},"targets":[{"id":"IfqaY","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/community"],"where":["markets/DAVENPORT-IA"],"workflow":"627aae59944e6e79b362763e"}]},"permalink":"https://1037wllr.iheart.com/calendar/content/2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic"},"slug":"2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6808d2d3ab7ab680724cfe8c","title":"Quad City Animal Welfare Center Mobile Vaccine Clinic","description":"","author":""},"pub_start":1745408520000,"pub_until":4115978604802,"pub_changed":1745408868953,"subscription":[{"tags":["calendar-categories/community","markets/DAVENPORT-IA"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WLLR-FM (1867)","id:/6808d2beab7ab680724cfe7f","slug:2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic","slug:2025-05-02-quad-city-animal-welfare-center-mobile-vaccine-clinic"]}},{"id":"%2F67f835dad3972316df3d6a6e","type":"PUBLISHING","record":{"ref_id":"%2F67f835dad3972316df3d6a6e","type":"content:calendar","payload":{"canonical_url":"https://kkrq.iheart.com/calendar/content/2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds","cuser":"user/ldap/CCRMLI1MSM","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67f83624d3972316df3d6a7d","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67f83624d3972316df3d6a7d","source_credit":"","title":"","url":"asset://assets.calendar/67f83624d3972316df3d6a7d","use_caption":false}}]},"event_date":{"type":"multidate","value":[{"begin":1746291600445,"enabled":false,"end":1746331200445}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67f835f7d3972316df3d6a7a","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67f835f7d3972316df3d6a7a","source_credit":"","title":"","url":"asset://assets.calendar/67f835f7d3972316df3d6a7a","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Cinco De Mayo At The Mississippi Valley Fairgrounds"},"venue_address":{"type":"plain","value":"Davenport, IA"},"venue_name":{"type":"plain","value":"Mississippi Valley Fairgrounds"}},"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/67f835f7d3972316df3d6a7a","use_caption":false},"keywords":[],"primary_slug":"2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds","slugs":["2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds"],"sponsored":false,"title":"Cinco De Mayo At The Mississippi Valley Fairgrounds"},"targeting":{"exclusion":{"tags":[]},"publish_date":1744319700000,"publish_end_date":4115978604802,"publish_origin":"brands/KKRQ-FM (882)","syndication":{"publish_origin":"brands/KKRQ-FM (882)","refs":{}},"targets":[{"id":"oeknr","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/entertainment"],"where":["markets/DAVENPORT-IA"],"workflow":"627aae59944e6e79b362763e"}]},"permalink":"https://kkrq.iheart.com/calendar/content/2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds"},"slug":"2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67f835f7d3972316df3d6a7a","title":"Cinco De Mayo At The Mississippi Valley Fairgrounds","description":"","author":""},"pub_start":1744319700000,"pub_until":4115978604802,"pub_changed":1744320085316,"subscription":[{"tags":["calendar-categories/entertainment","markets/DAVENPORT-IA"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/KKRQ-FM (882)","id:/67f835dad3972316df3d6a6e","slug:2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds","slug:2025-05-03-cinco-de-mayo-at-the-mississippi-valley-fairgrounds"]}},{"id":"%2F6704393d021370bedaf33bc0","type":"PUBLISHING","record":{"ref_id":"%2F6704393d021370bedaf33bc0","type":"content:calendar","payload":{"canonical_url":"https://big1065.iheart.com/calendar/content/2025-05-08-tom-segura","cuser":"user/ldap/CCRMLI1MSM","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F680b6f16654fb04e55787c26","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26","source_credit":"","title":"","url":"asset://assets.calendar/680b6f16654fb04e55787c26","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>Tom Segura is bringing his Come Together tour to Vibrant Arena on May 8, 2025. Presale starts Wednesday at 10am local with local code: TOGETHER. Tickets go on sale to the general public THIS Friday at 10am! Grab tickets and more info at \u003c/strong>\u003ca href=\"https://tomsegura.com/TOUR\" target=\"_blank\">\u003cstrong>http://TOMSEGURA.COM/TOUR\u003c/strong>\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1746752400993,"enabled":false,"end":0}]},"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":"%2F680b6f16654fb04e55787c26","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26","source_credit":"","title":"","url":"asset://assets.calendar/680b6f16654fb04e55787c26","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-05-08-tom-segura"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Tom Segura"},"venue_address":{"type":"plain","value":"Moline, IL"},"venue_name":{"type":"plain","value":"Vibrant Arena"}},"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/680b6f16654fb04e55787c26","use_caption":false},"keywords":[],"primary_slug":"2025-05-08-tom-segura","slugs":["2025-05-08-tom-segura"],"sponsored":false,"title":"Tom Segura"},"targeting":{"exclusion":{"tags":[]},"publish_date":1728330180000,"publish_end_date":4115978604802,"publish_origin":"brands/KCQQ-FM (771)","syndication":{"publish_origin":"brands/KCQQ-FM (771)","refs":{}},"targets":[{"id":"4nM8l","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/entertainment"],"where":["markets/DAVENPORT-IA"],"workflow":"627aae59944e6e79b362763e"}]},"permalink":"https://big1065.iheart.com/calendar/content/2025-05-08-tom-segura"},"slug":"2025-05-08-tom-segura","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/680b6f16654fb04e55787c26","title":"Tom Segura","description":"","author":""},"pub_start":1728330180000,"pub_until":4115978604802,"pub_changed":1745579814884,"subscription":[{"tags":["calendar-categories/entertainment","markets/DAVENPORT-IA"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/KCQQ-FM (771)","id:/6704393d021370bedaf33bc0","slug:2025-05-08-tom-segura","slug:2025-05-08-tom-segura"]}}],"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":"%2F6813871e381ce48559a6045b","type":"PUBLISHING","record":{"ref_id":"%2F6813871e381ce48559a6045b","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"1a3e12c8-896f-4311-a639-4a9b12a76122","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-dos-amigos-258774901%2F","@url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","author_name":"Dos Amigos","author_url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2FmM2M1YjlmLTBjZGEtNGRiYy1iNTljLWIxMTgwMTUxOTUyMi9pbWFnZS5qcGc_dD0xNzM3NjM5MTQyJnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"Dos Amigos","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Dos Amigos\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/?embed=true&cid=oembed&keyid%5B0%5D=Dos%20Amigos&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-dos-amigos-258774901/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681398d4111de58a8c2e7a94","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Topher Grace\u003c/strong> has cemented himself as a well-known actor in Hollywood, but there was a time in his life when he wasn't invited to all of the industry events like the Oscars — but that didn't stop him from attending anyway.\u003c/p>\n\n\u003cp>The \u003cem>Spider-Man 3\u003c/em> actor recently reunited with \u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">his \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cem>That '70s Show\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\"> costar \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-31-wilmer-valderrama-reveals-which-audacious-project-helped-shape-his-career/\" target=\"_blank\">\u003cstrong>Wilmer Valderrama\u003c/strong>\u003c/a> on his and \u003cstrong>Freddy Rodriguez\u003c/strong>'s \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"258774901\" data-catalog-related-id=\"\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast for a two-parter chat. In the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/episode/that-topher-show-part-2-273843781/\" target=\"_blank\">second episode that released May 1\u003c/a>, he revealed that he once sneakily made his way into \u003ca href=\"https://www.iheart.com/content/2025-03-17-conan-obrien-jokingly-reveals-only-reason-hes-returning-as-oscars-host/\" target=\"_blank\">the Academy Awards\u003c/a> with a group of friends when they were younger.\u003c/p>\n\n\u003cp>"Another dare situation was we snuck into the Oscars because the Shrine Auditorium where the Oscars used to happen was right across the street from our dorm," he said. "I'm looking down on it and we're like, 'I bet we could just take a limo and just drive into that tomorrow.'"\u003c/p>\n\n\u003cp>After attempting to rent a limo only to be told they were all taken because of the Oscars, they made a deal with a driver to give him $100 to drive around the block and pick them up in their "rented bow ties" and black jackets. Because the limo still had credentials, they made it through the barricade and to the red carpet.\u003c/p>\n\n\u003cp>"We were waving and everyone was kind of like, 'who's that?' We had one of those roll up cameras and we're taking pictures of ourselves," he said, adding that they even made it inside to watch the awards show.\u003c/p>\n\n\u003cp>Sometime during the night, someone with security approached asking who they were, and in a moment of quick thinking, Grace rolled with it and started barking orders at one of his friends like he was an assistant who made a mistake.\u003c/p>\n\n\u003cp>"A guy in security came up to us at one point and was like, 'who are you,' and as he did, I just started yelling at one of the other guys like he was my assistant," he recalled. "And the guy left because he was like, 'this is embarrassing.' Like I was like, 'no, we can get him to me now, no your job is to get...' and he was like, alright and he just left [and we] kept hanging out."\u003c/p>\n\n\u003cp>\u003cem>Dos Amigos\u003c/em> aims to bring the good vibes, creating an atmosphere for listeners to feel like they're hanging out talking with their closest friends. According to the podcast description:\u003c/p>\n\n\u003cblockquote>"Join these dos amigos as they candidly reflect on their careers, life, and share everything about everything, and of course the door is always open for special guests to roll through. Each weekly episode emanates from Wilmer's very own speakeasy, so you know it's a party, and you're our VIP guests. This podcast is all about bringing friends together, sparking honest reflection, and of course... toasting to the good times."\u003c/blockquote>\n\n\u003cp>Follow along with new episodes of the \u003ca href=\"https://www.iheart.com/podcast/1119-dos-amigos-258774901/\" target=\"_blank\">\u003cem>Dos Amigos\u003c/em>\u003c/a> podcast each week at \u003ca href=\"https://www.iheart.com/\" target=\"_blank\">\u003cem>iHeart.com\u003c/em>\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/","cuser":"user/ldap/1129327","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/Topher Grace","keywords/Wilmer Valderrama","keywords/That '70s Show","keywords/Oscars","keywords/Dos Amigos","keywords/podcast"],"primary_image":{"bucket":"new_assets","id":"%2F681398d4111de58a8c2e7a94"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746138000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","social_title":"","summary":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Topher Grace Reveals How He Once Snuck Into The Oscars","permalink":"https://mix96online.iheart.com/content/2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars/"},"slug":"2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681398d4111de58a8c2e7a94","title":"Topher Grace Reveals How He Once Snuck Into The Oscars","description":"The \"That '70s Show\" star once sneakily made his way into Hollywood's biggest night before he was ever a part of the industry.","author":"Sarah Tate"},"pub_start":1746138000000,"pub_until":4115978604802,"pub_changed":1746138428425,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813871e381ce48559a6045b","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","slug:2025-05-01-topher-grace-reveals-how-he-once-snuck-into-the-oscars","keyword:keywords/Topher Grace","keyword:keywords/Wilmer Valderrama","keyword:keywords/That '70s Show","keyword:keywords/Oscars","keyword:keywords/Dos Amigos","keyword:keywords/podcast","author:user"]}},{"id":"%2F6813cf19f46a6100d05d8f13","type":"PUBLISHING","record":{"ref_id":"%2F6813cf19f46a6100d05d8f13","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"922b1f05-e1a5-41b9-9b0a-5c2f4fb4a0b4","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Katrina Nattress","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/3613/?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/artist/3613/?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/artist/3613/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/3613/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813cfc4f46a6100d05d8f1e","new_tab":false,"schedule":{},"source_credit":"Danny Clinch","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>On Thursday (May 1), \u003ca href=\"https://www.iheart.com/artist/bruce-springsteen-3613/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"3613\" data-catalog-related-id=\"\">\u003cstrong>Bruce Springsteen\u003c/strong>\u003c/a> unearthed another lost track that will be featured on his \u003ca href=\"https://www.iheart.com/content/2025-04-03-bruce-springsteen-to-release-7-lost-albums-with-never-before-heard-tracks/\" target=\"_blank\">\u003cstrong>upcoming box set \u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-03-bruce-springsteen-to-release-7-lost-albums-with-never-before-heard-tracks/\" target=\"_blank\">\u003cstrong>\u003cem>Tracks II: The Lost Albums\u003c/em>\u003c/strong>\u003c/a>. "Faithless" was written as the title track of a soundtrack for a film that was never complete.\u003c/p>\n\n\u003cp>“Faithless” was written as the title track of a soundtrack for a film that was never completed. Most of the material on the album was written and recorded after the “Devils & Dust” tour wrapped up in November 2005 and before the release of “We Shall Overcome: The Seeger Sessions” in April 2006. Springsteen wrote the entire soundtrack to the "spiritual Western" film before production began. In addition to "Faithless," the shelved album also features four instrumental tracks.\u003c/p>\n\n\u003cp>“This was a really unusual collection of songs,” Springsteen said of “Faithless” and the unreleased soundtrack in a press release. “You could recognize details and maybe a character or two. But for the most part, I just wrote atmospheric music that I thought would fit.”\u003c/p>\n\n\u003cp>"Faithless" follows the \u003ca href=\"https://www.iheart.com/content/2025-04-17-bruce-springsteen-unearths-song-from-lost-hip-hop-inspired-album-listen/\" target=\"_blank\">\u003cstrong>release of "Blind Spot"\u003c/strong>\u003c/a> and "Rain in the River." The full soundtrack will be included on \u003cem>Tracks II: The Lost Albums\u003c/em>, which is slated for a June 27 release. Listen to "Faithless" 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%2Fwww.youtube.com%2Fwatch%3Fv%3DLu8cG_tFt24%26ab_channel%3DBruceSpringsteen-Topic","@url":"https://www.youtube.com/watch?v=Lu8cG_tFt24&ab_channel=BruceSpringsteen-Topic","author_name":"Bruce Springsteen - Topic","author_url":"https://www.youtube.com/channel/UCyFqJ_5TyAeTD7rHpLikbKQ","height":150,"html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/Lu8cG_tFt24?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=\"Faithless\">\u003c/iframe>","provider_name":"YouTube","provider_url":"https://www.youtube.com/","thumbnail_height":360,"thumbnail_url":"https://i.ytimg.com/vi/Lu8cG_tFt24/hqdefault.jpg","thumbnail_width":480,"title":"Faithless","type":"video","version":"1.0","width":200},"embed_type":"video","html":"\u003ciframe width=\"200\" height=\"150\" src=\"https://www.youtube.com/embed/Lu8cG_tFt24?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=\"Faithless\">\u003c/iframe>","provider":"YouTube","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.youtube.com/watch?v=Lu8cG_tFt24&ab_channel=BruceSpringsteen-Topic"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen/","cuser":"user/ldap/1121384","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/Bruce Springsteen","keywords/unreleased song","keywords/New Music"],"primary_image":{"bucket":"new_assets","id":"%2F6813cfc4f46a6100d05d8f1e"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1746129120000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","social_title":"","summary":"The song was written for a film that was never completed.","targets":[{"categories":["categories/music-news"],"distribution":["formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC"]},{"categories":["categories/music-news"],"distribution":["artists/Bruce Springsteen (3613)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Bruce Springsteen Shares 'Unusual' Previously Unreleased Song: Listen","permalink":"https://mix96online.iheart.com/content/2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen/"},"slug":"2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813cfc4f46a6100d05d8f1e","title":"Bruce Springsteen Shares 'Unusual' Previously Unreleased Song: Listen","description":"The song was written for a film that was never completed.","author":"Katrina Nattress"},"pub_start":1746129120000,"pub_until":4115978604802,"pub_changed":1746129536220,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC"]},{"tags":["categories/music-news","artists/Bruce Springsteen (3613)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813cf19f46a6100d05d8f13","slug:2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","slug:2025-05-01-bruce-springsteen-shares-unusual-previously-unreleased-song-listen","keyword:keywords/Bruce Springsteen","keyword:keywords/unreleased song","keyword:keywords/New Music","author:user"]}},{"id":"%2F6813856b8b1a8ac7974e138c","type":"PUBLISHING","record":{"ref_id":"%2F6813856b8b1a8ac7974e138c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6eb29f75-a16c-43e7-8085-c11e069dc806","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/63441858/?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/63441858/?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/63441858/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/63441858/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681385868b1a8ac7974e1397","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>King Charles III\u003c/strong> recently revealed what helped him get through the "darkest moments" of his cancer battle thus far. \u003c/p>\n\n\u003cp>On Wednesday (April 30), the beloved monarch, who was diagnosed with \u003ca href=\"https://www.iheart.com/content/2024-12-20-buckingham-palace-reveals-new-details-on-king-charles-cancer-diagnosis/\" target=\"_blank\">an undisclosed form of cancer\u003c/a> in 2024, spoke about his condition during a cancer support organization reception at Buckingham Palace (per \u003ca href=\"https://www.usmagazine.com/celebrity-news/news/king-charles-reflects-on-lessons-from-cancer-battle/\" target=\"_blank\">\u003cem>US Weekly\u003c/em>\u003c/a>\u003cem>)\u003c/em>, drawing attention to compassionate doctors and nurses. \u003c/p>\n\n\u003cblockquote>"It has certainly given me an even deeper appreciation of the extraordinary work undertaken by the remarkable organizations and individuals gathered here this evening, many of whom I have known, visited, and supported over the years. And it has reinforced what I have long observed during these visits — that the darkest moments of illness can be illuminated by the greatest compassion."\u003c/blockquote>\n\n\u003cp>He assured that selfless healthcare workers who assist him and countless others "have my whole family’s deepest admiration and gratitude."\u003c/p>\n\n\u003cblockquote>"What strikes us repeatedly is the profound impact of human connection — whether in the careful explanation from a specialist nurse, the hand held by a hospice volunteer, or the shared experience in a support group. These moments of kinship create what I might call a community of care, one that sustains patients \u003ca href=\"https://www.iheart.com/content/2024-08-22-king-charles-iii-unveils-rare-personal-health-update-amid-cancer-diagnosis/\" target=\"_blank\">through the most difficult of times\u003c/a>."\u003c/blockquote>\n\n\u003cp>The King explained that, while cancer is a "frightening experience," it also "brings into sharp focus the very best of humanity."\u003c/p>\n\n\u003cblockquote>"Each diagnosis, each new case, will be a daunting and at times frightening experience for those individuals and their loved ones. But as one among those statistics myself, I can vouch for the fact that it can also be an experience that brings into sharp focus the very best of humanity." \u003c/blockquote>\n\n\u003cp>For more on King Charles' ongoing cancer battle, read \u003ca href=\"https://www.iheart.com/content/2025-03-30-king-charles-makes-first-statement-since-hospitalization-amid-cancer-battle/\" target=\"_blank\">King Charles Makes First Statement Since Hospitalization Amid Cancer Battle\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/King Charles","keywords/monarch","keywords/cancer battle","keywords/moments","keywords/comment","keywords/King","keywords/experience","keywords/focus"],"primary_image":{"bucket":"new_assets","id":"%2F681385868b1a8ac7974e1397"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS"]},"publish_date":1746126420000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","social_title":"","summary":"'It has certainly given me an even deeper appreciation of the...'","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news"],"distribution":["artists/King Charles (30059989)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"King Charles Makes Rare Comment About Cancer Battle: 'Darkest Moments'","permalink":"https://mix96online.iheart.com/content/2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments/"},"slug":"2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681385868b1a8ac7974e1397","title":"King Charles Makes Rare Comment About Cancer Battle: 'Darkest Moments'","description":"'It has certainly given me an even deeper appreciation of the...'","author":"Logan DeLoye"},"pub_start":1746126420000,"pub_until":4115978604802,"pub_changed":1746127054654,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/CLASSICHITS"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","artists/King Charles (30059989)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813856b8b1a8ac7974e138c","slug:2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","slug:2025-05-01-king-charles-makes-rare-comment-about-cancer-battle-darkest-moments","keyword:keywords/King Charles","keyword:keywords/monarch","keyword:keywords/cancer battle","keyword:keywords/moments","keyword:keywords/comment","keyword:keywords/King","keyword:keywords/experience","keyword:keywords/focus","author:user"]}},{"id":"%2F6813871cf33817c9f5d7be72","type":"PUBLISHING","record":{"ref_id":"%2F6813871cf33817c9f5d7be72","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"c1b6b071-bd1d-4b98-b9a5-c632f20e358e","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","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/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813993d32c4fd911c1304e7","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Are you Team Noah or Team Lon? \u003cstrong>James Marsden\u003c/strong> is finally weighing in on a \u003ca href=\"https://www.iheart.com/content/2025-04-10-the-office-stars-finally-address-popular-fan-theory-shady-business/\" target=\"_blank\">longtime debate among fans\u003c/a> of \u003cem>The Notebook\u003c/em>.\u003c/p>\n\n\u003cp>In a new interview with \u003ca href=\"https://people.com/james-marsden-finally-answers-the-notebook-fans-burning-question-should-allie-have-ended-up-with-lon-or-noah-11725372\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>, Marsden, who starred as Lon Hammond, Jr. alongside \u003cstrong>Rachel McAdams\u003c/strong> (Allie Hamilton) \u003ca href=\"https://www.iheart.com/content/2024-10-21-eva-mendes-ryan-gosling-have-one-extreme-rule-for-their-daughters/\" target=\"_blank\">and \u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-10-21-eva-mendes-ryan-gosling-have-one-extreme-rule-for-their-daughters/\" target=\"_blank\">\u003cstrong>Ryan Gosling\u003c/strong>\u003c/a> (Noah Calhoun) in the beloved 2004 film adaptation of the 1996 \u003cstrong>Nicholas Sparks\u003c/strong> novel of the same name, shared his thoughts on a question that has been up for debate since the film's 2004 release: did Allie choose the right guy?\u003c/p>\n\n\u003cp>In the film, Allie, who was engaged to Lon, ultimately breaks off the engagement and reunites with her true love Noah. Despite some fans' beliefs that she was better off with the wealthy lawyer, Marsden himself agrees with the decision to have Noah and Allie end up together. \u003c/p>\n\n\u003cp>"You know, it's funny. I hear a lot of people nowadays that very kindly come up to me and say, '[Lon was] the whole package, you were like this wealthy guy, and you treated her right, and you trusted her and it was a healthy relationship and [Allie and Noah] were in an unhealthy, toxic relationship,'" he said. "While I see that and understand it, I mean, love is love."\u003c/p>\n\n\u003cp>\u003ca href=\"https://elvisduran.iheart.com/featured/elvis-duran/content/2023-05-01-james-marsden-shares-how-they-pulled-off-jury-duty-filming/\" target=\"_blank\">The \u003c/a>\u003ca href=\"https://elvisduran.iheart.com/featured/elvis-duran/content/2023-05-01-james-marsden-shares-how-they-pulled-off-jury-duty-filming/\" target=\"_blank\">\u003cem>Hairspray\u003c/em>\u003c/a>\u003ca href=\"https://elvisduran.iheart.com/featured/elvis-duran/content/2023-05-01-james-marsden-shares-how-they-pulled-off-jury-duty-filming/\" target=\"_blank\"> actor\u003c/a> said the "fiery" love and chemistry between the characters was "undeniable" so it's no wonder they overcame all the odds keeping them apart to find their happily ever after.\u003c/p>\n\n\u003cp>"The dynamic between [Allie and Noah] and their chemistry was undeniable," he said. "And so I think, yeah, she should have ended up with Noah. That kind of love in that movie can be fiery and it can still be the right thing, the right person to be with."\u003c/p>\n\n\u003cp>As for Lon, who he called a "really good guy," Marsden believes that "there's another lady out there for him, I'm sure, that's very happy."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable/","cuser":"user/ldap/1129327","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/James Marsden","keywords/The Notebook"],"primary_image":{"bucket":"new_assets","id":"%2F6813993d32c4fd911c1304e7"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},"publish_date":1746126180000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","social_title":"","summary":"The \"Notebook\" actor shared his thoughts on the topic that has divided fans since the film's 2004 release.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"James Marsden Finally Weighs In On ‘The Notebook’ Fan Debate: ‘Undeniable’","permalink":"https://mix96online.iheart.com/content/2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable/"},"slug":"2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813993d32c4fd911c1304e7","title":"James Marsden Finally Weighs In On ‘The Notebook’ Fan Debate: ‘Undeniable’","description":"The \"Notebook\" actor shared his thoughts on the topic that has divided fans since the film's 2004 release.","author":"Sarah Tate"},"pub_start":1746126180000,"pub_until":4115978604802,"pub_changed":1746126585876,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN","formats/ACMAINSTREAM"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813871cf33817c9f5d7be72","slug:2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","slug:2025-05-01-james-marsden-finally-weighs-in-on-the-notebook-fan-debate-undeniable","keyword:keywords/James Marsden","keyword:keywords/The Notebook","author:user"]}},{"id":"%2F6813853b8e8f17cc0c3f8072","type":"PUBLISHING","record":{"ref_id":"%2F6813853b8e8f17cc0c3f8072","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"40f7adea-f6a9-4ffd-83f6-f1b06b01cbf5","revision_id":"AAAAAAAAAAD//////////w=="},"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":"%2F681385588e8f17cc0c3f807d","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kendall Jenner\u003c/strong> is the ultimate auntie, and we have the snaps to prove it! \u003c/p>\n\n\u003cp>The model recently shared a series of snaps on Instagram with the caption "that’s auntie kenny to you," featuring an adorable photo with her nephew, \u003cstrong>Aire Webster\u003c/strong>. \u003c/p>\n\n\u003cp>The first snap in the series zoomed in on Jenner posing in the mirror with a digital camera, followed by photos and videos from a tropical getaway. The standout let the world in on her travels \u003ca href=\"https://www.iheart.com/content/2024-11-13-photos-kendall-jenner-unexpectedly-debuts-brand-new-hair-transformation/\" target=\"_blank\">through scenes\u003c/a> of palm trees and canals surrounded by historic homes. \u003c/p>\n\n\u003cp>Jenner also looked to be riding a horse, drinking 818 tequila, and even posing with her nephew Aire Webster, her sister \u003cstrong>Kylie Jenner\u003c/strong>'s youngest child whom she shares with rapper \u003ca href=\"https://www.iheart.com/artist/travis-scott-30576501/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"30576501\" data-catalog-related-id=\"\">Travis Scott\u003c/a>. Kendall and the three-year-old sat on the couch sipping their drinks — the model with a glass of wine and Aire with a sippy cup.\u003c/p>\n\n\u003cp>Kendall also included a snap of 818 tequila shooters and a throwback photo of her parents, \u003cstrong>Kris Jenner\u003c/strong> and \u003cstrong>Caitlyn Jenner\u003c/strong>, opening gifts on the floor. \u003c/p>\n\n\u003cp>See the exciting photo series shining a bright spotlight on \u003ca href=\"https://www.iheart.com/content/2024-11-20-kylie-jenner-hilariously-trolls-kendall-jenner-in-cucumber-cutting-video/\" target=\"_blank\">the adventures of\u003c/a> Auntie Kenny below! \u003c/p>\n\n\u003cp>For more on Jenner, read \u003ca href=\"https://www.iheart.com/content/2025-01-23-where-brody-jenner-stands-with-sisters-kendall-jenner-kylie-jenner/\" target=\"_blank\">Where Brody Jenner Stands With Sisters Kendall Jenner & Kylie Jenner\u003c/a>. \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%2FDJFMXNYvEZf%2F%3Fimg_index%3D4","@url":"https://www.instagram.com/p/DJFMXNYvEZf/?img_index=4","author_name":"kendalljenner","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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 Kendall (@kendalljenner)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":360,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/491431602_18933462103044931_3113993589891103232_n.jpg?stp=dst-jpg_e15_s480x480_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QE855LiPQwoMomJdy4sT73le-aGS86_8QNO_ZwzXmRo_dNjuoZS_Hd_Ywx6R9linbc&_nc_ohc=vmvgZsQu0OsQ7kNvwHIUPjz&_nc_gid=9ehwEw7-DfJQR8simM4Pzg&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfEbkBdlzLTF0VaukEIiFWcI1TD0nZ0RGUrQVLBEp8nI9g&oe=68199577&_nc_sid=cc8940","thumbnail_width":480,"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/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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/DJFMXNYvEZf/?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 Kendall (@kendalljenner)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJFMXNYvEZf/?img_index=4"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/Kendall Jenner","keywords/caption","keywords/Aire Webster","keywords/standout","keywords/auntie","keywords/series","keywords/snaps","keywords/model","keywords/Instagram","keywords/Kylie Jenner"],"primary_image":{"bucket":"new_assets","id":"%2F681385588e8f17cc0c3f807d"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1746124380000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","social_title":"","summary":"See the new snaps of 'Auntie Kenny' here...","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kendall Jenner Proves She's The Ultimate 'Auntie' In Fun New Photo Series","permalink":"https://mix96online.iheart.com/content/2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series/"},"slug":"2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681385588e8f17cc0c3f807d","title":"Kendall Jenner Proves She's The Ultimate 'Auntie' In Fun New Photo Series","description":"See the new snaps of 'Auntie Kenny' here...","author":"Logan DeLoye"},"pub_start":1746124380000,"pub_until":4115978604802,"pub_changed":1746124791493,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6813853b8e8f17cc0c3f8072","slug:2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","slug:2025-05-01-kendall-jenner-proves-shes-the-ultimate-auntie-in-fun-new-photo-series","keyword:keywords/Kendall Jenner","keyword:keywords/caption","keyword:keywords/Aire Webster","keyword:keywords/standout","keyword:keywords/auntie","keyword:keywords/series","keyword:keywords/snaps","keyword:keywords/model","keyword:keywords/Instagram","keyword:keywords/Kylie Jenner","author:user"]}},{"id":"%2F68138719bad93095aa7b38bd","type":"PUBLISHING","record":{"ref_id":"%2F68138719bad93095aa7b38bd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"97ea036c-1cce-4d63-8d4f-12079e7259b6","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/855855/?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/artist/855855/?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/artist/855855/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/855855/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F681398f7a9cdbd70321c7b35","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/lorde-855855/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"855855\" data-catalog-related-id=\"\">\u003cstrong>Lorde\u003c/strong>\u003c/a> put blood, sweat and tears into her new music.\u003c/p>\n\n\u003cp>On Wednesday (April 30), the "Green Light" singer took to \u003ca href=\"https://www.instagram.com/p/DJE6GHvtaa_/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==\" target=\"_blank\">Instagram\u003c/a> to announce her forthcoming album \u003cem>Virgin\u003c/em>, \u003ca href=\"https://www.iheart.com/content/2025-04-16-lorde-officially-announces-comeback-single-what-was-that/\" target=\"_blank\">her first in four years\u003c/a> and a follow-up to 2021's \u003cem>Solar Power\u003c/em>. Simply captioning the post with the album's title, Lorde shared the album cover featuring a pelvic X-ray with a zipper and belt buckle in the center.\u003c/p>\n\n\u003cp>In a note on her \u003ca href=\"https://www.lorde.co.nz/\" target=\"_blank\">website\u003c/a>, Lorde admitted that \u003cem>Virgin\u003c/em> was "100% WRITTEN IN BLOOD." The project, out in June, is produced by the singer and \u003cstrong>Jim-E Stack\u003c/strong>, with \u003cstrong>Fabiana Palladino\u003c/strong>, \u003cstrong>Andrew Aged\u003c/strong>, \u003cstrong>Buddy Ross\u003c/strong>, \u003cstrong>Dan Nigro\u003c/strong> and \u003ca href=\"https://www.iheart.com/artist/blood-orange-684469/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"684469\" data-catalog-related-id=\"\">Blood Orange\u003c/a>'s \u003cstrong>Dev Hynes\u003c/strong>.\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%2FDJE6GHvtaa_%2F%3Futm_source%3Dig_web_copy_link","@url":"https://www.instagram.com/p/DJE6GHvtaa_/?utm_source=ig_web_copy_link","author_name":"lorde","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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 Lorde (@lorde)\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/494551230_18507927892037477_6958860847858406894_n.jpg?stp=dst-jpg_e35_s640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QFxLQuFSYHdu5CxlXU4Fn1RLP9YxCrGuV9hcO2WJ33zTEPlQCYC6n65fZr-MhkamIc&_nc_ohc=0mg9vByF-vIQ7kNvwFzejhm&_nc_gid=axq21iw3wVLa4RqZdqf1oQ&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfHzcs7h0y5eu-qETpK5RLIdRkpPKnWmtV_bgLhQnASWtA&oe=681986BF&_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/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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/DJE6GHvtaa_/?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 Lorde (@lorde)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJE6GHvtaa_/?utm_source=ig_web_copy_link"},{"html":"\u003cp>The "Royals" musician shared even more personal meaning behind the project while describing the album in an email sent to fans, per \u003ca href=\"https://people.com/lorde-announces-new-album-virgin-artwork-pelvic-x-ray-11725045\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>"THE COLOUR OF THE ALBUM IS CLEAR. LIKE BATHWATER, WINDOWS, ICE, SPIT. FULL TRANSPARENCY. THE LANGUAGE IS PLANE AND UNSENTIMENTAL. THE SOUNDS ARE THE SAME WHEREVER POSSIBLE," she wrote, adding, "I WAS TRYING TO SEE MYSELF, ALL THE WAY THROUGH. I WAS TRYING TO MAKE A DOCUMENT THAT REFLECTED MY FEMININITY: RAW, PRIMAL, INNOCENT, ELEGANT, OPENHEARTED, SPIRITUAL, MASC."\u003c/p>\n\n\u003cp>Lorde explained that she is both "proud and scared" of the album as it's putting everything on display in an effort to find freedom.\u003c/p>\n\n\u003cp>"THERE'S NOWHERE TO HIDE," she said. "I BELIEVE THAT PUTTING THE DEEPEST PARTS OF OURSELVES TO MUSIC IS WHAT SETS US FREE."\u003c/p>\n\n\u003cp>Fans already got their first taste of Lorde's fourth studio album with her new single "What Was That." After teasing the track on social media, she debuted the song last week in at a gathering in New York City \u003ca href=\"https://www.iheart.com/content/2025-04-23-watch-lorde-play-new-song-for-fans-after-cops-shut-down-nyc-park-gathering/\" target=\"_blank\">after police initial shut the event down\u003c/a>.\u003c/p>\n\n\u003cp>\u003cem>Virgin\u003c/em> drops June 27.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood/","cuser":"user/ldap/1129327","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/Lorde","keywords/album","keywords/What Was That"],"primary_image":{"bucket":"new_assets","id":"%2F681398f7a9cdbd70321c7b35"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN","formats/ROCKALTERNATIVE"]},"publish_date":1746124320000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","social_title":"","summary":"Lorde recently gave fans a tease of her first album in four years with her new single \"What Was That.\"","targets":[{"categories":["categories/music-news"],"distribution":["artists/Lorde (855855)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Lorde Announces New Album 'Virgin' Was '100% Written In Blood'","permalink":"https://mix96online.iheart.com/content/2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood/"},"slug":"2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681398f7a9cdbd70321c7b35","title":"Lorde Announces New Album 'Virgin' Was '100% Written In Blood'","description":"Lorde recently gave fans a tease of her first album in four years with her new single \"What Was That.\"","author":"Sarah Tate"},"pub_start":1746124320000,"pub_until":4115978604802,"pub_changed":1746124714300,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN","formats/ROCKALTERNATIVE"]},{"tags":["categories/music-news","artists/Lorde (855855)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138719bad93095aa7b38bd","slug:2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","slug:2025-05-01-lorde-announces-new-album-virgin-was-100-written-in-blood","keyword:keywords/Lorde","keyword:keywords/album","keyword:keywords/What Was That","author:user"]}},{"id":"%2F68138300d24c2ed459c82af5","type":"PUBLISHING","record":{"ref_id":"%2F68138300d24c2ed459c82af5","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"725755d9-af77-4381-bd85-a3d628dd2243","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/34786/?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/artist/34786/?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/artist/34786/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/34786/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68138316d24c2ed459c82b00","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/christina-aguilera-34786/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34786\" data-catalog-related-id=\"\">Christina Aguilera\u003c/a> posted a series of stunning snaps from her latest photoshoot on Instagram, and fans praised her for "aging backwards." \u003c/p>\n\n\u003cp>The series zoomed in on the 44-year-old's recent photoshoot with \u003cem>Carcy Magazine\u003c/em> in which she donned a \u003ca href=\"https://www.iheart.com/content/2024-12-19-photos-christina-aguilera-bares-all-in-sultry-new-birthday-post/\" target=\"_blank\">series of spicy looks\u003c/a> for the cover. \u003c/p>\n\n\u003cp>The first snap in the carousel features the "beautiful" songstress with a paper mask around her eyes that reads "original." In the second photo, Aguilera wore white underwear over her jeans with a matching white shirt and a black hat. The next few snaps in the series showed the star taking off a wig, posing in pink, and sitting on a chair in a sheer polka-dot dress with a cigarette in her hand. \u003c/p>\n\n\u003cp>There is also one snap of the "Genie In A Bottle" hitmaker wearing a gold dress with her hair teased and a toothpick in her mouth. Fans sounded off in support of the new photos in the comment section of the post, remarking, "Oh she’s a MODEL, she looks like Christina Aguilera 1999 😘👑❤," and "She’s 19 again ❤️❤️❤️" per \u003ca href=\"https://pagesix.com/2025/04/30/style/christina-aguilera-is-aging-backwards-in-new-photo-shoot/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"I dunno what you’ve done or who had to pay the price, but this is \u003ca href=\"https://www.iheart.com/content/2024-11-17-watch-christina-aguilera-sabrina-carpenter-join-forces-for-surprising-duet/\" target=\"_blank\">what we needed\u003c/a>, and you’re serving 🎂," another said. \u003c/p>\n\n\u003cp>Aguilera also posted two behind-the-scenes clips from the Carcy shoot of herself strutting to the \u003ca href=\"https://www.instagram.com/p/DJCWdGApIM8/\" target=\"_blank\">camera's flash\u003c/a>. \u003c/p>\n\n\u003cp>Check out the exciting new photo series below! \u003c/p>\n\n\u003cp>For more on Aguilera, read \u003ca href=\"https://www.iheart.com/content/2024-08-15-christina-aguilera-claps-back-at-body-shamers-amid-ozempic-rumors/\" target=\"_blank\">Christina Aguilera Claps Back At Body Shamers Amid Ozempic Rumors\u003c/a>. \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%2FDJAHDTcTU_7%2F%3Fimg_index%3D1","@url":"https://www.instagram.com/p/DJAHDTcTU_7/?img_index=1","author_name":"xtina","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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 Christina Aguilera (@xtina)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":599,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/494197520_18497061346049433_7969568437987803390_n.jpg?stp=dst-jpg_e15_p480x480_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QFpx7rLiVD0-iBNrfgIjzhJDjS1koiNqUwCj_V2zT2CUanibChj-9WoG4n7Tdjx2NM&_nc_ohc=_eA8eoKvE2cQ7kNvwErLIJr&_nc_gid=VBWTxZE51gRn6F3igJnYbg&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfG8aqfDqWC6mZgSk88fvUoBSsPHE9Bbk_k9onwojIsVuQ&oe=681998B7&_nc_sid=cc8940","thumbnail_width":480,"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/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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/DJAHDTcTU_7/?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 Christina Aguilera (@xtina)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJAHDTcTU_7/?img_index=1"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps/","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/Christina Aguilera","keywords/Photos","keywords/snaps","keywords/series","keywords/photo","keywords/photoshoot","keywords/snap","keywords/songstress","keywords/hitmaker"],"primary_image":{"bucket":"new_assets","id":"%2F68138316d24c2ed459c82b00"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN"]},"publish_date":1746121800000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","social_title":"","summary":"See the stunning photo series here! ","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["artists/Christina Aguilera (34786)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"PHOTOS: Christina Aguilera Is 'Aging Backwards' In Jaw-Dropping New Snaps","permalink":"https://mix96online.iheart.com/content/2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps/"},"slug":"2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68138316d24c2ed459c82b00","title":"PHOTOS: Christina Aguilera Is 'Aging Backwards' In Jaw-Dropping New Snaps","description":"See the stunning photo series here! ","author":"Logan DeLoye"},"pub_start":1746121800000,"pub_until":4115978604802,"pub_changed":1746122231961,"subscription":[{"tags":["categories/music-news","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACHOTMODERN"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","artists/Christina Aguilera (34786)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138300d24c2ed459c82af5","slug:2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","slug:2025-05-01-photos-christina-aguilera-is-aging-backwards-in-jaw-dropping-new-snaps","keyword:keywords/Christina Aguilera","keyword:keywords/Photos","keyword:keywords/snaps","keyword:keywords/series","keyword:keywords/photo","keyword:keywords/photoshoot","keyword:keywords/snap","keyword:keywords/songstress","keyword:keywords/hitmaker","author:user"]}},{"id":"%2F68138709d113f6ed0a3a3b13","type":"PUBLISHING","record":{"ref_id":"%2F68138709d113f6ed0a3a3b13","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d9762b9e-fc36-4044-9696-ecbbb7bfedc6","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/57706/?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/artist/57706/?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/artist/57706/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/57706/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6813992d7de8cfdffa7b41b0","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/benny-blanco-833174/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"833174\" data-catalog-related-id=\"\">\u003cstrong>Benny Blanco\u003c/strong>\u003c/a> has an unusual nickname for \u003ca href=\"https://www.iheart.com/artist/selena-gomez-57706/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"57706\" data-catalog-related-id=\"\">\u003cstrong>Selena Gomez\u003c/strong>\u003c/a> and is sharing the funny reason behind the moniker.\u003c/p>\n\n\u003cp>The couple and \u003ca href=\"https://www.iheart.com/content/2025-03-28-selena-gomez-explains-how-new-album-with-benny-blanco-was-a-leap-of-faith/\" target=\"_blank\">\u003cem>I Said I Love You First\u003c/em>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-03-28-selena-gomez-explains-how-new-album-with-benny-blanco-was-a-leap-of-faith/\" target=\"_blank\"> collaborators\u003c/a> appeared as guests on \u003ca href=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/\" target=\"_blank\">the April 30 episode\u003c/a> of the \u003ca href=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"31122002\" data-catalog-related-id=\"\">\u003cem>Table Manners with Jessie and Lennie Ware\u003c/em>\u003c/a> podcast where they opened up about the nicknames they have for each other, per \u003ca href=\"https://people.com/benny-blanco-explains-the-funny-reason-selena-gomez-nickname-salami-11725058\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. While Blanco does often shorten \u003ca href=\"https://www.iheart.com/content/2025-04-24-watch-benny-blanco-goes-all-out-taking-selena-gomez-to-her-first-prom/\" target=\"_blank\">his fiancée's\u003c/a> name to Sel, there is one name he uses for his phone contact that is a bit more surprising. \u003c/p>\n\n\u003cp>"In my phone — because I didn't want anyone to be over my shoulder looking — I made her salami," he revealed, noting that "to this day" he has still not changed her contact name.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1270-table-manners-with-jessie-31122002%2Fepisode%2Fselena-gomez-and-benny-blanco-273755597%2F","@url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/","author_name":"Table Manners with Jessie and Lennie Ware","author_url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/?embed=true&cid=oembed&keyid%5B0%5D=Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&keyid%5B1%5D=Selena%20Gomez%20and%20Benny%20Blanco%20-%20Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9hc3NldHMucGlwcGEuaW8vc2hvd3MvNjIxZjczNTA0ODkyZmRhMGQ0MjRkNjNlLzE2NzcwNzIwNTUzNjgtMjc2OGE3NDU5YzkxZWYxNWRiMjJkOTE2MTVkYzUwNjkuanBlZw","thumbnail_width":300,"title":"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/?embed=true&cid=oembed&keyid%5B0%5D=Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&keyid%5B1%5D=Selena%20Gomez%20and%20Benny%20Blanco%20-%20Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/"},{"html":"\u003cp>For her part, \u003ca href=\"https://www.iheart.com/content/2025-04-25-selena-gomez-recalls-scary-decision-to-open-up-about-her-mental-health/\" target=\"_blank\">the Rare Beauty founder\u003c/a> tends to use more sweet endearments than those of a cured meat variety, choosing names like "babe or love or honey" to refer to her fiancé.\u003c/p>\n\n\u003cp>Elsewhere in the chat, the couple shared some new details about their upcoming nuptials, including \u003ca href=\"https://www.iheart.com/content/2025-04-30-selena-gomez-reveals-tradition-she-wants-to-skip-at-benny-blanco-wedding/\" target=\"_blank\">the one wedding tradition they are considering leaving behind\u003c/a> and the "special" plan they want to do instead. Gomez and Blanco also got personal while discussing their very first kiss and how the "Love On" singer was \u003ca href=\"https://www.iheart.com/content/2025-04-30-why-selena-gomez-got-a-rash-after-her-first-kiss-with-benny-blanco/\" target=\"_blank\">so nervous that she broke out into a rash\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez/","cuser":"user/ldap/1129327","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/Benny Blanco","keywords/Selena Gomez","keywords/nickname"],"primary_image":{"bucket":"new_assets","id":"%2F6813992d7de8cfdffa7b41b0"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746118680000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","social_title":"","summary":"While Selena Gomez calls her fiancé \"babe\" or \"honey,\" he took a different approach.","targets":[{"categories":["categories/music-news"],"distribution":["artists/Selena Gomez (57706)","artists/Benny Blanco (833174)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Benny Blanco Shares Reason Behind His Unusual Nickname For Selena Gomez","permalink":"https://mix96online.iheart.com/content/2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez/"},"slug":"2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6813992d7de8cfdffa7b41b0","title":"Benny Blanco Shares Reason Behind His Unusual Nickname For Selena Gomez","description":"While Selena Gomez calls her fiancé \"babe\" or \"honey,\" he took a different approach.","author":"Sarah Tate"},"pub_start":1746118680000,"pub_until":4115978604802,"pub_changed":1746119111507,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/music-news","artists/Selena Gomez (57706)","artists/Benny Blanco (833174)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68138709d113f6ed0a3a3b13","slug:2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","slug:2025-05-01-benny-blanco-shares-reason-behind-his-unusual-nickname-for-selena-gomez","keyword:keywords/Benny Blanco","keyword:keywords/Selena Gomez","keyword:keywords/nickname","author:user"]}},{"id":"%2F681381bf02e2d7e73f14d8f3","type":"PUBLISHING","record":{"ref_id":"%2F681381bf02e2d7e73f14d8f3","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"44faf1f6-d8f5-456b-81d4-eef0b08afc1d","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":"%2F681382ea02e2d7e73f14d8fe","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Fans think \u003cstrong>Kim Kardashian\u003c/strong>'s 9-year-old son \u003cstrong>Saint\u003c/strong> \u003cstrong>West\u003c/strong> hacked her Instagram account to promote his YouTube channel on Wednesday (April 30). \u003c/p>\n\n\u003cp>According to \u003ca href=\"https://pagesix.com/2025/04/30/celebrity-news/kim-kardashians-9-year-old-son-seemingly-hacks-moms-instagram-account-with-357m-followers-posts-strange-message/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>, \u003ca href=\"https://www.iheart.com/content/2025-03-13-kim-kardashian-reveals-which-child-will-get-her-ekanye-west-engagement-ring/\" target=\"_blank\">the child\u003c/a>, whom \u003cem>The Kardashians \u003c/em>star shares with ex-husband \u003ca href=\"https://www.iheart.com/artist/kanye-west-34743/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"34743\" data-catalog-related-id=\"\">Kanye West\u003c/a>, supposedly posted a close-up snap of his YouTube channel, asking his mother's 357 million Instagram followers to subscribe to "\u003ca href=\"https://www.youtube.com/@S4intking\" target=\"_blank\">@S4intsking\u003c/a>." \u003c/p>\n\n\u003cp>"Sub to Saint’s channel," the since-deleted post read. Fans commented in confusion, remarking, "SAINT LEAVE YO MAMA PHONE," and "Saint, put mom's phone down." Another praised the child for promoting his channel, stating, "Saint done hacked the IG for the promo lolol.. smart man." \u003c/p>\n\n\u003cp>\u003cem>Page Six\u003c/em> mentioned that this is not the 9-year-old's first YouTube channel. His original account, @TheGoatSaint, was taken down last October after an accidental meme \u003ca href=\"https://www.iheart.com/content/2024-12-30-photos-kim-kardashian-shows-off-her-grown-up-kids-in-new-holiday-post/\" target=\"_blank\">was shared to\u003c/a> his profile. Information regarding who posted the snap of Saint's YouTube handle on Kim's Instagram has yet to be revealed. \u003c/p>\n\n\u003cp>Kardashian's jewelry heist trial began earlier this week, bringing to light new information regarding the 2016 robbery where the SKIMS founder was held at gunpoint at an apartment complex in Paris and $9 million worth of jewelry was stolen from her room. \u003c/p>\n\n\u003cp>One of the robbers, 72-year-old \u003cstrong>Yunice Abbas\u003c/strong>, apologized to Kim for the "traumas" he caused while on the stand. \u003c/p>\n\n\u003cp>"I regret it, not because I got caught, but because ... there was a trauma." Nine additional suspects took the stand this week, not including one who \u003ca href=\"https://www.eonline.com/news/1416772/kim-kardashian-paris-robbery-suspect-dies-ahead-of-trial\" target=\"_blank\">passed away before the trial\u003c/a>. \u003c/p>\n\n\u003cp>For more, read \u003ca href=\"https://www.iheart.com/content/2025-04-29-kim-kardashian-jewelry-heist-suspect-reveals-new-details-about-2016-robbery/\" target=\"_blank\">Kim Kardashian Jewelry Heist Suspect Reveals New Details About 2016 Robbery\u003c/a>. \u003c/p>\n\n\u003cp>See screenshots of the since-deleted Instagram post on \u003ca href=\"https://pagesix.com/2025/04/30/celebrity-news/kim-kardashians-9-year-old-son-seemingly-hacks-moms-instagram-account-with-357m-followers-posts-strange-message/\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a>. \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/son","keywords/Kim Kardashian","keywords/Page Six","keywords/Instagram","keywords/Yunice Abbas","keywords/message","keywords/channel","keywords/child","keywords/Fans","keywords/mom"],"primary_image":{"bucket":"new_assets","id":"%2F681382ea02e2d7e73f14d8fe"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},"publish_date":1746118260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","social_title":"","summary":"Here's what the 9-year-old supposedly posted on his mom's Instagram...","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/entertainment-news"],"distribution":["artists/Kim Kardashian (557556)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kim Kardashian's Son Allegedly Hacked Her Instagram To Post This Message","permalink":"https://mix96online.iheart.com/content/2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message/"},"slug":"2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","summary":{"image":"https://i.iheart.com/v3/re/new_assets/681382ea02e2d7e73f14d8fe","title":"Kim Kardashian's Son Allegedly Hacked Her Instagram To Post This Message","description":"Here's what the 9-year-old supposedly posted on his mom's Instagram...","author":"Logan DeLoye"},"pub_start":1746118260000,"pub_until":4115978604802,"pub_changed":1746118796581,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["categories/entertainment-news","artists/Kim Kardashian (557556)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681381bf02e2d7e73f14d8f3","slug:2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","slug:2025-05-01-kim-kardashians-son-allegedly-hacked-her-instagram-to-post-this-message","keyword:keywords/son","keyword:keywords/Kim Kardashian","keyword:keywords/Page Six","keyword:keywords/Instagram","keyword:keywords/Yunice Abbas","keyword:keywords/message","keyword:keywords/channel","keyword:keywords/child","keyword:keywords/Fans","keyword:keywords/mom","author:user"]}},{"id":"%2F681395c2e676bc5f42f491fc","type":"PUBLISHING","record":{"ref_id":"%2F681395c2e676bc5f42f491fc","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"aac338d7-1398-41b3-b8b3-866ddcfef999","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%2F1157-the-season-with-peter-sch-103089479%2F","@url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","author_name":"The Season with Peter Schrager","author_url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&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/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcHJvZ3JhbXMvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2YzMzFiYjZmLWNkYTgtNDYyNy1iODJiLWFmMmEwMTUzODZlNi9pbWFnZS5qcGc_dD0xNjg0OTUyOTg3JnNpemU9TGFyZ2U?ops=fit(300%2C300)","thumbnail_width":300,"title":"The Season with Peter Schrager","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"The Season with Peter Schrager\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/?embed=true&cid=oembed&keyid%5B0%5D=The%20Season%20with%20Peter%20Schrager&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1157-the-season-with-peter-sch-103089479/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PARIS, FRANCE - MARCH 08: (EDITORIAL USE ONLY - For Non-Editorial use please seek approval from Fashion House) Ice Spice attends the Vivienne Westwood Womenswear Fall/Winter 2025-2026 show as part of Paris Fashion Week at Pavillon Cambon on March 08, 202","id":"%2F67ed55b8d28480a5ec394c73","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Vivienne Westwood: Photocall - Paris Fashion Week - Womenswear Fall/Winter 2025-2026","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Rapper \u003ca href=\"https://www.iheart.com/artist/ice-spice-38644920/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"38644920\" data-catalog-related-id=\"\">\u003cstrong>Ice Spice\u003c/strong>\u003c/a> and New York Jets cornerback \u003ca href=\"https://www.iheart.com/content/2025-01-09-sauce-gardner-barstool-sports-face-defamation-suit-over-onlyfans-tweet/\" target=\"_blank\">\u003cstrong>Ahmad\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-09-sauce-gardner-barstool-sports-face-defamation-suit-over-onlyfans-tweet/\" target=\"_blank\"> '\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-09-sauce-gardner-barstool-sports-face-defamation-suit-over-onlyfans-tweet/\" target=\"_blank\">\u003cstrong>Sauce\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-09-sauce-gardner-barstool-sports-face-defamation-suit-over-onlyfans-tweet/\" target=\"_blank\">' \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-01-09-sauce-gardner-barstool-sports-face-defamation-suit-over-onlyfans-tweet/\" target=\"_blank\">\u003cstrong>Gardner\u003c/strong>\u003c/a> confirmed their relationship in a post shared on her Instagram account.\u003c/p>\n\n\u003cp>Gardner, 24, was seen taking a selfie with the rapper in a \u003ca href=\"https://www.iheart.com/content/2025-04-02-ice-spice-spotted-with-top-nfl-star-amid-dating-rumors/\" target=\"_blank\">carousel of photos amid speculation of their relationship\u003c/a>. The cornerback had previously shared a carousel of photos, including several of himself and the rapper standing near a luxury car, with an emoji of the Statue of Liberty as its caption, which he reposted on his Instagram Story along with the caption "NY" and a bandaged red heart earlier this month. \u003c/p>\n\n\u003cp>Ice Spice, 25, commented, "1," on the previous post.\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%2FDJEoVkdtqFQ%2F","@url":"https://www.instagram.com/p/DJEoVkdtqFQ/","author_name":"power1051","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJEoVkdtqFQ/?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/DJEoVkdtqFQ/?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/DJEoVkdtqFQ/?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 Power 105.1 (@power1051)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":600,"thumbnail_url":"https://scontent-iad3-1.cdninstagram.com/v/t39.30808-6/494176924_1077116017783606_7506102849884289307_n.jpg?stp=dst-jpg_e15_p480x480_tt6&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_cat=110&_nc_oc=Q6cZ2QH74lljM0bos_u8PgmxsjNvqvx-T2gObhR7PQoNeDVwusJt2VEf7qfExZJ5TGcvbHY&_nc_ohc=lwbeyUdgz6kQ7kNvwH1-fuy&_nc_gid=FCvj0g3D7LWuAIoNIAVwZg&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfFULoPn9GzUKZPgIZ_HdbOnnzzVzRd2yD4_Sgp3BcDkIA&oe=68196B53&_nc_sid=cc8940","thumbnail_width":480,"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/DJEoVkdtqFQ/?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/DJEoVkdtqFQ/?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/DJEoVkdtqFQ/?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 Power 105.1 (@power1051)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJEoVkdtqFQ/"},{"html":"\u003cp>Gardner was previously spotted with Ice Spice on an escalator in a viral video in which Instagram user @Jav_Im was dancing to her song before her security guard intervened in February. The two were also reported to have attended both the party premiere for comedian \u003cstrong>Druski\u003c/strong>'s \u003cem>YouTube\u003c/em> series \u003cem>Coulda Been Love\u003c/em> in February, as well as the 2025 \u003cem>Vanity Fair\u003c/em> Oscar Party in March, together.\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%2FDGdv1eVp21V%2F","@url":"https://www.instagram.com/p/DGdv1eVp21V/","author_name":"jav_lm","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DGdv1eVp21V/?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/DGdv1eVp21V/?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/DGdv1eVp21V/?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 Javierr (@jav_lm)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1137,"thumbnail_url":"https://scontent-iad3-1.cdninstagram.com/v/t51.2885-15/490084158_18506614855057982_4626884237407195077_n.jpg?stp=dst-jpg_e15_p640x640_tt6&_nc_ht=scontent-iad3-1.cdninstagram.com&_nc_cat=102&_nc_oc=Q6cZ2QEbiZR0YX0igGM1lnrLwVEswo8q4avI_rbV_xGZCiGF-X44j4BLpIlIXcDZcW5NO9g&_nc_ohc=lpqnf6ilW2UQ7kNvwFbM5KX&_nc_gid=i3a6YTe8Tzl-RNKx-jzZNw&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfE3i9ax7c6EGd69XdHu4K6SH3mfbItqwPDmfq6AMpE9oA&oe=6819831F&_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/DGdv1eVp21V/?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/DGdv1eVp21V/?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/DGdv1eVp21V/?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 Javierr (@jav_lm)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DGdv1eVp21V/"},{"html":"\u003cp>Ice Spice was also previously spotted with Jets owner \u003cstrong>Woody Johnson\u003c/strong> and his wife, \u003cstrong>Suzanne\u003c/strong>, during the team's home opener against the New England Patriots last September. The rapper hasn't addressed speculation that she and Gardner, the 2022 NFL Defensive Rookie of the Year and a two-time First-team All-Pro (2022, 2023), are dating publicly as of Wednesday (April 2).\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-05-01-ice-spice-confirms-relationship-with-top-nfl-star/","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/Ice Spice","keywords/cornerback","keywords/Gardner","keywords/Rapper","keywords/relationship","keywords/Ahmad 'Sauce' Gardner","keywords/star","keywords/NFL","keywords/post","keywords/caption","keywords/Instagram","keywords/football"],"primary_image":{"bucket":"new_assets","id":"%2F67ed55b8d28480a5ec394c73"},"primary_target":{"categories":["categories/sports"],"distribution":["facets/All Sites - English"]},"publish_date":1746114000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-05-01-ice-spice-confirms-relationship-with-top-nfl-star","social_title":"","summary":"Rapper Ice Spice confirmed her relationship with a top NFL star amid dating rumors.","targets":[{"categories":["categories/music-news","categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Ice Spice Confirms Relationship With Top NFL Star","permalink":"https://mix96online.iheart.com/content/2025-05-01-ice-spice-confirms-relationship-with-top-nfl-star/"},"slug":"2025-05-01-ice-spice-confirms-relationship-with-top-nfl-star","summary":{"image":"https://i.iheart.com/v3/re/new_assets/67ed55b8d28480a5ec394c73","title":"Ice Spice Confirms Relationship With Top NFL Star","description":"Rapper Ice Spice confirmed her relationship with a top NFL star amid dating rumors.","author":"Jason Hall"},"pub_start":1746114000000,"pub_until":4115978604802,"pub_changed":1746114373845,"subscription":[{"tags":["categories/sports","facets/All Sites - English"]},{"tags":["categories/music-news","categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CHRPOP","formats/CHRRHYTHMIC","formats/HIPHOPRNB"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681395c2e676bc5f42f491fc","slug:2025-05-01-ice-spice-confirms-relationship-with-top-nfl-star","slug:2025-05-01-ice-spice-confirms-relationship-with-top-nfl-star","keyword:keywords/Ice Spice","keyword:keywords/cornerback","keyword:keywords/Gardner","keyword:keywords/Rapper","keyword:keywords/relationship","keyword:keywords/Ahmad 'Sauce' Gardner","keyword:keywords/star","keyword:keywords/NFL","keyword:keywords/post","keyword:keywords/caption","keyword:keywords/Instagram","keyword:keywords/football","author:user"]}},{"id":"%2F681299bdb2d9c2fa7a1ab1fc","type":"PUBLISHING","record":{"ref_id":"%2F681299bdb2d9c2fa7a1ab1fc","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"db0b7686-4678-414a-829c-866926d37282","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/29155746/?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/29155746/?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/29155746/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/29155746/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F68129b13b2d9c2fa7a1ab208","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Kate Middleton\u003c/strong> debuted a subtle new hair transformation just in time to celebrate her 14th wedding \u003ca href=\"https://www.iheart.com/content/2025-02-14-prince-william-kate-middleton-share-rare-romantic-pda-moment-in-new-photo/\" target=\"_blank\">anniversary with \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-02-14-prince-william-kate-middleton-share-rare-romantic-pda-moment-in-new-photo/\" target=\"_blank\">\u003cstrong>Prince William\u003c/strong>\u003c/a>. \u003c/p>\n\n\u003cp>According to \u003ca href=\"https://www.usmagazine.com/stylish/news/kate-middleton-debuts-bronde-hair-for-14th-anniversary/?utm_campaign=true_anthem_usweekly&utm_content=photo&utm_medium=social&utm_source=facebook&fbclid=IwY2xjawJ_dk5leHRuA2FlbQIxMABicmlkETFvbUoxVGRiZm91eGJkRllNAR5aCkP-k93tzxtnQcrYifYRo2HwVSklfUPRJOaz2CF_opnbh98IbjAZH54iCQ_aem_r-w9VLYyj-COkIh0G56O2A\" target=\"_blank\">\u003cem>Us Weekly\u003c/em>\u003c/a>, the Princess of Wales switched up her typical darker brunette locks for a noticeably lighter tone perfect for spring and summer on Tuesday (April 29) during a two-day visit to Scotland with her husband, a shade that is being described as "bronde." Keeping her artfully waved tresses long, Middleton's new style was really brought out by the sun as she walked around the island of Mull, with the light catching her honey blonde highlights.\u003c/p>\n\n\u003cp>Scotland holds a special significance to the royals as they met in 2001 while both students at St. Andrews University, per \u003ca href=\"https://people.com/kate-middleton-and-prince-williams-relationship-timeline-look-back-11723674#:~:text=The%20Prince%20and%20Princess%20of,from%20the%20moment%20they%20met.\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. Tuesday also marked the 14th anniversary of \u003ca href=\"https://www.iheart.com/content/2025-01-22-where-prince-william-kate-middletons-marriage-stands-after-brutal-2024/\" target=\"_blank\">the couple's 2011 royal wedding\u003c/a> at Westminster Abbey. They shared a sweet photo on \u003ca href=\"https://www.instagram.com/p/DJCmU0jtmFt/?utm_source=ig_web_copy_link\" target=\"_blank\">Instagram\u003c/a> to celebrate the occasion of being back in the country they met and fell in love, sharing a loving embrace as the looked out over the stunning landscape. \u003c/p>\n\n\u003cp>"Wonderful to be back on the Isle of Mull. Thank you to everyone for such a warm welcome ❤️ W & C," they captioned the pic.\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%2FDJCmU0jtmFt%2F%3Futm_source%3Dig_web_copy_link","@url":"https://www.instagram.com/p/DJCmU0jtmFt/?utm_source=ig_web_copy_link","author_name":"princeandprincessofwales","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/p/DJCmU0jtmFt/?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/DJCmU0jtmFt/?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/DJCmU0jtmFt/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by The Prince and Princess of Wales (@princeandprincessofwales)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":800,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/494941597_18506267323045660_1030168542199049347_n.jpg?stp=dst-jpg_e35_p640x640_sh0.08_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QEg7AtOBHOT0SfsFdPbM4oPmeVFBTjb1ina6ii-6prjyjdkk2cCl8pJ60wmNlua3bM&_nc_ohc=_GAx4OXooWQQ7kNvwFHhORn&_nc_gid=IA8oAl8Xg6xnz-AQ2DShlA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfH5IBNmxHPyv7kmJIBVkTLazdj7Hi7BfWh76Ikaz3MGow&oe=681866AF&_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/DJCmU0jtmFt/?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/DJCmU0jtmFt/?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/DJCmU0jtmFt/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by The Prince and Princess of Wales (@princeandprincessofwales)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DJCmU0jtmFt/?utm_source=ig_web_copy_link"},{"html":"\u003cp>In addition to their anniversary, the Prince and Princess of Wales also \u003ca href=\"https://www.iheart.com/content/2025-04-23-prince-louis-birthday-portrait-marks-major-change-for-young-royal/\" target=\"_blank\">celebrated their youngest child\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-23-prince-louis-birthday-portrait-marks-major-change-for-young-royal/\" target=\"_blank\">\u003cstrong> Prince Louis\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-04-23-prince-louis-birthday-portrait-marks-major-change-for-young-royal/\" target=\"_blank\">' 7th birthday\u003c/a> last week, sharing an adorable photo of the little royal showcasing his toothless smile after seemingly recently losing his front teeth. The couple are also parents to \u003ca href=\"https://www.iheart.com/content/2024-07-22-kate-middleton-celebrates-prince-georges-birthday-with-dapper-new-portrait/\" target=\"_blank\">\u003cstrong>Prince George\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-07-22-kate-middleton-celebrates-prince-georges-birthday-with-dapper-new-portrait/\" target=\"_blank\">, 11\u003c/a>, and \u003ca href=\"https://www.iheart.com/content/2024-11-08-prince-william-reveals-daughters-emotional-first-reaction-to-his-beard/\" target=\"_blank\">\u003cstrong>Princess Charlotte\u003c/strong>\u003c/a>\u003ca href=\"https://www.iheart.com/content/2024-11-08-prince-william-reveals-daughters-emotional-first-reaction-to-his-beard/\" target=\"_blank\">, 9\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-30-kate-middleton-debuts-new-hair-as-she-celebrates-wedding-anniversary/","cuser":"user/ldap/1129327","enable_featured_widget":true,"exclusion":{"tags":["brands/IPRI-FL (6161)"]},"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/Kate Middleton","keywords/Prince William","keywords/Princess of Wales","keywords/Royals","keywords/Royal Family"],"primary_image":{"bucket":"new_assets","id":"%2F68129b13b2d9c2fa7a1ab208"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746051060000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-30-kate-middleton-debuts-new-hair-as-she-celebrates-wedding-anniversary","social_title":"","summary":"The Princess of Wales switched up her signature style just in time for her and Prince William's 14th anniversary.","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Kate Middleton Debuts New Hair As She Celebrates Wedding Anniversary","permalink":"https://mix96online.iheart.com/content/2025-04-30-kate-middleton-debuts-new-hair-as-she-celebrates-wedding-anniversary/"},"slug":"2025-04-30-kate-middleton-debuts-new-hair-as-she-celebrates-wedding-anniversary","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68129b13b2d9c2fa7a1ab208","title":"Kate Middleton Debuts New Hair As She Celebrates Wedding Anniversary","description":"The Princess of Wales switched up her signature style just in time for her and Prince William's 14th anniversary.","author":"Sarah Tate"},"pub_start":1746051060000,"pub_until":4115978604802,"pub_changed":1746051445368,"subscription":[{"tags":["categories/entertainment-news","formats/CHRPOP","formats/CHRRHYTHMIC","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":["brands/IPRI-FL (6161)"]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/681299bdb2d9c2fa7a1ab1fc","slug:2025-04-30-kate-middleton-debuts-new-hair-as-she-celebrates-wedding-anniversary","slug:2025-04-30-kate-middleton-debuts-new-hair-as-she-celebrates-wedding-anniversary","keyword:keywords/Kate Middleton","keyword:keywords/Prince William","keyword:keywords/Princess of Wales","keyword:keywords/Royals","keyword:keywords/Royal Family","author:user"]}},{"id":"%2F68124f02e252ffae82eb717f","type":"PUBLISHING","record":{"ref_id":"%2F68124f02e252ffae82eb717f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"de8d021a-e997-445e-809b-d4317ee0b1b1","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Sarah Tate","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/artist/57706/?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/artist/57706/?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/artist/57706/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/57706/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6812714adfa159caa4c31fd4","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/selena-gomez-57706/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"57706\" data-catalog-related-id=\"\">\u003cstrong>Selena Gomez\u003c/strong>\u003c/a> is sharing new details about her upcoming wedding to \u003ca href=\"https://www.iheart.com/artist/benny-blanco-833174/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"833174\" data-catalog-related-id=\"\">\u003cstrong>Benny Blanco\u003c/strong>\u003c/a>, including one tradition they may pass over in favor of another sentimental choice.\u003c/p>\n\n\u003cp>The \u003cem>I Said I Love You First\u003c/em> musicians both appeared as guests on \u003ca href=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/\" target=\"_blank\">the April 29 episode\u003c/a> of \u003ca href=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/\" data-catalog-kind=\"PODCAST\" data-catalog-id=\"31122002\" data-catalog-related-id=\"\">\u003cem>Table Manners with Jessie and Lennie Ware\u003c/em>\u003c/a> podcast where Gomez explained that she and Blanco may not have the classic first dance that many couples feature during their receptions, \u003ca href=\"https://www.iheart.com/content/2025-04-24-watch-benny-blanco-goes-all-out-taking-selena-gomez-to-her-first-prom/\" target=\"_blank\">with her fiancé\u003c/a> noting how "shy" she can get, per \u003ca href=\"https://people.com/selena-gomez-doesnt-want-first-dance-with-benny-blanco-at-wedding-11724897\" target=\"_blank\">\u003cem>People\u003c/em>\u003c/a>. \u003c/p>\n\n\u003cp>"I don't think we're looking at having one of those 'cause they're a little — I feel embarrassed," she said.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1270-table-manners-with-jessie-31122002%2Fepisode%2Fselena-gomez-and-benny-blanco-273755597%2F","@url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/","author_name":"Table Manners with Jessie and Lennie Ware","author_url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/?embed=true&cid=oembed&keyid%5B0%5D=Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&keyid%5B1%5D=Selena%20Gomez%20and%20Benny%20Blanco%20-%20Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9hc3NldHMucGlwcGEuaW8vc2hvd3MvNjIxZjczNTA0ODkyZmRhMGQ0MjRkNjNlLzE2NzcwNzIwNTUzNjgtMjc2OGE3NDU5YzkxZWYxNWRiMjJkOTE2MTVkYzUwNjkuanBlZw","thumbnail_width":300,"title":"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Selena Gomez and Benny Blanco - Table Manners with Jessie and Lennie Ware\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/?embed=true&cid=oembed&keyid%5B0%5D=Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&keyid%5B1%5D=Selena%20Gomez%20and%20Benny%20Blanco%20-%20Table%20Manners%20with%20Jessie%20and%20Lennie%20Ware&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1270-table-manners-with-jessie-31122002/episode/selena-gomez-and-benny-blanco-273755597/"},{"html":"\u003cp>One "special dance" that is planned for the big day is one between Gomez and her grandfather on her mother's side. \u003ca href=\"https://www.iheart.com/content/2025-04-25-selena-gomez-recalls-scary-decision-to-open-up-about-her-mental-health/\" target=\"_blank\">The Rare Beauty founder\u003c/a> shared that it's important to her to include him on her wedding day as he didn't have that experience when her mom married her dad.\u003c/p>\n\n\u003cp>"He never got a chance to walk my mom down the aisle. Because, good for my mom, she decided to go to Vegas and be like, 'Whoo,' and she's still been with [my father] ever since they were like 26," she said, adding, "So it's very cute that they did that, but I wanted to give [my grandfather] the opportunity to have that."\u003c/p>\n\n\u003cp>Gomez and Blanco will still have a couple's dance in the form of the Hora or "chair dance," a tradition in many Jewish weddings that will honor the producer's Jewish heritage. While she's on board with the dance, she's admittedly "very nervous" about it.\u003c/p>\n\n\u003cp>"I've got to be honest, it looks so cute and adorable but I was like, 'What? I have to depend on just something like [a chair]?" she said, joking that she'll need extra padding around the chair as she is carried around.\u003c/p>\n\n\u003cp>Gomez and Blanco \u003ca href=\"https://www.iheart.com/content/2024-12-11-selena-gomez-benny-blanco-are-engaged-see-her-gorgeous-ring/\" target=\"_blank\">got engaged in December 2024\u003c/a> after more than a year of dating. While everything turned out well for the couple, Blanco recently revealed that \u003ca href=\"https://www.iheart.com/content/2025-03-21-why-grumpy-selena-gomez-almost-didnt-show-up-to-benny-blancos-proposal/\" target=\"_blank\">the proposal nearly didn't go as planned\u003c/a>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-04-30-selena-gomez-reveals-tradition-she-wants-to-skip-at-benny-blanco-wedding/","cuser":"user/ldap/1129327","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/Selena Gomez","keywords/Benny Blanco","keywords/wedding"],"primary_image":{"bucket":"new_assets","id":"%2F6812714adfa159caa4c31fd4"},"primary_target":{"categories":["categories/music-news"],"distribution":["formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},"publish_date":1746040920000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-04-30-selena-gomez-reveals-tradition-she-wants-to-skip-at-benny-blanco-wedding","social_title":"","summary":"Here's what she wants to do instead.","targets":[{"categories":["categories/music-news"],"distribution":["artists/Selena Gomez (57706)","artists/Benny Blanco (833174)"]},{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Selena Gomez Reveals Tradition She Wants To Skip At Benny Blanco Wedding","permalink":"https://mix96online.iheart.com/content/2025-04-30-selena-gomez-reveals-tradition-she-wants-to-skip-at-benny-blanco-wedding/"},"slug":"2025-04-30-selena-gomez-reveals-tradition-she-wants-to-skip-at-benny-blanco-wedding","summary":{"image":"https://i.iheart.com/v3/re/new_assets/6812714adfa159caa4c31fd4","title":"Selena Gomez Reveals Tradition She Wants To Skip At Benny Blanco Wedding","description":"Here's what she wants to do instead.","author":"Sarah Tate"},"pub_start":1746040920000,"pub_until":4115978604802,"pub_changed":1746041303108,"subscription":[{"tags":["categories/music-news","formats/CHRPOP","formats/ACMAINSTREAM","formats/ACHOTMODERN"]},{"tags":["categories/music-news","artists/Selena Gomez (57706)","artists/Benny Blanco (833174)"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/68124f02e252ffae82eb717f","slug:2025-04-30-selena-gomez-reveals-tradition-she-wants-to-skip-at-benny-blanco-wedding","slug:2025-04-30-selena-gomez-reveals-tradition-she-wants-to-skip-at-benny-blanco-wedding","keyword:keywords/Selena Gomez","keyword:keywords/Benny Blanco","keyword:keywords/wedding","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":12,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsicmRndzQiOi0xLCI3VEtvVSI6LTF9fQ==","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","POSTUP_CONTACT_TEMPLATE_ID":"3","WWW_AUTH_HOST":"https://www.iheart.com","IHR_AUTH_SDK":"https://www.iheart.com/sdk/sdk.js","DEP_CONTENT_HOST":"content.radioedit.iheart.com","CCPA_OPTOUT_URL":"https://www.iheart.com/optout/","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","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","MAX_AGE_HEADERS":"2592000000","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","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","vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js","Podcasts-component","ImageTile-component","Card-component","components-catalog-TrackList-component","DateTimeDisplay-component","AptivadaKeywordContest-component"]</script><script id="__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json">{"namedChunks":["local","packages-renderer-shared-ui-src-elements-MagicLink-component","core-components-tiles-OnairTileLoader-component","core-page-blocks-datasource-DatasourceLoader-component","Datasource-component","Grid-component","ContentFeedItem-component","LeadFeedItem-component","components-tiles-ContentTile-component","core-page-blocks-music-MusicTile-component","ShowCollection-component","Heading-component","Show-component","core-page-blocks-podcast-PodcastsLoader-component","LoadMoreFromCursor-component","core-page-blocks-datasource-DatasourceTileLoader-component","FauxButton-component","core-page-blocks-contest-KeywordContestLoader-component","Eyebrow-component","Podcasts-component","ui-ImageTile-component","Card-component","components-catalog-TrackList-component","DateTimeDisplay-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="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="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="AptivadaKeywordContest-component" src="https://static.inferno.iheart.com/inferno/scripts/AptivadaKeywordContest-component.d932ebf2afeb78ef5324.js"></script> </body> </html>