91³Ô¹ÏÍø

Watch CBS News

What events are happening in Pittsburgh during the NFL draft? Here's where to find them.

For the first time since 1947, the NFL draft is in Pittsburgh. While all 32 teams are focused on drafting the best players, there will be plenty for fans to check out before and during the three-day event from April 23-25 on the city's North Shore.

Here is a list of all the NFL draft events happening around Pittsburgh during the week of the NFL's spectacle. This story will be updated with more events as they are announced.

All events are free unless otherwise noted below. 

Wednesday, April 22

  • The PicksBURGH Music Crawl, which brings live music to bars, restaurants, and other venues across the city, kicks off at 4:45 p.m. in Market Square. (Some events do require tickets)
  • The Nelly concert begins at 6 p.m. at The Plaza at North Shore. (Tickets required)

Thursday, April 23

  • Pitt Athletics Block Party at Arts Landing begins at 9 a.m. and runs until 6 p.m. 
  • The Steve Aoki concert begins at noon at The Plaza at North Shore. (Tickets required) 
  • PicksBURGH programming runs from 10 a.m. to 9 p.m. in Market Square.   
  • Round 1 of the NFL draft is at 8 p.m. on the North Shore. 

Friday, April 24

  • Pitt Athletics Block Party at Arts Landing begins at 9 a.m. and runs until 6 p.m. 
  • Wiz Khalifa and Bret Michaels are set to perform at 5:15 p.m. at the Draft Theater next to Acrisure Stadium before Rounds 2 and 3 as part of the NFL Draft Entertainment Series.  
  • PicksBURGH programming runs from 10 a.m. to 9 p.m. in Market Square.   
  • Rounds 2-3 of the NFL draft begin at 7 p.m. on the North Shore.

Saturday, April 25

  • The PicksBURGH Draft Day 5K steps off at 8 a.m. near PNC Park and finishes near Point State Park. 
  • Pitt Athletics Block Party at Arts Landing begins at 9 a.m. and runs until 6 p.m. 
  • PicksBURGH programming runs from 9 a.m. to 7 p.m. in Market Square.   
  • Rounds 4-7 of the NFL draft begin at noon on the North Shore.
  • The 2 Chainz concert is set for 6 p.m. at The Plaza at North Shore. (Tickets required)
  • Kane Brown is performing at the Draft Theater next to Acrisure Stadium after the final selection of Round 7 as part of the NFL Draft Entertainment Series. 
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(); } }); }); }); });