{"id":2426587,"date":"2026-05-21T15:46:38","date_gmt":"2026-05-21T15:46:38","guid":{"rendered":"https:\/\/celebrity.land\/en\/?p=2426587"},"modified":"2026-05-21T15:46:38","modified_gmt":"2026-05-21T15:46:38","slug":"get-a-1st-look-at-celebrity-autobiography-on-broadway","status":"publish","type":"post","link":"https:\/\/celebrity.land\/en\/get-a-1st-look-at-celebrity-autobiography-on-broadway\/","title":{"rendered":"Get a 1st Look at Celebrity Autobiography on Broadway"},"content":{"rendered":"<p><\/p>\n<div>\n<div class=\"prose\">\n<p>May 18 was opening night for\u00a0<em><a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/production\/celebrity-autobiography-broadway-sam-s-shubert-theatre-2026\">Celebrity Autobiography<\/a><\/em>, the first show of the 2026-2027 Broadway season. New production shots are offering\u00a0a first look at the new show\u2014take a look in the gallery below. And then keep scrolling to hit the red carpet for the celeb-filled opening night.<\/p>\n<p>The show features an ever-changing cast of celebrity notables reading excerpts from real celebrity autobiographies. The opening-night cast featured <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/scott-adsit-performer\">Scott Adsit<\/a> (<em>30 Rock<\/em>),\u00a0<a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/mario-cantone-vault-0000006914\">Mario Cantone<\/a> (<em>Sex and the City<\/em>), <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/jeff-hiller-vault-0000114995\">Jeff Hiller<\/a> (<em>Somebody Somewhere<\/em>), <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/jackie-hoffman-vault-0000060578\">Jackie Hoffman<\/a> (<em>Only Murders in the Building<\/em>), <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/christopher-jackson\">Christopher Jackson<\/a> (<em><a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/production\/hamilton-broadway-richard-rodgers-theatre-2015\">Hamilton<\/a><\/em>), <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/gayle-king-performer\">Gayle King<\/a> (<em>CBS Mornings<\/em>), <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/ben-mankiewicz-performer\">Ben Mankiewicz<\/a> (Turner Classic Movies), <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/andrea-martin-vault-0000035489\">Andrea Martin<\/a> (<em><a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/production\/mcneal-broadway-vivian-beaumont-theater-2024\">McNeal<\/a><\/em>), <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/bobby-moynihan-performer\">Bobby Moynihan<\/a> (<em>SNL<\/em>), <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/eugene-pack-performer\">Eugene Pack<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/dayle-reyfel-performer-writer\">Dayle Reyfel<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/kenan-thompson-performer\">Kenan Thompson<\/a> (<em>SNL<\/em>), <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/nia-vardalos-vault-0000044914\">Nia Vardalos<\/a> (<em>My Big Fat Greek Wedding<\/em>), and <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/rita-wilson-vault-0000107944\">Rita Wilson<\/a> (<em>Sleepless in Seattle<\/em>). Wilson is also producing the run.<\/p>\n<\/div>\n<div>\n<div class=\"mx-auto w-full max-sm:max-w-[400px] sm:w-[768px]\" x-data=\"{&#10;        isOpen: false,&#10;        visible: false,&#10;        hasDarkBg: false,&#10;        previousSlide: 0,&#10;        totalSlides: 29,&#10;        dataLayerBase: {&#10;            gallery_name: 'Photos\\u003A\\u0020Celebrity\\u0020Autobiography\\u0020on\\u0020Broadway',&#10;            gallery_type: 'Embedded',&#10;            advertising: 'no'&#10;        },&#10;        init() {&#10;            this.$nextTick(() =&gt; {&#10;                const bg = getComputedStyle(this.$el.parentElement).backgroundColor;&#10;                const match = bg.match(\/\\d+\/g);&#10;                if (match &amp;&amp; match.length &gt;= 3) {&#10;                    const [r, g, b] = match.map(Number);&#10;                    const hasAlpha = match.length &gt;= 4;&#10;                    const alpha = hasAlpha ? Number(match[3]) : 1;&#10;                    if (alpha &gt; 0) {&#10;                        this.hasDarkBg = (0.299 * r + 0.587 * g + 0.114 * b) \/ 255 &lt; 0.15;&#10;                    }&#10;                }&#10;            });&#10;        },&#10;        close() {&#10;            this.isOpen = false;&#10;        },&#10;        openTo(slide) {&#10;            const swiper = this.$refs.main?.swiper;&#10;            const didSlideChange = swiper &amp;&amp; swiper.activeIndex !== slide;&#10;&#10;            if (swiper) {&#10;                swiper.slideTo(slide);&#10;            }&#10;&#10;            if (!didSlideChange) {&#10;                \/\/ Only push this event on initial open&#10;                this.pushGalleryEvent(swiper);&#10;            }&#10;&#10;            if (this.$refs.thumbs) {&#10;                this.$nextTick(() =&gt; this.$refs.thumbs.swiper.update());&#10;            }&#10;            this.isOpen = true;&#10;        },&#10;        pushGalleryEvent(swiper) {&#10;            const currentSlide = swiper.activeIndex;&#10;            const direction = currentSlide &gt; this.previousSlide ? 'left' : 'right';&#10;&#10;            const dataLayerEventObject = {&#10;                ...this.dataLayerBase,&#10;                total_slides: this.totalSlides || swiper.slides.length,&#10;                slide_result_number: currentSlide + 1,&#10;                click_direction: direction&#10;            };&#10;&#10;            if (window.DataLayerEvent) {&#10;                new window.DataLayerEvent('editorial_gallery_click', dataLayerEventObject);&#10;            }&#10;&#10;            this.previousSlide = currentSlide;&#10;        }&#10;    }\" x-intersect:enter.once.margin.0.0.-16=\"\" true=\"\">\n        <button type=\"button\" class=\"gallery-card relative block w-full overflow-hidden text-left cursor-pointer group\" x-on:click=\"openTo(0)\" x-bind:class=\"{&#10;            'is-visible': visible,&#10;            'ring-2 ring-white': hasDarkBg&#10;        }\"><\/p>\n<div class=\"relative max-sm:aspect-[2\/3] sm:aspect-[16\/10] sm:min-h-[480px] overflow-hidden bg-black\">\n                            <picture><source media=\"(min-width: 768px)\" srcset=\"https:\/\/assets.playbill.com\/editorial\/_articleLeadImage\/5415.Gayle-King-in-CELEBRITY-AUTOBIOGRAPHY-on-Broadway-photo-by-Evan-Zimmerman-for-MurphyMade_2026-05-21-143504_biju.jpg\"><br \/>\n                <\/source><\/picture>\n<\/p><\/div>\n<p>    <\/button><\/p>\n<p>    <template x-teleport=\"body\"><\/p>\n<p>    <\/template>\n<\/div><\/div>\n<div class=\"prose\">\n<p>Each night&#8217;s cast and material will be different, with press notes sharing that audiences can expect unannounced special guests throughout the run. Slated to appear during the run are <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/paula-abdul\">Paula Abdul<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/brooke-adams-vault-0000110721\">Brooke Adams<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/pamela-adlon-performer\">Pamela Adlon<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/jason-alexander-vault-0000026044\">Jason Alexander<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/anthony-anderson-performer\">Anthony Anderson<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/lewis-black-vault-0000123443\">Lewis Black<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/christie-brinkley-vault-0000117731\">Christie Brinkley<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/danny-burstein\">Danny Burstein<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/bob-costas-performer\">Bob Costas<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/katie-couric-performer\">Katie Couric<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/tate-donovan-vault-0000051128\">Tate Donovan<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/chloe-fineman\">Chloe Fineman<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/will-forte-performer\">Will Forte<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/gina-gershon-vault-0000085955\">Gina Gershon<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/kathy-griffin-vault-0000115979\">Kathy Griffin<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/ken-jeong-performer\">Ken Jeong<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/leslie-kritzer-vault-0000089583\">Leslie Rodriguez Kritzer<\/a>, Stewart Lane, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/susan-lucci-vault-0000111384\">Susan Lucci<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/ralph-macchio-vault-0000069111\">Ralph Macchio<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/donna-mckechnie-vault-0000004390\">Donna McKechnie<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/eric-mccormack-vault-0000080118\">Eric McCormack<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/laraine-newman-vault-0000039336\">Laraine Newman<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/oscar-nunez-performer\">Oscar Nu\u00f1ez<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/cheri-oteri-performer\">Cheri Oteri<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/tiler-peck-vault-0000052041\">Tiler Peck<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/billy-porter\">Billy Porter<\/a>, Phil Rosenthall, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/tony-shalhoub-vault-0000052296\">Tony Shalhoub<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/sherri-shepherd-vault-0000125387\">Sherri Shepherd<\/a>, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/molly-shannon-vault-0000118107\">Molly Shannon<\/a>, Kenan Thompson, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/jennifer-tilly-vault-0000042618\">Jennifer Tilly<\/a>, Nia Vardalos, <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/bruce-vilanch-vault-0000024838\">Bruce Vilanch<\/a>, and <a rel=\"nofollow\" target=\"_blank\" data-crosslink=\"\" href=\"https:\/\/playbill.com\/person\/alan-zweibel-vault-0000024696\">Alan Zweibel<\/a>. Co-directors and show creators Pack and Reyfel will join each night&#8217;s celebrity guests on stage. More casting will be announced. Performance schedules are at <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/www.telecharge.com\/Celebrity-Autobiography-Tickets%20?AID=AFF000009900&amp;utm_source=affiliate&amp;utm_medium=web&amp;utm_campaign=AFF000009900\" target=\"_blank\">Telecharge.com<\/a>.<\/p>\n<p><em>Celebrity Autobiography<\/em>, created by Eugene Pack and co-developed with Dayle Reyfel, arrives on\u00a0the Main Stem after several hit runs internationally, including an Off-Broadway run that won the 2009 Drama Desk for Unique Theatrical Experience and other bows in London&#8217;s West End, Sydney Opera House, and more. Pack and Reyfel are at the helm of the Broadway bow.<\/p>\n<p><strong>Get a look at the opening night festivities below:<\/strong><\/p>\n<\/div>\n<div>\n<div class=\"mx-auto w-full max-sm:max-w-[400px] sm:w-[768px]\" x-data=\"{&#10;        isOpen: false,&#10;        visible: false,&#10;        hasDarkBg: false,&#10;        previousSlide: 0,&#10;        totalSlides: 87,&#10;        dataLayerBase: {&#10;            gallery_name: 'Photos\\u003A\\u0020Opening\\u0020Night\\u0020of\\u0020Celebrity\\u0020Autobiography',&#10;            gallery_type: 'Embedded',&#10;            advertising: 'no'&#10;        },&#10;        init() {&#10;            this.$nextTick(() =&gt; {&#10;                const bg = getComputedStyle(this.$el.parentElement).backgroundColor;&#10;                const match = bg.match(\/\\d+\/g);&#10;                if (match &amp;&amp; match.length &gt;= 3) {&#10;                    const [r, g, b] = match.map(Number);&#10;                    const hasAlpha = match.length &gt;= 4;&#10;                    const alpha = hasAlpha ? Number(match[3]) : 1;&#10;                    if (alpha &gt; 0) {&#10;                        this.hasDarkBg = (0.299 * r + 0.587 * g + 0.114 * b) \/ 255 &lt; 0.15;&#10;                    }&#10;                }&#10;            });&#10;        },&#10;        close() {&#10;            this.isOpen = false;&#10;        },&#10;        openTo(slide) {&#10;            const swiper = this.$refs.main?.swiper;&#10;            const didSlideChange = swiper &amp;&amp; swiper.activeIndex !== slide;&#10;&#10;            if (swiper) {&#10;                swiper.slideTo(slide);&#10;            }&#10;&#10;            if (!didSlideChange) {&#10;                \/\/ Only push this event on initial open&#10;                this.pushGalleryEvent(swiper);&#10;            }&#10;&#10;            if (this.$refs.thumbs) {&#10;                this.$nextTick(() =&gt; this.$refs.thumbs.swiper.update());&#10;            }&#10;            this.isOpen = true;&#10;        },&#10;        pushGalleryEvent(swiper) {&#10;            const currentSlide = swiper.activeIndex;&#10;            const direction = currentSlide &gt; this.previousSlide ? 'left' : 'right';&#10;&#10;            const dataLayerEventObject = {&#10;                ...this.dataLayerBase,&#10;                total_slides: this.totalSlides || swiper.slides.length,&#10;                slide_result_number: currentSlide + 1,&#10;                click_direction: direction&#10;            };&#10;&#10;            if (window.DataLayerEvent) {&#10;                new window.DataLayerEvent('editorial_gallery_click', dataLayerEventObject);&#10;            }&#10;&#10;            this.previousSlide = currentSlide;&#10;        }&#10;    }\" x-intersect:enter.once.margin.0.0.-16=\"\" true=\"\">\n        <button type=\"button\" class=\"gallery-card relative block w-full overflow-hidden text-left cursor-pointer group\" x-on:click=\"openTo(0)\" x-bind:class=\"{&#10;            'is-visible': visible,&#10;            'ring-2 ring-white': hasDarkBg&#10;        }\"><\/p>\n<div class=\"relative max-sm:aspect-[2\/3] sm:aspect-[16\/10] sm:min-h-[480px] overflow-hidden bg-black\">\n                            <picture><source media=\"(min-width: 768px)\" srcset=\"https:\/\/assets.playbill.com\/editorial\/_articleLeadImage\/DSC_4177.jpg\"><img decoding=\"async\" src=\"https:\/\/assets.playbill.com\/editorial\/_verticalPromo\/DSC_4177.jpg\" loading=\"lazy\" class=\"size-full object-cover transition-transform duration-[600ms] group-hover:scale-105\" style=\"object-position: 48% 22%;\" alt=\"Celebrity Autobiography Broadway Opening Night 2026 Kenan Thompson HR\"\/><br \/>\n                <\/source><\/picture>\n<\/p><\/div>\n<p>    <\/button><\/p>\n<p>    <template x-teleport=\"body\"><\/p>\n<p>    <\/template>\n<\/div><\/div>\n<div x-cloak=\"\" x-init=\"&#10;                            const $block = $el.firstElementChild&#10;                            const $target = $el.parentElement.querySelector('.prose p:nth-of-type(2)')&#10;                            if ($block &amp;&amp; $target) {&#10;                                $target.insertAdjacentElement('afterend', $block)&#10;                            }&#10;                        \">\n<aside class=\"border-y border-gray-200 max-md:-mx-5 max-md:px-5 my-10!\">\n<div class=\"flex flex-wrap gap-8 py-5 lg:py-16 lg:gap-16\">\n            <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/playbill.com\/production\/celebrity-autobiography-broadway-sam-s-shubert-theatre-2026\" class=\"relative z-10 group self-start flex-1 min-w-72\" data-dl-action=\"article_cta_click\" data-dl-on=\"click\" data-dl-data=\"{&quot;click_text&quot;:&quot;Image&quot;,&quot;click_url&quot;:&quot;https:\\\/\\\/playbill.com\\\/production\\\/celebrity-autobiography-broadway-sam-s-shubert-theatre-2026&quot;,&quot;show_name&quot;:&quot;Celebrity Autobiography&quot;,&quot;click_type&quot;:&quot;view_details_click&quot;}\"><\/p>\n<figure class=\"aspect-horizontal z-10\">\n                <img decoding=\"async\" src=\"https:\/\/assets.playbill.com\/playbill-covers\/Homepage\/_decoArticleLeadImage\/Homepage-Celebrity-Autobiography-cover-art.png\" alt=\"Homepage Celebrity Autobiography cover art\"\/><br \/>\n            <\/figure>\n<p>        <\/a><\/p>\n<\/div>\n<\/aside><\/div><\/div>\n<p><script>\n    !function(f,b,e,v,n,t,s)\n    {if(f.fbq)return;n=f.fbq=function(){n.callMethod?\n        n.callMethod.apply(n,arguments):n.queue.push(arguments)};\n        if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';\n        n.queue=[];t=b.createElement(e);t.async=!0;\n        t.src=v;s=b.getElementsByTagName(e)[0];\n        s.parentNode.insertBefore(t,s)}(window, document,'script',\n        'https:\/\/connect.facebook.net\/en_US\/fbevents.js');\n    fbq('init', '925349244281937');\n    fbq('track', 'PageView');\n<\/script><\/p>\n<p><em> \u2018 The preceding article may include information circulated by third parties \u2019 <\/em><\/p>\n<p><em> \u2018 Some details of this article were extracted from the following source playbill.com \u2019 <\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>May 18 was opening night for\u00a0Celebrity Autobiography, the first show of the 2026-2027 Broadway season. New production shots are offering\u00a0a first look at the new show\u2014take a look in the gallery below. And then keep scrolling to hit the red carpet for the celeb-filled opening night. The show features an ever-changing cast of celebrity notables [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2426588,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_jetpack_memberships_contains_paid_content":false,"jnews-multi-image_gallery":[],"jnews_single_post":[],"jnews_primary_category":[],"jnews_social_meta":[],"footnotes":""},"categories":[25177],"tags":[],"class_list":["post-2426587","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-celebrities"],"jetpack_featured_media_url":"https:\/\/celebrity.land\/en\/wp-content\/uploads\/2026\/05\/Get-a-1st-Look-at-Celebrity-Autobiography-on-Broadway.Gayle-King-in-CELEBRITY-AUTOBIOGRAPHY-on-Broadway-photo-by-Evan-Zimmerman-for-MurphyMade_2026-0.jpeg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2426587","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/comments?post=2426587"}],"version-history":[{"count":1,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2426587\/revisions"}],"predecessor-version":[{"id":2426589,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2426587\/revisions\/2426589"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/media\/2426588"}],"wp:attachment":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/media?parent=2426587"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/categories?post=2426587"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/tags?post=2426587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}