<!DOCTYPE html>
<html lang="en">  
<head>

    <title>The Needle Drop</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    

    <style>
        :root {
            --xoxo-bbc: #f9f28d;
            --xoxo-mc1: #ffcc00;
        }
    </style>
    <link rel="stylesheet" type="text/css" href="/assets/css/fontello.css?v=04e109e130">
    <link rel="stylesheet" type="text/css" href="/assets/css/inline.css?v=04e109e130">
    <link rel="stylesheet" type="text/css" href="/assets/css/swiper.css?v=04e109e130">
    <link rel="stylesheet" type="text/css" href="/assets/css/widgets.css?v=04e109e130">
    <link rel="stylesheet" type="text/css" href="/assets/css/magnific.popup.css?v=04e109e130">
    <link rel="stylesheet" type="text/css" href="/assets/css/base.css?v=04e109e130">
    <link rel="stylesheet" type="text/css" href="/assets/css/style.css?v=04e109e130">
    <link rel="stylesheet" type="text/css" href="/assets/css/embeds.css?v=04e109e130">

    <script>
        /* The script for calculating the color contrast has been taken from
        https://gomakethings.com/dynamically-changing-the-text-color-based-on-background-color-contrast-with-vanilla-js/ */
        var accentColor = getComputedStyle(document.documentElement).getPropertyValue('--background-color');
        accentColor = accentColor.trim().slice(1);
        var r = parseInt(accentColor.substr(0, 2), 16);
        var g = parseInt(accentColor.substr(2, 2), 16);
        var b = parseInt(accentColor.substr(4, 2), 16);
        var yiq = ((r * 299) + (g * 587) + (b * 114)) / 1000;
        var textColor = (yiq >= 128) ? 'dark' : 'light';

        document.documentElement.className = `has-${textColor}-text`;

    </script>

        <script data-cfasync="false">
        window.ramp = window.ramp || {};
        window.ramp.que = window.ramp.que || [];
        </script>
        <script data-cfasync="false" async src="//cdn.intergient.com/1025100/75114/ramp_config.js"></script>
        <script data-cfasync="false">
            window._pwGA4PageviewId = ''.concat(Date.now());
            window.dataLayer = window.dataLayer || [];
            window.gtag = window.gtag || function () {
            dataLayer.push(arguments);
            };
            gtag('js', new Date());
            gtag('config', 'G-NH85T9M4M1', { 'send_page_view': false });
            gtag(
            'event',
            'ramp_js',
            {
                'send_to': 'G-NH85T9M4M1',
                'pageview_id': window._pwGA4PageviewId
            }
            );
        </script>


    <meta name="description" content="Home of the internet&#x27;s busiest music nerd">
    <link rel="icon" href="https://theneedledrop.com/content/images/size/w256h256/2026/04/af-icon-1.png" type="image/png">
    <link rel="canonical" href="https://theneedledrop.com/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://theneedledrop.com/page/2/">
    
    <meta property="og:site_name" content="The Needle Drop">
    <meta property="og:type" content="website">
    <meta property="og:title" content="The Needle Drop">
    <meta property="og:description" content="Home of the internet&#x27;s busiest music nerd">
    <meta property="og:url" content="https://theneedledrop.com/">
    <meta property="og:image" content="https://theneedledrop.com/content/images/size/w1200/2026/04/TND-Cover.png">
    <meta property="article:publisher" content="https://www.facebook.com/theneedledrop/">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="The Needle Drop">
    <meta name="twitter:description" content="Home of the internet&#x27;s busiest music nerd">
    <meta name="twitter:url" content="https://theneedledrop.com/">
    <meta name="twitter:image" content="https://theneedledrop.com/content/images/size/w1200/2026/04/TND-Cover.png">
    <meta name="twitter:site" content="@theneedledrop">
    <meta property="og:image:width" content="1200">
    <meta property="og:image:height" content="675">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "The Needle Drop",
        "url": "https://theneedledrop.com/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://theneedledrop.com/content/images/2026/04/TND-Logo.png"
        }
    },
    "url": "https://theneedledrop.com/",
    "name": "The Needle Drop",
    "image": {
        "@type": "ImageObject",
        "url": "https://theneedledrop.com/content/images/size/w1200/2026/04/TND-Cover.png",
        "width": 1200,
        "height": 675
    },
    "mainEntityOfPage": "https://theneedledrop.com/",
    "description": "Home of the internet&#x27;s busiest music nerd"
}
    </script>

    <meta name="generator" content="Ghost 6.42">
    <link rel="alternate" type="application/rss+xml" title="The Needle Drop" href="https://theneedledrop.com/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.68/umd/portal.min.js" data-i18n="true" data-ghost="https://theneedledrop.com/" data-key="349cc727bf28ccbbbe01a4b281" data-api="https://theneedledrop.com/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style><script async src="https://js.stripe.com/v3/"></script>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/sodo-search.min.js" data-key="349cc727bf28ccbbbe01a4b281" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.8/umd/main.css" data-sodo-search="https://theneedledrop.com/" data-locale="en" crossorigin="anonymous"></script>
    
    <link href="https://theneedledrop.com/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=04e109e130"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=04e109e130">
    <script defer src="/public/comment-counts.min.js?v=04e109e130" data-ghost-comments-counts-api="https://theneedledrop.com/members/api/comments/counts/"></script>
    <script defer src="/public/member-attribution.min.js?v=04e109e130"></script><style>:root {--ghost-accent-color: #ffcc00;}</style>
    <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2V42KWS89Z"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-2V42KWS89Z');
</script>

<script>
     document.addEventListener("DOMContentLoaded", function() {
        // Find the target div by its class
        var targetDiv = document.querySelector('.intrinsic .sqs-video-wrapper');
        if (targetDiv) {
            // Extract the original iframe HTML from the data-html attribute
            var iframeHtml = targetDiv.getAttribute('data-html');
            // Decode the HTML entities
            iframeHtml = iframeHtml.replace(/&lt;/g, '<').replace(/&gt;/g, '>').replace(/&quot;/g, '"');
            // Create a temporary container to parse the HTML string
            var tempContainer = document.createElement('div');
            tempContainer.innerHTML = iframeHtml;
            var originalIframe = tempContainer.querySelector('iframe');

            if (originalIframe) {
                // Extract the original iframe attributes
                var videoSrc = originalIframe.getAttribute('src');
                var videoId = videoSrc.match(/embed\/([^?]+)/)[1];
                var newSrc = `https://www.youtube.com/embed/${videoId}?wmode=opaque`;
                
                // Create the new div with the desired content
                var newDiv = document.createElement('div');
                newDiv.className = 'youtube-player';
                newDiv.setAttribute('data-provider-name', 'YouTube');
                newDiv.innerHTML = `<iframe src="${newSrc}" height="480" width="854" scrolling="no" frameborder="0" allowfullscreen></iframe>`;

                // Replace the old div with the new div
                targetDiv.parentNode.replaceChild(newDiv, targetDiv);

                // Remove the fn__image_format class from all elements if iframe replacement is successful
                var elementsWithClass = document.querySelectorAll('.fn__image_format');
                elementsWithClass.forEach(function(el) {
                    el.classList.remove('fn__image_format');
                });
            }
        }
        // Remove the padding-bottom from the parent .embed-block-wrapper
        var embedBlockWrapper = document.querySelector('.embed-block-wrapper');
        if (embedBlockWrapper) {
            embedBlockWrapper.style.paddingBottom = '0';
        }
    });
</script>



<!-- Meta tag -->
<meta name="facebook-domain-verification" content="n1nm2i046v2kse2yuucs9skcrq1ysk" />

</head>
<body class="home-template">
    
    <div class="xoxo_fn_stickynav ajax_enable">
    <div class="progress"></div>
    <div class="container">
        <div class="transform_hedaer">
            <div class="sticky_header">
                <div class="xoxo_fn_nav sticky_nav">
                    <div class="menu">
                        <div class="menu-main-menu-container">
                                <ul id="menu-main-menu" class="xoxo_fn_main_nav"  role="menu">
            <li class="menu-item nav-home nav-current" role="menuitem">
                <a href="https://theneedledrop.com/">Home</a>
            </li>
            <li class="menu-item nav-news" role="menuitem">
                <a href="https://theneedledrop.com/news/">News</a>
            </li>
            <li class="menu-item nav-reviews" role="menuitem">
                <a href="https://theneedledrop.com/album-reviews/">Reviews</a>
            </li>
            <li class="menu-item nav-interviews" role="menuitem">
                <a href="https://theneedledrop.com/interviews/">Interviews</a>
            </li>
            <li class="menu-item nav-editorial" role="menuitem">
                <a href="https://theneedledrop.com/editorial/">Editorial</a>
            </li>
            <li class="menu-item nav-opinion" role="menuitem">
                <a href="https://theneedledrop.com/opinion/">Opinion</a>
            </li>
            <li class="menu-item nav-loved-list" role="menuitem">
                <a href="https://theneedledrop.com/loved-list/2026/">Loved List</a>
            </li>
            <li class="menu-item nav-stats" role="menuitem">
                <a href="https://melondy.com/">Stats</a>
            </li>
    </ul>

                        </div>
                        <div class="more">
                            <a href="#">
                                <span>More...</span>
                            </a>
                            <ul class="sub-menu">
                                <!-- Comes from JS -->
                            </ul>
                        </div>
                    </div>
                    <div class="icon_bar">
                        <div class="icon_bar__item icon_bar__home">
                            <a href="https://theneedledrop.com">
                                <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000pt" height="429.000000pt" viewBox="0 0 512.000000 429.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,429.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1335 3349 c-671 -517 -1246 -960 -1277 -984 l-58 -45 177 -229 177 -230 35 28 c20 16 516 398 1104 849 l1067 821 1068 -821 c587 -451 1083 -833 1103 -849 l35 -28 176 229 176 228 -21 20 c-12 10 -176 137 -364 282 l-343 262 0 464 0 464 -367 -2 -368 -3 -3 -172 c-1 -95 -5 -173 -8 -173 -3 0 -248 187 -544 415 -297 228 -541 415 -542 414 -2 0 -552 -423 -1223 -940z"></path>
		<path d="M1678 2502 l-878 -676 0 -908 0 -908 705 0 705 0 0 665 0 665 380 0 380 0 0 -665 0 -665 675 0 675 0 0 908 0 908 -876 675 c-482 371 -880 675 -883 676 -3 1 -401 -303 -883 -675z"></path>
	</g>
</svg>                            </a>
                        </div>
                        <div class="icon_bar__item icon_bar__share">
                            <a href="#">
                                <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="428.000000pt" height="470.000000pt" viewBox="0 0 428.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M3308 4690 c-31 -5 -84 -16 -118 -25 -361 -93 -630 -450 -618 -818 l3 -97 -573 -382 c-408 -272 -577 -379 -586 -373 -204 155 -375 212 -600 202 -141 -7 -208 -23 -331 -81 -248 -117 -422 -348 -470 -621 -19 -110 -19 -180 0 -290 61 -346 328 -621 674 -690 101 -21 291 -16 386 10 83 22 231 96 293 144 28 23 55 41 59 41 4 0 264 -171 577 -379 l569 -379 -2 -94 c-5 -218 74 -417 229 -581 118 -125 252 -205 415 -248 112 -29 298 -30 410 0 300 78 533 307 621 611 29 100 27 337 -4 443 -83 287 -300 506 -587 593 -79 24 -108 27 -230 28 -116 0 -153 -3 -218 -22 -181 -52 -323 -142 -439 -280 l-36 -43 -535 356 -534 357 20 61 c30 90 30 344 0 434 l-20 61 533 356 534 356 72 -75 c418 -441 1146 -315 1393 242 67 149 88 372 51 526 -91 378 -403 640 -787 661 -52 2 -120 1 -151 -4z"></path>
	</g>
</svg>                            </a>
                            <div class="xoxo_fn_social_list">
                                <ul>
    <li>
        <a href="https://www.twitter.com/@theneedledrop" target="_blank" rel="noopener">
            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" width="24px" height="24px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve" class="fn__svg replaced-svg">
                                        
<path d="M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z"/>
		 

</svg>
        </a>
    </li>
    <li>
        <a href="https://www.instagram.com/theneedledropnews/" target="_blank" rel="noopener">
            <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg replaced-svg">
                                        <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" stroke="none">
                                            <path d="M1218 5109 c-167 -20 -364 -85 -514 -170 -388 -223 -644 -611 -693 -1052 -15 -133 -15 -2521 0 -2654 71 -643 579 -1151 1222 -1222 133 -15 2521 -15 2654 0 643 71 1151 579 1222 1222 15 133 15 2521 0 2654 -71 643 -579 1151 -1222 1222 -118 13 -2554 13 -2669 0z m2892 -671 c150 -45 265 -177 290 -334 30 -185 -83 -378 -261 -445 -152 -58 -333 -17 -443 101 -231 247 -88 646 249 693 40 5 121 -2 165 -15z m-1366 -493 c309 -41 577 -174 802 -399 550 -550 550 -1422 0 -1972 -550 -550 -1422 -550 -1972 0 -550 550 -550 1422 0 1972 315 314 734 457 1170 399z">
                                            </path>
                                            <path d="M3965 4153 c-32 -8 -74 -54 -81 -89 -8 -46 19 -98 63 -119 46 -22 91 -13 128 25 45 47 36 130 -18 164 -27 17 -65 25 -92 19z">
                                            </path>
                                            <path d="M2394 3645 c-233 -36 -441 -142 -609 -310 -431 -430 -431 -1120 0 -1550 430 -431 1120 -431 1550 0 431 430 431 1120 0 1550 -249 249 -597 364 -941 310z">
                                            </path>
                                        </g>
                                    </svg>        </a>
    </li>
    <li>
        <a href="https://www.facebook.com/theneedledrop/" target="_blank"  rel="noopener">
            <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg replaced-svg">
                                        <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" stroke="none">
                                            <path d="M2960 5104 c-394 -57 -704 -271 -868 -599 -118 -238 -142 -383 -142 -876 l0 -349 -339 0 c-188 0 -351 -4 -364 -9 -14 -6 -35 -20 -46 -32 -21 -22 -21 -29 -21 -483 0 -422 2 -463 18 -482 34 -43 47 -44 406 -44 l346 0 0 -1080 0 -1080 29 -32 29 -33 466 -3 c411 -2 470 -1 497 13 62 32 59 -18 59 1150 l0 1065 400 0 c288 0 406 3 425 12 55 25 55 29 55 517 l0 451 -29 32 -29 33 -412 3 -411 3 3 323 3 322 30 59 c33 64 88 107 162 127 21 6 169 12 328 14 160 3 301 7 313 10 13 3 35 17 48 31 l24 26 0 432 c0 424 0 432 -21 454 -11 12 -32 26 -46 32 -40 15 -801 9 -913 -7z">
                                            </path>
                                        </g>
                                    </svg>        </a>
    </li>
</ul>                            </div>
                        </div>
                        <div class="icon_bar__item icon_bar__search">
                            <a href="#" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="488.000000pt" height="488.000000pt" viewBox="0 0 488.000000 488.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
    <g transform="translate(0.000000,488.000000) scale(0.100000,-0.100000)" stroke="none">
        <path d="M2140 4874 c-165 -20 -218 -28 -303 -45 -263 -54 -570 -183 -792 -332 -179 -121 -378 -299 -510 -457 -271 -326 -444 -714 -511 -1150 -22 -142 -25 -488 -6 -630 92 -667 461 -1257 1019 -1631 538 -362 1205 -477 1842 -318 181 45 304 92 501 191 163 82 179 88 235 88 103 -1 126 -17 395 -284 216 -214 253 -246 310 -271 57 -26 77 -30 160 -30 86 0 101 3 162 32 89 42 151 101 191 182 30 62 32 72 32 176 0 104 -2 114 -33 180 -29 61 -60 96 -267 305 -258 259 -274 282 -275 385 0 56 6 72 88 235 99 197 146 320 191 501 174 699 17 1434 -427 1994 -78 98 -241 264 -347 353 -312 262 -725 447 -1137 508 -99 14 -446 27 -518 18z m476 -823 c401 -82 743 -312 970 -651 360 -540 333 -1254 -66 -1769 -306 -393 -781 -612 -1274 -587 -700 35 -1268 524 -1418 1220 -18 85 -22 133 -21 296 0 170 3 210 25 310 63 286 195 534 397 744 251 259 562 412 941 460 85 11 348 -3 446 -23z">
        </path>
    </g>
</svg></a>                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>
<!--================= Sticky Menu End Here =================-->


<!--================= Header Start Here =================-->
<header id="xoxo_fn_header">
    <div class="xoxo_fn_header">
        <div class="container">
            <div class="header_top">
                <span class="wing_left"></span>
                <span class="wing_right"></span>
                <!-- Social List -->
                <div class="social">
                    <div class="xoxo_fn_social_list">
                        <ul>
    <li>
        <a href="https://www.twitter.com/@theneedledrop" target="_blank" rel="noopener">
            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" width="24px" height="24px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve" class="fn__svg replaced-svg">
                                        
<path d="M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z"/>
		 

</svg>
        </a>
    </li>
    <li>
        <a href="https://www.instagram.com/theneedledropnews/" target="_blank" rel="noopener">
            <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg replaced-svg">
                                        <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" stroke="none">
                                            <path d="M1218 5109 c-167 -20 -364 -85 -514 -170 -388 -223 -644 -611 -693 -1052 -15 -133 -15 -2521 0 -2654 71 -643 579 -1151 1222 -1222 133 -15 2521 -15 2654 0 643 71 1151 579 1222 1222 15 133 15 2521 0 2654 -71 643 -579 1151 -1222 1222 -118 13 -2554 13 -2669 0z m2892 -671 c150 -45 265 -177 290 -334 30 -185 -83 -378 -261 -445 -152 -58 -333 -17 -443 101 -231 247 -88 646 249 693 40 5 121 -2 165 -15z m-1366 -493 c309 -41 577 -174 802 -399 550 -550 550 -1422 0 -1972 -550 -550 -1422 -550 -1972 0 -550 550 -550 1422 0 1972 315 314 734 457 1170 399z">
                                            </path>
                                            <path d="M3965 4153 c-32 -8 -74 -54 -81 -89 -8 -46 19 -98 63 -119 46 -22 91 -13 128 25 45 47 36 130 -18 164 -27 17 -65 25 -92 19z">
                                            </path>
                                            <path d="M2394 3645 c-233 -36 -441 -142 -609 -310 -431 -430 -431 -1120 0 -1550 430 -431 1120 -431 1550 0 431 430 431 1120 0 1550 -249 249 -597 364 -941 310z">
                                            </path>
                                        </g>
                                    </svg>        </a>
    </li>
    <li>
        <a href="https://www.facebook.com/theneedledrop/" target="_blank"  rel="noopener">
            <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg replaced-svg">
                                        <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" stroke="none">
                                            <path d="M2960 5104 c-394 -57 -704 -271 -868 -599 -118 -238 -142 -383 -142 -876 l0 -349 -339 0 c-188 0 -351 -4 -364 -9 -14 -6 -35 -20 -46 -32 -21 -22 -21 -29 -21 -483 0 -422 2 -463 18 -482 34 -43 47 -44 406 -44 l346 0 0 -1080 0 -1080 29 -32 29 -33 466 -3 c411 -2 470 -1 497 13 62 32 59 -18 59 1150 l0 1065 400 0 c288 0 406 3 425 12 55 25 55 29 55 517 l0 451 -29 32 -29 33 -412 3 -411 3 3 323 3 322 30 59 c33 64 88 107 162 127 21 6 169 12 328 14 160 3 301 7 313 10 13 3 35 17 48 31 l24 26 0 432 c0 424 0 432 -21 454 -11 12 -32 26 -46 32 -40 15 -801 9 -913 -7z">
                                            </path>
                                        </g>
                                    </svg>        </a>
    </li>
</ul>                    </div>
                </div>
                <!-- !Social List -->
                <div class="logo">
                    <a href="https://theneedledrop.com">
                            <img src="https://theneedledrop.com/content/images/2026/04/TND-Logo.png" alt="The Needle Drop">
                    </a>
                </div>
                <div class="icons_wrap">
                    
                        <div class="search_opener">
                            <a href="#" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="488.000000pt" height="488.000000pt" viewBox="0 0 488.000000 488.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
    <g transform="translate(0.000000,488.000000) scale(0.100000,-0.100000)" stroke="none">
        <path d="M2140 4874 c-165 -20 -218 -28 -303 -45 -263 -54 -570 -183 -792 -332 -179 -121 -378 -299 -510 -457 -271 -326 -444 -714 -511 -1150 -22 -142 -25 -488 -6 -630 92 -667 461 -1257 1019 -1631 538 -362 1205 -477 1842 -318 181 45 304 92 501 191 163 82 179 88 235 88 103 -1 126 -17 395 -284 216 -214 253 -246 310 -271 57 -26 77 -30 160 -30 86 0 101 3 162 32 89 42 151 101 191 182 30 62 32 72 32 176 0 104 -2 114 -33 180 -29 61 -60 96 -267 305 -258 259 -274 282 -275 385 0 56 6 72 88 235 99 197 146 320 191 501 174 699 17 1434 -427 1994 -78 98 -241 264 -347 353 -312 262 -725 447 -1137 508 -99 14 -446 27 -518 18z m476 -823 c401 -82 743 -312 970 -651 360 -540 333 -1254 -66 -1769 -306 -393 -781 -612 -1274 -587 -700 35 -1268 524 -1418 1220 -18 85 -22 133 -21 296 0 170 3 210 25 310 63 286 195 534 397 744 251 259 562 412 941 460 85 11 348 -3 446 -23z">
        </path>
    </g>
</svg></a>                        </div>
                        <div class="user">
                                <a href="#/portal/signup" data-portal="signup"><svg version="1.0" xmlns="http://www.w3.org/2000/svg"
 width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
 preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
stroke="none">
<path d="M2385 5114 c-11 -3 -56 -12 -100 -20 -521 -100 -953 -551 -1040
-1084 -19 -120 -19 -318 0 -437 91 -561 536 -1004 1105 -1098 111 -19 311 -19
427 0 537 87 974 506 1090 1045 26 120 26 420 0 540 -112 517 -510 919 -1027
1035 -73 17 -407 30 -455 19z"/>
<path d="M1460 2351 c-326 -69 -602 -216 -830 -441 -151 -149 -312 -381 -356
-512 -21 -64 -11 -93 82 -230 348 -515 879 -903 1459 -1067 415 -116 862 -134
1271 -51 408 83 811 273 1130 530 199 160 456 450 587 661 68 111 68 116 3
244 -229 450 -680 783 -1179 871 -126 22 -169 13 -280 -60 -247 -162 -498
-238 -787 -238 -296 0 -534 74 -809 252 -75 49 -89 54 -145 56 -33 2 -99 -5
-146 -15z"/>
</g>
</svg> Join</a>
                        </div>
                </div>
                
            </div>
            <!--================= Nav Start =================-->
            <div class="header_bottom">
                <div class="bottom_fixer">
                    <div class="xoxo_fn_nav main_nav">
                        <span class="wing"></span>
                        <div class="menu">
                            <div class="menu-main-menu-container ">
                                    <ul id="menu-main-menu" class="xoxo_fn_main_nav"  role="menu">
            <li class="menu-item nav-home nav-current" role="menuitem">
                <a href="https://theneedledrop.com/">Home</a>
            </li>
            <li class="menu-item nav-news" role="menuitem">
                <a href="https://theneedledrop.com/news/">News</a>
            </li>
            <li class="menu-item nav-reviews" role="menuitem">
                <a href="https://theneedledrop.com/album-reviews/">Reviews</a>
            </li>
            <li class="menu-item nav-interviews" role="menuitem">
                <a href="https://theneedledrop.com/interviews/">Interviews</a>
            </li>
            <li class="menu-item nav-editorial" role="menuitem">
                <a href="https://theneedledrop.com/editorial/">Editorial</a>
            </li>
            <li class="menu-item nav-opinion" role="menuitem">
                <a href="https://theneedledrop.com/opinion/">Opinion</a>
            </li>
            <li class="menu-item nav-loved-list" role="menuitem">
                <a href="https://theneedledrop.com/loved-list/2026/">Loved List</a>
            </li>
            <li class="menu-item nav-stats" role="menuitem">
                <a href="https://melondy.com/">Stats</a>
            </li>
    </ul>

                            </div>
                            <div class="more">
                                <a href="#">
                                    <span>More...</span>
                                </a>
                                <ul class="sub-menu">
                                    <!-- Comes from JS -->
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <!--================= Nav End =================-->
        </div>
    </div>
</header>
<!--================= Header End Here =================-->
<!--================= Header One End =================-->
<!--================= Mobile Menu Start Here =================-->
<div class="xoxo_fn_mobnav">
    <div class="mob_top">
        <div class="logo">
            <div class="fn_logo">
                <a href="https://theneedledrop.com">
                        <img src="https://theneedledrop.com/content/images/2026/04/TND-Logo.png" alt="The Needle Drop">
                </a>
            </div>
        </div>
        <div class="right__triggerr">
            <a href="#" data-ghost-search>
    <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="488.000000pt" height="488.000000pt" viewBox="0 0 488.000000 488.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
    <g transform="translate(0.000000,488.000000) scale(0.100000,-0.100000)" stroke="none">
        <path d="M2140 4874 c-165 -20 -218 -28 -303 -45 -263 -54 -570 -183 -792 -332 -179 -121 -378 -299 -510 -457 -271 -326 -444 -714 -511 -1150 -22 -142 -25 -488 -6 -630 92 -667 461 -1257 1019 -1631 538 -362 1205 -477 1842 -318 181 45 304 92 501 191 163 82 179 88 235 88 103 -1 126 -17 395 -284 216 -214 253 -246 310 -271 57 -26 77 -30 160 -30 86 0 101 3 162 32 89 42 151 101 191 182 30 62 32 72 32 176 0 104 -2 114 -33 180 -29 61 -60 96 -267 305 -258 259 -274 282 -275 385 0 56 6 72 88 235 99 197 146 320 191 501 174 699 17 1434 -427 1994 -78 98 -241 264 -347 353 -312 262 -725 447 -1137 508 -99 14 -446 27 -518 18z m476 -823 c401 -82 743 -312 970 -651 360 -540 333 -1254 -66 -1769 -306 -393 -781 -612 -1274 -587 -700 35 -1268 524 -1418 1220 -18 85 -22 133 -21 296 0 170 3 210 25 310 63 286 195 534 397 744 251 259 562 412 941 460 85 11 348 -3 446 -23z">
        </path>
    </g>
</svg></a>            <a class="mobmenu_opener" href="#">
                <span><span></span></span>
            </a>
        </div>
    </div>
    <div class="mob_bot" style="display: none;">
        <div class="xoxo_fn_social_list">
            <ul>
    <li>
        <a href="https://www.twitter.com/@theneedledrop" target="_blank" rel="noopener">
            <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" width="24px" height="24px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve" class="fn__svg replaced-svg">
                                        
<path d="M14.095479,10.316482L22.286354,1h-1.940718l-7.115352,8.087682L7.551414,1H1l8.589488,12.231093L1,23h1.940717  l7.509372-8.542861L16.448587,23H23L14.095479,10.316482z M11.436522,13.338465l-0.871624-1.218704l-6.924311-9.68815h2.981339  l5.58978,7.82155l0.867949,1.218704l7.26506,10.166271h-2.981339L11.436522,13.338465z"/>
		 

</svg>
        </a>
    </li>
    <li>
        <a href="https://www.instagram.com/theneedledropnews/" target="_blank" rel="noopener">
            <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg replaced-svg">
                                        <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" stroke="none">
                                            <path d="M1218 5109 c-167 -20 -364 -85 -514 -170 -388 -223 -644 -611 -693 -1052 -15 -133 -15 -2521 0 -2654 71 -643 579 -1151 1222 -1222 133 -15 2521 -15 2654 0 643 71 1151 579 1222 1222 15 133 15 2521 0 2654 -71 643 -579 1151 -1222 1222 -118 13 -2554 13 -2669 0z m2892 -671 c150 -45 265 -177 290 -334 30 -185 -83 -378 -261 -445 -152 -58 -333 -17 -443 101 -231 247 -88 646 249 693 40 5 121 -2 165 -15z m-1366 -493 c309 -41 577 -174 802 -399 550 -550 550 -1422 0 -1972 -550 -550 -1422 -550 -1972 0 -550 550 -550 1422 0 1972 315 314 734 457 1170 399z">
                                            </path>
                                            <path d="M3965 4153 c-32 -8 -74 -54 -81 -89 -8 -46 19 -98 63 -119 46 -22 91 -13 128 25 45 47 36 130 -18 164 -27 17 -65 25 -92 19z">
                                            </path>
                                            <path d="M2394 3645 c-233 -36 -441 -142 -609 -310 -431 -430 -431 -1120 0 -1550 430 -431 1120 -431 1550 0 431 430 431 1120 0 1550 -249 249 -597 364 -941 310z">
                                            </path>
                                        </g>
                                    </svg>        </a>
    </li>
    <li>
        <a href="https://www.facebook.com/theneedledrop/" target="_blank"  rel="noopener">
            <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg replaced-svg">
                                        <g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" stroke="none">
                                            <path d="M2960 5104 c-394 -57 -704 -271 -868 -599 -118 -238 -142 -383 -142 -876 l0 -349 -339 0 c-188 0 -351 -4 -364 -9 -14 -6 -35 -20 -46 -32 -21 -22 -21 -29 -21 -483 0 -422 2 -463 18 -482 34 -43 47 -44 406 -44 l346 0 0 -1080 0 -1080 29 -32 29 -33 466 -3 c411 -2 470 -1 497 13 62 32 59 -18 59 1150 l0 1065 400 0 c288 0 406 3 425 12 55 25 55 29 55 517 l0 451 -29 32 -29 33 -412 3 -411 3 3 323 3 322 30 59 c33 64 88 107 162 127 21 6 169 12 328 14 160 3 301 7 313 10 13 3 35 17 48 31 l24 26 0 432 c0 424 0 432 -21 454 -11 12 -32 26 -46 32 -40 15 -801 9 -913 -7z">
                                            </path>
                                        </g>
                                    </svg>        </a>
    </li>
</ul>        </div>
        <div class="menu-main-menu-container">
            <ul id="menu-main-menu-1" class="mobile_menu">
        <li class="menu-item nav-home nav-current" role="menuitem">
            <a href="https://theneedledrop.com/">Home</a>
        </li>
        <li class="menu-item nav-news" role="menuitem">
            <a href="https://theneedledrop.com/news/">News</a>
        </li>
        <li class="menu-item nav-reviews" role="menuitem">
            <a href="https://theneedledrop.com/album-reviews/">Reviews</a>
        </li>
        <li class="menu-item nav-interviews" role="menuitem">
            <a href="https://theneedledrop.com/interviews/">Interviews</a>
        </li>
        <li class="menu-item nav-editorial" role="menuitem">
            <a href="https://theneedledrop.com/editorial/">Editorial</a>
        </li>
        <li class="menu-item nav-opinion" role="menuitem">
            <a href="https://theneedledrop.com/opinion/">Opinion</a>
        </li>
        <li class="menu-item nav-loved-list" role="menuitem">
            <a href="https://theneedledrop.com/loved-list/2026/">Loved List</a>
        </li>
        <li class="menu-item nav-stats" role="menuitem">
            <a href="https://melondy.com/">Stats</a>
        </li>
</ul>        </div>
    </div>
</div>
<!--================= Mobile Menu End Here =================-->
    
    <div class="xoxo_fn_content">
        


<div class="xoxo_fn_pagetitle">
    <div class="container">
        <div class="pagetitle">
             <h3 class="fn__title"></h3>
        </div>
    </div>
</div>
<div class="xoxo_fn_hassidebar">
    <div class="container   blog_layout_masonry_container">
        
        <div class="sidebarpage">
            <div class="xoxo_fn_leftsidebar">
                <div>
                    <div class="xoxo_fn_bloglist  blog_layout_masonry  ">
                        <ul>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-news tag-charli-xcx" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-08">Jun 8</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/news" class="meta_item meta_category">
                        News
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/news/charli-xcx-announces-music-fashion-film-tour/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/Charli-xcx-anuncia-el-lanzamiento-de-Music-Fashion-Film.jpg 160w,
                                    /content/images/size/w320/format/webp/2026/06/Charli-xcx-anuncia-el-lanzamiento-de-Music-Fashion-Film.jpg 320w,
                                    /content/images/size/w600/format/webp/2026/06/Charli-xcx-anuncia-el-lanzamiento-de-Music-Fashion-Film.jpg 600w,
                                    /content/images/size/w960/format/webp/2026/06/Charli-xcx-anuncia-el-lanzamiento-de-Music-Fashion-Film.jpg 960w,
                                    /content/images/size/w1200/format/webp/2026/06/Charli-xcx-anuncia-el-lanzamiento-de-Music-Fashion-Film.jpg 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/Charli-xcx-anuncia-el-lanzamiento-de-Music-Fashion-Film.jpg 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/Charli-xcx-anuncia-el-lanzamiento-de-Music-Fashion-Film.jpg"
                            alt="Charli xcx announces Music, Fashion, Film Tour"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/news/charli-xcx-announces-music-fashion-film-tour/">Charli xcx announces Music, Fashion, Film Tour</a></h3>
                </div>
                    <div class="author"><a href="/author/aaron/">Aaron Cousin</a></div>
                    <div class="desc">
                        <p>You can sign up for presale access now until June 10th 11PM ET.</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/news/charli-xcx-announces-music-fashion-film-tour/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-news tag-rush" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-08">Jun 8</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/news" class="meta_item meta_category">
                        News
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/news/rush-kick-off-fifty-something-tour-with-emotional-los-angeles-reunion/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/Billboard-Rush-Fifty-Something-2026.jpg 160w,
                                    /content/images/size/w320/format/webp/2026/06/Billboard-Rush-Fifty-Something-2026.jpg 320w,
                                    /content/images/size/w600/format/webp/2026/06/Billboard-Rush-Fifty-Something-2026.jpg 600w,
                                    /content/images/size/w960/format/webp/2026/06/Billboard-Rush-Fifty-Something-2026.jpg 960w,
                                    /content/images/size/w1200/format/webp/2026/06/Billboard-Rush-Fifty-Something-2026.jpg 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/Billboard-Rush-Fifty-Something-2026.jpg 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/Billboard-Rush-Fifty-Something-2026.jpg"
                            alt="Rush kick off Fifty Something tour with emotional Los Angeles reunion"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/news/rush-kick-off-fifty-something-tour-with-emotional-los-angeles-reunion/">Rush kick off Fifty Something tour with emotional Los Angeles reunion</a></h3>
                </div>
                    <div class="author"><a href="/author/christian/">Christian Potter</a></div>
                    <div class="desc">
                        <p>With Anika Nilles behind the kit, Rush&#39;s next chapter is off to a remarkable start.</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/news/rush-kick-off-fifty-something-tour-with-emotional-los-angeles-reunion/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-news tag-mike-d tag-the-beastie-boys" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-08">Jun 8</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/news" class="meta_item meta_category">
                        News
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/news/beastie-boy-mike-d-announces-debut-solo-album-shares-single-true-colors/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/miked.jpg 160w,
                                    /content/images/size/w320/format/webp/2026/06/miked.jpg 320w,
                                    /content/images/size/w600/format/webp/2026/06/miked.jpg 600w,
                                    /content/images/size/w960/format/webp/2026/06/miked.jpg 960w,
                                    /content/images/size/w1200/format/webp/2026/06/miked.jpg 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/miked.jpg 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/miked.jpg"
                            alt="Beastie Boy Mike D announces debut solo album, shares single &quot;True Colors&quot;"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/news/beastie-boy-mike-d-announces-debut-solo-album-shares-single-true-colors/">Beastie Boy Mike D announces debut solo album, shares single &quot;True Colors&quot;</a></h3>
                </div>
                    <div class="author"><a href="/author/tyler/">Tyler Roland</a></div>
                    <div class="desc">
                        <p>&#39;Thank You&#39; marks the first LP from any Beastie Boy since the group&#39;s final record in 2011.</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/news/beastie-boy-mike-d-announces-debut-solo-album-shares-single-true-colors/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-news tag-olivia-rodrigo" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-06">Jun 6</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/news" class="meta_item meta_category">
                        News
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/news/olivia-rodrigo-premieres-new-song-with-robert-smith-at-primavera-sound/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/IMG_6279.jpeg 160w,
                                    /content/images/size/w320/format/webp/2026/06/IMG_6279.jpeg 320w,
                                    /content/images/size/w600/format/webp/2026/06/IMG_6279.jpeg 600w,
                                    /content/images/size/w960/format/webp/2026/06/IMG_6279.jpeg 960w,
                                    /content/images/size/w1200/format/webp/2026/06/IMG_6279.jpeg 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/IMG_6279.jpeg 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/IMG_6279.jpeg"
                            alt="Olivia Rodrigo premieres new song with Robert Smith at Primavera Sound"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/news/olivia-rodrigo-premieres-new-song-with-robert-smith-at-primavera-sound/">Olivia Rodrigo premieres new song with Robert Smith at Primavera Sound</a></h3>
                </div>
                    <div class="author"><a href="/author/leah/">Leah Bess</a></div>
                    <div class="desc">
                        <p>The song comes as part of a surprise set at the Barcelona festival</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/news/olivia-rodrigo-premieres-new-song-with-robert-smith-at-primavera-sound/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-news tag-madonna tag-editorial featured" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-06">Jun 6</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/news" class="meta_item meta_category">
                        News
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/news/what-you-missed-at-madonnas-confessions-ii-premiere/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/M_83e7e8-e1780688344542.webp 160w,
                                    /content/images/size/w320/format/webp/2026/06/M_83e7e8-e1780688344542.webp 320w,
                                    /content/images/size/w600/format/webp/2026/06/M_83e7e8-e1780688344542.webp 600w,
                                    /content/images/size/w960/format/webp/2026/06/M_83e7e8-e1780688344542.webp 960w,
                                    /content/images/size/w1200/format/webp/2026/06/M_83e7e8-e1780688344542.webp 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/M_83e7e8-e1780688344542.webp 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/M_83e7e8-e1780688344542.webp"
                            alt="What you missed at Madonna&#x27;s &#x27;Confessions II&#x27; premiere"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/news/what-you-missed-at-madonnas-confessions-ii-premiere/">What you missed at Madonna&#x27;s &#x27;Confessions II&#x27; premiere</a></h3>
                </div>
                    <div class="author"><a href="/author/andy-steiner/">Andy Steiner</a></div>
                    <div class="desc">
                        <p>A night with the Queen of Pop.</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/news/what-you-missed-at-madonnas-confessions-ii-premiere/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-news tag-skrillex" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-05">Jun 5</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/news" class="meta_item meta_category">
                        News
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/news/skrillex-has-a-new-surprise-album-out-again/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/IMG_3024.jpeg 160w,
                                    /content/images/size/w320/format/webp/2026/06/IMG_3024.jpeg 320w,
                                    /content/images/size/w600/format/webp/2026/06/IMG_3024.jpeg 600w,
                                    /content/images/size/w960/format/webp/2026/06/IMG_3024.jpeg 960w,
                                    /content/images/size/w1200/format/webp/2026/06/IMG_3024.jpeg 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/IMG_3024.jpeg 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/IMG_3024.jpeg"
                            alt="Skrillex has a new surprise album out... again"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/news/skrillex-has-a-new-surprise-album-out-again/">Skrillex has a new surprise album out... again</a></h3>
                </div>
                    <div class="author"><a href="/author/tyler/">Tyler Roland</a></div>
                    <div class="desc">
                        <p>&#39;SOMA&#39; has 13 tracks, including collaborations with Tracey and RHR.</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/news/skrillex-has-a-new-surprise-album-out-again/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-editorial tag-magdalena-bay featured" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-05">Jun 5</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/editorial" class="meta_item meta_category">
                        Editorial
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/everything-that-happened-at-magdalena-bays-imaginal-disk-film-premiere/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/Patrick-Jones.png 160w,
                                    /content/images/size/w320/format/webp/2026/06/Patrick-Jones.png 320w,
                                    /content/images/size/w600/format/webp/2026/06/Patrick-Jones.png 600w,
                                    /content/images/size/w960/format/webp/2026/06/Patrick-Jones.png 960w,
                                    /content/images/size/w1200/format/webp/2026/06/Patrick-Jones.png 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/Patrick-Jones.png 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/Patrick-Jones.png"
                            alt="Everything that happened at Magdalena Bay&#x27;s Imaginal Disk film premiere"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/everything-that-happened-at-magdalena-bays-imaginal-disk-film-premiere/">Everything that happened at Magdalena Bay&#x27;s Imaginal Disk film premiere</a></h3>
                </div>
                    <div class="author"><a href="/author/andy-steiner/">Andy Steiner</a></div>
                    <div class="desc">
                        <p>Including a red carpet interview with the band.</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/everything-that-happened-at-magdalena-bays-imaginal-disk-film-premiere/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-news tag-tour-dates tag-phoebe-bridgers" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-05">Jun 5</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/news" class="meta_item meta_category">
                        News
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/news/phoebe-bridgers-announces-the-lost-tour-north-american-and-eu-dates/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/IMG_6255.jpeg 160w,
                                    /content/images/size/w320/format/webp/2026/06/IMG_6255.jpeg 320w,
                                    /content/images/size/w600/format/webp/2026/06/IMG_6255.jpeg 600w,
                                    /content/images/size/w960/format/webp/2026/06/IMG_6255.jpeg 960w,
                                    /content/images/size/w1200/format/webp/2026/06/IMG_6255.jpeg 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/IMG_6255.jpeg 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/IMG_6255.jpeg"
                            alt="Phoebe Bridgers announces “The Lost Tour” North American and EU dates"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/news/phoebe-bridgers-announces-the-lost-tour-north-american-and-eu-dates/">Phoebe Bridgers announces “The Lost Tour” North American and EU dates</a></h3>
                </div>
                    <div class="author"><a href="/author/leah/">Leah Bess</a></div>
                    <div class="desc">
                        <p>Like her recent pop-up shows, the tour will be device-free.</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/news/phoebe-bridgers-announces-the-lost-tour-north-american-and-eu-dates/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-interviews tag-hammok tag-editorial featured" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-05">Jun 5</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/interviews" class="meta_item meta_category">
                        Interviews
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/interviews/interview-hammok-are-at-the-center-of-their-own-underground-scene/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/Hammok---Fabian-Framdal-Fjeldvik.jpg 160w,
                                    /content/images/size/w320/format/webp/2026/06/Hammok---Fabian-Framdal-Fjeldvik.jpg 320w,
                                    /content/images/size/w600/format/webp/2026/06/Hammok---Fabian-Framdal-Fjeldvik.jpg 600w,
                                    /content/images/size/w960/format/webp/2026/06/Hammok---Fabian-Framdal-Fjeldvik.jpg 960w,
                                    /content/images/size/w1200/format/webp/2026/06/Hammok---Fabian-Framdal-Fjeldvik.jpg 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/Hammok---Fabian-Framdal-Fjeldvik.jpg 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/Hammok---Fabian-Framdal-Fjeldvik.jpg"
                            alt="INTERVIEW: Hammok are at the center of their own underground scene"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/interviews/interview-hammok-are-at-the-center-of-their-own-underground-scene/">INTERVIEW: Hammok are at the center of their own underground scene</a></h3>
                </div>
                    <div class="author"><a href="/author/victoria/">Victoria Borlando</a></div>
                    <div class="desc">
                        <p>The Norwegian hardcore trio sit down with TND to discuss their explosive house parties, the Oslo underground, and the genre-bending production of their new record - out today - that shapes their own scene.</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/interviews/interview-hammok-are-at-the-center-of-their-own-underground-scene/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>

                                    
<li class="post_item">
    <div class="blog__item blog__item_masonry post tag-news tag-prince" data-short-preview="">
        <div class="fn__meta">
            <p>
                    <span class="meta_item meta_date">
                        <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="470.000000pt" height="470.000000pt" viewBox="0 0 470.000000 470.000000" preserveAspectRatio="xMidYMid meet" class="fn__svg  replaced-svg">
	<g transform="translate(0.000000,470.000000) scale(0.100000,-0.100000)" stroke="none">
		<path d="M1224 4666 l-34 -34 0 -210 0 -211 -412 -3 -413 -3 -75 -36 c-136 -65 -236 -182 -272 -318 -13 -51 -17 -110 -17 -253 l-1 -188 2350 0 2350 0 0 181 c0 211 -14 288 -66 376 -54 90 -118 149 -213 196 l-84 42 -414 3 -413 3 0 211 0 210 -34 34 -34 34 -146 0 -146 0 -32 -29 -33 -29 -3 -216 -3 -216 -730 0 -729 0 0 195 c0 293 -2 295 -218 295 l-144 0 -34 -34z"></path>
		<path d="M0 1802 c0 -1179 2 -1376 15 -1425 47 -182 180 -315 362 -362 50 -13 309 -15 1973 -15 2099 0 1966 -4 2089 58 73 36 163 128 201 202 63 125 60 41 60 1542 l0 1368 -2350 0 -2350 0 0 -1368z m1390 483 l0 -305 -305 0 -305 0 0 298 c0 164 3 302 7 305 3 4 141 7 305 7 l298 0 0 -305z m1260 0 l0 -305 -300 0 -300 0 0 305 0 305 300 0 300 0 0 -305z m1268 -2 l2 -303 -305 0 -305 0 0 305 0 305 303 -2 302 -3 3 -302z m-2528 -1273 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z m1260 0 l0 -300 -300 0 -300 0 0 300 0 300 300 0 300 0 0 -300z m1270 0 l0 -300 -305 0 -305 0 0 300 0 300 305 0 305 0 0 -300z"></path>
	</g>
</svg>                        <time class="gh-card-date" datetime="2026-06-04">Jun 4</time>
                    </span>
                    <a href="https://theneedledrop.com/tag/news" class="meta_item meta_category">
                        News
                    </a>

            </p>
        </div>
        <div class="bottom_holder">
                <div class="blog__image">
                    <a href="/news/more-prince-vault-recordings-on-the-way-with-new-collection-timeless/">
                        <img
                            srcset="/content/images/size/w160/format/webp/2026/06/unnamed-87.jpg 160w,
                                    /content/images/size/w320/format/webp/2026/06/unnamed-87.jpg 320w,
                                    /content/images/size/w600/format/webp/2026/06/unnamed-87.jpg 600w,
                                    /content/images/size/w960/format/webp/2026/06/unnamed-87.jpg 960w,
                                    /content/images/size/w1200/format/webp/2026/06/unnamed-87.jpg 1200w,
                                    /content/images/size/w2000/format/webp/2026/06/unnamed-87.jpg 2000w"
                            sizes="(max-width: 320px) 160px,
                                (max-width: 480px) 320px,
                                (max-width: 768px) 600px,
                                (max-width: 1024px) 960px,
                                1200px"
                            src="/content/images/size/w600/format/webp/2026/06/unnamed-87.jpg"
                            alt="More Prince vault recordings on the way with new collection, &#x27;Timeless&#x27;"
                        >

                    </a>
                </div>
            <div class="title_holder">
                <div class="title">
                    <h3><a href="/news/more-prince-vault-recordings-on-the-way-with-new-collection-timeless/">More Prince vault recordings on the way with new collection, &#x27;Timeless&#x27;</a></h3>
                </div>
                    <div class="author"><a href="/author/alan/">Alan Pedder</a></div>
                    <div class="desc">
                        <p>Listen to new song &quot;Stone&quot; ahead of the album&#39;s August 28 release.</p>
                    </div>
                <div class="read_more view_enable">
                    <div class="read_in">
                        <div class="read_wrap">
                            <a href="/news/more-prince-vault-recordings-on-the-way-with-new-collection-timeless/"><span class="text">Read More</span><span class="triple"></span></a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</li>


                            
                        </ul>
                    </div>
                    <div class="xoxo_fn_pagination">
    <div class="container">
        <div class="pag_in">
            <div class="pag_inner"><span class="left_wing"></span><span class="right_wing"></span>
                <ul>

                        <li><a href="/page/2/" class="next">Next</a></li>

                </ul>
            </div>
        </div>
    </div>
</div>

                </div>
            </div>


                <div class="xoxo_fn_rightsidebar">
    <div class="sidebar_in">
        <div class="xoxo_fn_sidebar">
            

            
            <div class="widget_block clear widget_xoxo_top_articles">
                <div>
                    <div class="wid-title">
                        <span class="text">Featured Posts</span>
                        <span class="icon"></span>
                    </div>
                    <div class="xoxo_fn_widget_beta_articles">

                                <div class="top_article">
                                    <div class="item_img">
                                        <a class="full_link" href="/news/what-you-missed-at-madonnas-confessions-ii-premiere/"></a>
                                        <img src="/content/images/size/w600/2026/06/M_83e7e8-e1780688344542.webp" alt="What you missed at Madonna&#x27;s &#x27;Confessions II&#x27; premiere">
                                    </div>
                                    <h3 class="fn_title"><a href="/news/what-you-missed-at-madonnas-confessions-ii-premiere/">What you missed at Madonna&#x27;s &#x27;Confessions II&#x27; premiere</a></h3>
                                    <div class="t_rail">
                                        <span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
                                    </div>
                                </div>

                                    <div class="bottom_article">
                                        <a class="full_link" href="/everything-that-happened-at-magdalena-bays-imaginal-disk-film-premiere/"></a>
                                        <div class="item_img frenify-ready" style="background-image: url(/content/images/size/w160/2026/06/Patrick-Jones.png);"> </div>
                                        <h3 class="fn_title"><a href="/everything-that-happened-at-magdalena-bays-imaginal-disk-film-premiere/">Everything that happened at Magdalena Bay&#x27;s Imaginal Disk film premiere</a></h3>
                                    </div>
                                    <div class="bottom_article">
                                        <a class="full_link" href="/interviews/interview-hammok-are-at-the-center-of-their-own-underground-scene/"></a>
                                        <div class="item_img frenify-ready" style="background-image: url(/content/images/size/w160/2026/06/Hammok---Fabian-Framdal-Fjeldvik.jpg);"> </div>
                                        <h3 class="fn_title"><a href="/interviews/interview-hammok-are-at-the-center-of-their-own-underground-scene/">INTERVIEW: Hammok are at the center of their own underground scene</a></h3>
                                    </div>

                    </div>
                </div>
            </div>
            
            
        
             <div class="widget_block clear widget_xoxo_custom_categories">
                <div>
                    <div class="wid-title">
                        <span class="text">Genres</span>
                        <span class="icon"></span>
                    </div>
                    <div class="xoxo_fn_ccategories">
                        <ul>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/other/"></a>
                                            <span class="cat_title">
                                                <span class="name">Other</span>
                                           <span class="count"> ➜ </span>

                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/loud-rock/"></a>
                                            <span class="cat_title">
                                                <span class="name">loud rock</span>
                                           <span class="count"> ➜ </span>

                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/electronic/"></a>
                                            <span class="cat_title">
                                                <span class="name">Electronic</span>
                                           <span class="count"> ➜ </span>

                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/pop/"></a>
                                            <span class="cat_title">
                                                <span class="name">Pop</span>
                                           <span class="count"> ➜ </span>

                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/rock/"></a>
                                            <span class="cat_title">
                                                <span class="name">rock</span>
                                           <span class="count"> ➜ </span>

                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/hip-hop/"></a>
                                            <span class="cat_title">
                                                <span class="name">hip hop</span>
                                           <span class="count"> ➜ </span>

                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/classic/"></a>
                                            <span class="cat_title">
                                                <span class="name">classic</span>
                                           <span class="count"> ➜ </span>

                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/country/"></a>
                                            <span class="cat_title">
                                                <span class="name">Country</span>
                                           <span class="count"> ➜ </span>

                                            </span>
                                        </div>
                                    </li>
                        </ul>
                        </ul>
                    </div>
                </div>
            </div>
            
            <div class="widget_block clear widget_xoxo_custom_categories">
                <div>
                    <div class="wid-title">
                        <span class="text">Categories</span>
                        <span class="icon"></span>
                    </div>
                    <div class="xoxo_fn_ccategories">
                        <ul>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/great-albums/"></a>
                                            <span class="cat_title">
                                                <span class="name">great albums</span>
                                            <span class="count"> ➜ </span>
                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/track-reviews/"></a>
                                            <span class="cat_title">
                                                <span class="name">track reviews</span>
                                            <span class="count"> ➜ </span>
                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/interviews/"></a>
                                            <span class="cat_title">
                                                <span class="name">Interviews</span>
                                            <span class="count"> ➜ </span>
                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/opinion/"></a>
                                            <span class="cat_title">
                                                <span class="name">Opinion</span>
                                            <span class="count"> ➜ </span>
                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/album-reviews/"></a>
                                            <span class="cat_title">
                                                <span class="name">Album Reviews</span>
                                            <span class="count"> ➜ </span>
                                            </span>
                                        </div>
                                    </li>
                                    <li>
                                        <div class="category__item">
                                            <a class="full_link" href="/news/"></a>
                                            <span class="cat_title">
                                                <span class="name">News</span>
                                            <span class="count"> ➜ </span>
                                            </span>
                                        </div>
                                    </li>
                        </ul>
                        </ul>
                    </div>
                </div>
            </div>
        
        
        </div>
    </div>
</div>
        </div>
    </div>
</div>
    </div>
    
    <footer id="xoxo_fn_footer">
    <div class="xoxo_fn_footer">

                <div class="footer_top">
                    <div class="container">
                        <div class="footer_subscribe_form">
                            <div class="logo"><img src="https://theneedledrop.com/content/images/2026/04/TND-Logo.png" alt="The Needle Drop"></div>
                            <h3 class="fsf_title">Subscribe to The Needle Drop</h3>
                            <p class="fsf_desc">Home of the internet&#x27;s busiest music nerd</p>
                            <form data-portal="signup">
    <div class="fn__subscribe">
        <input type="email" placeholder="melon@theneedledrop.com" required data-members-email>
        <input type="submit" value="Subscribe">
    </div>
</form>                        </div>
                    </div>
                </div>

        <div class="footer_bottom">
            <div class="container">
                <div class="footer_btm_in">
                    <span class="wing_left"></span>
                    <span class="wing_right"></span>

                    <div class="footer_widgets">
                        <div class="menu-footer-menu-container">
                            <div class="widget_nav_menu">
                                    <ul class="nav menu" role="menu">
            <li class="nav-sign-up" role="menuitem">
                <a href="#/portal/">Sign up</a>
            </li>
            <li class="nav-about-this-site" role="menuitem">
                <a href="https://theneedledrop.com/about/">About This Site</a>
            </li>
            <li class="nav-contact" role="menuitem">
                <a href="https://theneedledrop.com/contact/">Contact</a>
            </li>
            <li class="nav-privacy" role="menuitem">
                <a href="https://theneedledrop.com/privacy/">Privacy</a>
            </li>
            <li class="nav-advertise-with-us" role="menuitem">
                <a href="https://lg.media/">Advertise With Us</a>
            </li>
    </ul>

                            </div>
                        </div>
                    </div>
                    <div class="footer_copyright">
                        <p> © 2024 <a href="" target="_blank">The Needle Drop</a> - <a href="https://lg.media" target="_blank">LG Media</a> - Hosted on <a href="https://m.do.co/c/3d89eb93a3d7" target="_blank" >Digital Ocean</a> </p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</footer>


<!--================= Scroll to Top Start =================-->
<a class="xoxo_fn_totop">
    <span class="progress_wrapper">
    <span class="progress" style="height: 0%;"></span>
    </span>
    <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" viewBox="0 0 557.97 1061" style="enable-background:new 0 0 557.97 1061;" xml:space="preserve" class="fn__svg  replaced-svg">
    <path d="M557.97,554.2c0,4.13,0,8.26,0,12.39c-0.37,2.83-0.75,5.66-1.11,8.49c-2.47,19.12-10.14,35.74-23.81,49.46  c-1.02,1.02-2.42,1.87-3.79,2.31c-8.96,2.89-18.12,3.28-27.38,1.91c-13.68-2.03-26.18-7.3-38.1-14.08  c-21.62-12.31-40.29-28.39-57.82-45.86c-28.44-28.34-53.31-59.63-76.03-92.68c-0.61-0.89-1.29-1.73-2.3-3.08  c-0.1,1.2-0.17,1.63-0.17,2.06c0.03,32.31-0.98,64.6-3.29,96.83c-1.56,21.73-3.32,43.46-5.57,65.13  c-2.71,26.12-6.58,52.09-11.66,77.88c-6.4,32.52-15.07,64.34-28.3,94.82c-22.74,52.42-51.12,101.67-83.67,148.55  c-17.42,25.09-35.96,49.32-57.81,70.77c-14.1,13.84-28.57,27.36-48.82,31.92c-1.97,0-3.95,0-5.92,0c-3.98-1.33-7.87-2.73-10.95-5.86  c-5.86-5.95-8.47-13.2-8.88-21.34c-0.68-13.44,2.95-26.11,7.27-38.6c7.44-21.55,17.29-42.09,27.01-62.67  c14.89-31.52,29.92-62.97,43.1-95.26c17.4-42.65,30.2-86.59,37.18-132.14c3.19-20.81,5.97-41.71,8.22-62.64  c2.09-19.52,3.54-39.12,4.7-58.73c1.05-17.73,1.42-35.5,1.92-53.26c0.95-34.02,0.14-68.02-1.36-102c-0.16-3.52-0.46-7.03-0.7-10.54  c-1.06,0.87-1.57,1.78-2.04,2.72c-18.76,36.7-39.4,72.27-63.39,105.83c-13.17,18.43-27.28,36.08-44.08,51.41  c-9.45,8.62-19.55,16.34-31.6,21.09c-7.23,2.86-14.69,4.16-22.4,2.77c-13.71-2.47-20.98-11.51-24.1-24.42  c-1.07-4.42-1.54-8.97-2.29-13.47c0-4.49,0-8.98,0-13.46c0.18-0.86,0.42-1.72,0.53-2.59c1.04-8.27,1.79-16.58,3.14-24.79  c3.57-21.68,9.15-42.91,15.05-64.05c9.97-35.71,20.36-71.3,30.05-107.09c9.64-35.6,17.21-71.58,18.86-108.63  c1.27-28.54,0.95-57.05,0.09-85.58c-0.86-28.33-2.7-56.65-1.36-85.02c0.56-11.84,1.68-23.63,4.84-35.09  C75.99,20.25,84.24,5.72,102.87,0c1.8,0,3.59,0,5.39,0c5.02,1.57,10.2,2.77,15.04,4.79c10.07,4.19,19.11,10.23,27.92,16.58  c22.42,16.14,42.81,34.66,62.61,53.83c49.96,48.37,96.11,100.26,141.08,153.24c9.64,11.35,18.66,23.27,28.83,34.13  c38.53,41.13,74.39,84.4,106,131.1c19.59,28.93,37.26,58.96,50.61,91.35c7.53,18.28,13.53,37.01,16.13,56.7  C557.02,545.87,557.47,550.04,557.97,554.2z">
    </path>
</svg></a>
<!--================= Scroll to Top End =================-->


<script src="/assets/js/jquery.min.js?v=04e109e130"></script>
<script src="/assets/js/magnific.popup.js?v=04e109e130"></script>
<script src="/assets/js/isotope.js?v=04e109e130"></script>
<script src="/assets/js/swiper.js?v=04e109e130"></script>
<script src="/assets/js/card.js?v=04e109e130"></script>
<script src="/assets/js/main.js?v=04e109e130"></script>

<script data-cfasync="false" async src="//cdn.intergient.com/ramp_core.js"></script>

<script>
  document.addEventListener("DOMContentLoaded", function () {
    // Prefix URLs for StubHub and Viagogo
    const stubhubPrefix = "https://stubhub.prf.hn/click/camref:1101l3NwFT/pubref:tnd/[p_id:1011l562158]/destination:";
    const viagogoPrefix = "https://viagogo.prf.hn/click/camref:1011l3PmoK/pubref:tnd/[p_id:1011l562158]/destination:";
    
    // Select all links in the blog
    const links = document.querySelectorAll("a");

    links.forEach(link => {
      const href = link.getAttribute("href");

      if (href) {
        if (href.includes("stubhub.com")) {
          // Add StubHub prefix if the link points to StubHub
          link.setAttribute("href", stubhubPrefix + href);
        } else if (href.includes("viagogo.com")) {
          // Add Viagogo prefix if the link points to Viagogo
          link.setAttribute("href", viagogoPrefix + href);
        }
      }
    });
  });
</script>



</body>
</html>
