91³Ô¹ÏÍø

Watch CBS News

Launch party for Taylor Swift's "Life of a Showgirl" is coming to theaters. Here's what to know.

Taylor Swift fans will soon get another chance to see the pop star on the big screen, as AMC Theaters on Friday an official release party for her "Life of a Showgirl" album, on Oct. 3 - 5.

Called "The Official Release Party of a Showgirl," the 89-minute theatrical experience will play at all 540 AMC locations in the U.S. as well as Cinemark and Regal theaters. It will also be shown in as many as 100 additional countries, according to AMC. Showtimes begin on Oct. 3 — the same day the album debuts — at 3 p.m. EDT, 2 p.m. CDT, 1 p.m. MDT and noon PDT.

U.S. Ticket sales launched Friday, leading fans to flock to AMC Theaters' . As of 2 p.m, the wait time to buy a ticket, which costs $12 plus tax, was over an hour. 

"Looks like it's time to brush off that Eras Tour outfit or orange cardigan…" Swift said in an Instagram  Friday. "Tickets are on sale now. Dancing is optional but very much encouraged," she added.

As part of the experience, AMC will screen the world premiere of Swift's music video, "The Fate of Ophelia," one of the 12 tracks on her forthcoming studio album, at movie theaters across the country from Oct. 3 to 5. Fans will also be able to see behind-the-scenes footage from the music video, other lyric videos and Swift's reflections on songs, according to the company's .

Swift announced the release of "Life of a Showgirl," her 12th studio album, last month, dropping the news on her website and later teasing it on the "New Heights" podcast, hosted by her fiancé, Kansas City Chiefs tight end Travis Kelce, and his brother, Jason Kelce, a former center for the Philadelphia Eagles. 

Travis Kelce and Swift announced their engagement last month.

"The Official Release Party of a Showgirl," marks AMC Theatres' second collaboration with Swift. "The Eras Tour" movie, was the top-selling concert film of all time, according to AMC. The 2023 film which documented Swift's recording-breaking international tour, grossed $261.6 million globally, surpassing Michael Jackson's "This Is It" (2009), to online music publication Pitchfork. 

Netflix in 2020 released a documentary of Swift's life in show business entitled "Miss Americana,"  which was screened at select theaters across the U.S.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });