91³Ô¹ÏÍø

Watch CBS News

FTC accuses Live Nation and Ticketmaster of illegally reselling event tickets

The Federal Trade Commission and state prosecutors on Thursday filed a joint lawsuit against Live Nation Entertainment and Ticketmaster accusing the event services of allowing brokers to scoop up event tickets and resell them at inflated prices, costing consumers billions of dollars. 

In a legal  filed in the U.S. District Court for the Central District of California, the regulatory agency also alleged that Live Nation, which owns Ticketmaster, used "bait-and-switch pricing" tactics by advertising lower ticket prices than what was actually available to customers, and by selling millions of tickets to brokers— often at a significant markup — despite limits that artists had placed on such sales.

"The FTC alleges that in public, Ticketmaster maintains that its business model is at odds with brokers that routinely exceed ticket limits," the agency said in a news . "But in private, Ticketmaster acknowledged that its business model and bottom line benefit from brokers preventing ordinary Americans from purchasing tickets to the shows they want to see at the prices artists set."

The agency said Live Nation's and Ticketmaster's business practices violate the Better Online Ticket Sales Act and other laws barring deceptive sales tactics. 

Joining the FTC suit were attorneys general in Colorado, Florida, Illinois, Nebraska, Tennessee, Utah and Virginia.

"It should not cost an arm and a leg to take the family to a baseball game or attend your favorite musician's show," FTC Chairman Andrew N. Ferguson said in a . 

From 2019 to 2024, consumers spent nearly $83 billion buying tickets through Ticketmaster, the FTC said. The platform controls at least 80% of the tickets sold by major event venues, according to the agency.

Live Nation, based in Beverly Hills, Calif., and Ticketmaster didn't immediately reply to a request for comment. 

In May, the Department of Justice filed a federal lawsuit accusing the two companies of illegally monopolizing the live entertainment industry. The suit alleged that Live Nation has violated antitrust laws in ways that hurt consumers, in part through its ownership of Ticketmaster.

Live Nation bought Ticketmaster in 2009.

Other ticket sellers applauded the FTC's suit against Live Nation and Ticketmaster.

"The FTC's action underscores the importance of a ticketing market built on robust competition, full pricing disclosure and the freedom to transfer tickets easily," Dustin Brighton, a spokesperson for the Coalition for Ticket Fairness, an advocacy group representing smaller vendors of event tickets, said in a statement. "A healthy, competitive marketplace empowers artists and venues with more choices and fairer terms while giving fans the value and optionality they deserve, creating a ticketing ecosystem that works for everyone."

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=50747257b890e014813016b79ece0fb2'; 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(); } }); }); }); });