<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees</title>
          <meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" charset="UTF-8"/><meta data-react-helmet="true" name="description" content="Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters."/><meta data-react-helmet="true" name="keywords" content="hurricane harvey shelters texas, austin musicians volunteer shelters, austin musicians hurricane harvey"/><meta data-react-helmet="true" property="fb:app_id" content="222651877772174"/><meta data-react-helmet="true" property="fb:admins" content="581803834"/><meta data-react-helmet="true" property="fb:admins" content="583052867"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="fb:admins" content="732998853"/><meta data-react-helmet="true" property="fb:admins" content="8802808"/><meta data-react-helmet="true" property="og:title" content="Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees"/><meta data-react-helmet="true" property="og:description" content="Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters."/><meta data-react-helmet="true" property="og:url" content="http://loudwire.com/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/"/><meta data-react-helmet="true" property="og:site_name" content="Loudwire"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://loudwire.com/files/2017/08/GettyImages-840577674.jpg?w=600&amp;h=0&amp;zc=1&amp;s=0&amp;a=t&amp;q=89"/><meta data-react-helmet="true" name="twitter:card" content="summary_large_image"/><meta data-react-helmet="true" name="twitter:site" content="@Loudwire"/><meta data-react-helmet="true" name="sailthru.description" content="Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters."/><meta data-react-helmet="true" name="sailthru.date" content="2017-08-30 09:32:39"/><meta data-react-helmet="true" name="sailthru.title" content="Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-loudwire, tsmmarket-national, tsmtype-national, metal, news, rock"/><meta data-react-helmet="true" name="sailthru.author" content="grahamhartmann"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://loudwire.com/files/2017/08/GettyImages-840577674.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://loudwire.com/files/2017/08/GettyImages-840577674.jpg"/><meta data-react-helmet="true" http-equiv="Content-Type" content="text/html;charset=UTF-8"/><meta data-react-helmet="true" name="viewport" content="width=1286, initial-scale=1.0"/>
          <link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://loudwire.com/files/2011/07/lw-favicon.ico"/><link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://loudwire.com/files/2011/07/lw-favicon.ico"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://loudwire.com/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/"/>
          <link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic|Roboto:400,400italic,500,500italic,700,300italic,300|Roboto+Condensed:300,400,700" rel="stylesheet" type="text/css" />
          <link href="/styles/base.css?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58&mver=27" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"loudwire.com","blogId":366,"method":"get_single","postId":333348,"postType":"post","postDateGmt":"2017-08-30 13:32:39.000+0000"};
          window.TSM.startload = new Date().getTime();
        </script>
          <script>
    (function () {
      function getCookie(name) {
        var value = "; " + document.cookie;
        var parts = value.split("; " + name + "=");
        if (parts.length == 2) return parts.pop().split(";").shift();
      }
      function updateCookie(name, value, expireDays) {
        let d = new Date();
        d.setTime(d.getTime() + (60*60*24*expireDays*1000));
        var expires = "expires="+ d.toUTCString();
        document.cookie = name + "=" + value + ";" + expires + ";path=/";
      }
      window.TSM = window.TSM || {};
      if (window.TSM.abgroup) {
        updateCookie("abgroup", window.TSM.abgroup, 90);
      }

      var xhr = new XMLHttpRequest();
      xhr.open("POST", "/rest/carbon/api/cogitoergosum", true);
      var cogitoergosum = getCookie("cogitoergosum");
      var abgroup = getCookie("abgroup");
      if (cogitoergosum) {
        window.TSM.cogitoergosum = JSON.parse( atob( decodeURIComponent( cogitoergosum ) ) );
      }
      xhr.onreadystatechange = function() {//Call a function when the state changes.
        if(xhr.readyState == XMLHttpRequest.DONE && xhr.status == 200) {
          if (xhr.response) {
            var result = JSON.parse(xhr.response);
            if (result && result.result) {
              if (result.result.cookie) {
                window.TSM.cogitoergosum = JSON.parse( atob( result.result.cookie ) );
              }
              if (result.result.credentials) {
                window.TSM.credentials = JSON.parse( atob( result.result.credentials ) );
              }
              // console.log("cogitoergosum xhr", window.TSM.cogitoergosum);
            }
          }
        }
      };
      xhr.setRequestHeader("Content-type", "application/json");
      var cadata = window.TSM.cadata || {};
      cadata.experimentGroup = window.TSM.abgroup;
      cadata.viewType = "standard";
      cadata.timespent = new Date().getTime() - window.TSM.startload;
      var referrer = document.referrer;
      var sendData = {
        type: "pageview",
        referrer: referrer,
        url: document.location.href,
        queryParam: document.location.queryParam,
        pageData: cadata,
        scrollPageIndex: 0
      };
      xhr.send(JSON.stringify(sendData));
    }());
  </script>
          <script>
            (function(w){
              w.ga=w.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
              var gaInitData = {"hitType":"pageview","dimension1":"grahamhartmann","dimension2":"metal,news,rock","dimension3":"","dimension4":"post","dimension5":"Wed Aug 30 2017","dimension6":"09:32","dimension7":"standard","dimension8":"844","dimension9":"A","dimension10":"yes"};
ga( "create", {
          trackingId:"UA-19109753-12",
          name: "primary",
          allowAnchor: false
        });
        ga( "primary.require", "displayfeatures" );
        ga( "primary.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "primary" ] = {gaid:"UA-19109753-12"};
ga( "create", {
          trackingId:"UA-19109753-34",
          name: "UA1910975334",
          allowAnchor: false
        });
        ga( "UA1910975334.require", "displayfeatures" );
        ga( "UA1910975334.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA1910975334" ] = {gaid:"UA-19109753-34"};
ga( "create", {
          trackingId:"UA-19109753-60",
          name: "UA1910975360",
          allowAnchor: false
        });
        ga( "UA1910975360.require", "displayfeatures" );
        ga( "UA1910975360.send", gaInitData );
        window.TSM = window.TSM || {};
        window.TSM.trackersByNameAll = window.TSM.trackersByNameAll || {};
        window.TSM.trackersByNameAll[ "UA1910975360" ] = {gaid:"UA-19109753-60"};
            })(window);
          </script>
          <script async src="https://www.google-analytics.com/analytics.js"></script>
          <script>(function(w){
      w.dataLayer = [{"title":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees","callsign":"TSM_LOUDWIRE","market":"National","sitetype":"National","siteClassification":"","state":"NY","genre":{"0":"rock"},"pageType":"post","tags":"","categories":"metal,news,rock","mediaType":"gallery"}];
      w.dataLayer[0].referer = document.referrer;w.dataLayer[0].curatedReferer = document.referrer.replace( /https?:\/\//, "" );w.dataLayer[0].dayOfWeek = function(n){return n.toLocaleString("en-US",{weekday:"long"})}(new Date);w.dataLayer[0].periodOfDay = function(n,t,i){t=n.getHours(),i=n.getMinutes(),i<10&&(i="0"+i);var r=parseInt(t+""+i);return r>=0&&r<600?"Overnight":r>=600&&r<1e3?"Morning Drive":r>=1e3&&r<1500?"Midday":r>=1500&&r<1900?"Afternoon Drive":r>=1900&&r<2400?"Evening":void 0}(new Date);
    })(window);</script>
          <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start": new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src= "https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f); })(window,document,"script","dataLayer","GTM-K346HJZ");</script>
          
          <script class="kxct" data-id="rwjnisqy1" data-timing="async" data-version="3.0" type="text/javascript">
        window.Krux||((Krux=function(){Krux.q.push(arguments)}).q=[]);
        (function(){
          var k=document.createElement("script");k.type="text/javascript";k.async=true;
          k.src=(location.protocol==="https:"?"https:":"http:")+"//"+"cdn.krxd.net/controltag/rwjnisqy1.js";
          var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(k,s);
        }());
      </script><script type="text/javascript" src="//mtrx.go.sonobi.com/morpheus.townsquaremedia.9692.js"></script>
<script async type="text/javascript" src="https://native.sharethrough.com/assets/sfp.js"></script><script async="async" src="https://www.googletagservices.com/tag/js/gpt.js"></script>
        <script>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        </script>
<script>window.pbjs=window.pbjs||{};window.pbjs.que=window.pbjs.que||[];</script><script src="http://production.townsquareblogs.com/wp-content/uploads/static/prebid/carbon/pb.js?domain=loudwire.com"></script>
<script>!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},_Q:[]};A=p.createElement(s);A.async=!0;A.src=t;g=p.getElementsByTagName(s)[0];g.parentNode.insertBefore(A,g)}("apstag",window,document,"script","//c.amazon-adsystem.com/aax2/apstag.js");
        apstag.init({pubID: "3227", adServer: "googletag" });</script>
<script>
        window.TSM = window.TSM || {}; window.TSM.adSlots = window.TSM.adSlots || {};window.TSM.adLog = window.TSM.adLog || {};
        googletag.cmd.push(function(){
googletag.pubads().disableInitialLoad();
googletag.pubads().setTargeting( "catid", ["metal","news","rock"] );
googletag.pubads().setTargeting( "tags", "" );
googletag.pubads().setTargeting( "id", "musicians-volunteer-hurricane-harvey-evacuees-austin-shelters" );
googletag.pubads().setTargeting( "author", "grahamhartmann" );
googletag.pubads().setTargeting( "kw", ["grahamhartmann","musicians-volunteer-hurricane-harvey-evacuees-austin-shelters","metal","news","rock","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["rock"] );
googletag.pubads().setTargeting( "device", "web" );
googletag.pubads().setTargeting( "ksg", Krux.segments );
        googletag.pubads().setTargeting( "kuid", Krux.user );
if( window.TSM.adSlots["tsm-ad-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-300a"] = googletag.defineSlot( "8328825/national/Loudwire/post", [[300,250],[300,600]], "tsm-ad-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-maintop-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-maintop-300a"] = googletag.defineSlot( "8328825/national/Loudwire/post", [[300,250]], "tsm-ad-maintop-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-listenlive-300a"] === undefined ){
window.TSM.adSlots["tsm-ad-listenlive-300a"] = googletag.defineSlot( "8328825/national/Loudwire/post", [[300,250]], "tsm-ad-listenlive-300a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300a" );
}
if( window.TSM.adSlots["tsm-ad-300b"] === undefined ){
window.TSM.adSlots["tsm-ad-300b"] = googletag.defineSlot( "8328825/national/Loudwire/post", [[300,250],[300,600]], "tsm-ad-300b" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300b,300d" );
}
if( window.TSM.adSlots["tsm-ad-300c"] === undefined ){
window.TSM.adSlots["tsm-ad-300c"] = googletag.defineSlot( "8328825/national/Loudwire/post", [[300,250],[300,600]], "tsm-ad-300c" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "300c" );
}
if( window.TSM.adSlots["tsm-ad-728a"] === undefined ){
window.TSM.adSlots["tsm-ad-728a"] = googletag.defineSlot( "8328825/national/Loudwire/post", [[728,90],[970,90],[970,250]], "tsm-ad-728a" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "728a" );
}
if( window.TSM.adSlots["tsm-ad-728b"] === undefined ){
window.TSM.adSlots["tsm-ad-728b"] = googletag.defineSlot( "8328825/national/Loudwire/post", [[728,90]], "tsm-ad-728b" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "728b" );
}
if( window.TSM.adSlots["tsm-ad-oop"] === undefined ){
window.TSM.adSlots["tsm-ad-oop"] = googletag.defineOutOfPageSlot( "8328825/national/Loudwire/post", "tsm-ad-oop" ).
              addService(googletag.pubads()).
              setTargeting( "pos", "oop" );
}
 googletag.pubads().collapseEmptyDivs();
        googletag.enableServices();
      });
      </script>
          <script defer src="https://apis.google.com/js/platform.js"></script>
      <script>window.twttr = (function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0],
        t = window.twttr || {};
      if (d.getElementById(id)) return t;
      js = d.createElement(s);
      js.id = id;
      js.src = "https://platform.twitter.com/widgets.js";
      fjs.parentNode.insertBefore(js, fjs);
      t._e = [];
      t.ready = function(f) {
        t._e.push(f);
      };
      return t;
    }(document, "script", "twitter-wjs"));</script>
    <script async defer src="//platform.instagram.com/en_US/embeds.js"></script>
    <script defer type="text/javascript" src="//www.zergnet.com/zerg-inf-multi.js"></script>
        </head>
        <body>
          <div id="fb-root"></div>
          <div id="app"><div data-reactroot="" data-reactid="1" data-react-checksum="322214243"><!-- react-empty: 2 --><div id="container" class="" data-reactid="3"><section class="top-components" data-reactid="4"></section><div id="top-not-ads" class="" data-reactid="5"><div class="blingbar box" style="height:auto;left:0px;" data-reactid="6"><div class="tsm-ad tsm-ad-728" data-reactid="7"><div id="tsm-ad-728a" data-reactid="8"><!-- dynamic ad --></div></div></div><div id="tsm-ad-1x1-container" data-reactid="9"><div class="tsm-ad tsm-ad-oop" data-reactid="10"><div id="tsm-ad-oop" data-reactid="11"><!-- dynamic ad --></div></div></div></div><div class="container-inner" data-reactid="12"><div id="site-menu-wrapper" class="no-showticker blueiv-menu no-promolinks" data-reactid="13"><a class="logo" href="/" itemprop="logo url" alt="Loudwire" title="Loudwire" data-reactid="14"><img src="http://loudwire.com/files/2017/10/loudwire-logo2.png" alt="Loudwire" title="Loudwire" data-reactid="15"/></a><div class="site-menu-right" data-reactid="16"><nav id="site-menu" data-reactid="17"><div class="wrapper" data-reactid="18"><span class="icon-base icon-menu select-none" data-reactid="19"></span><ul class="links" data-reactid="20"><li class="hassub" data-reactid="21"><a href="/?nav" data-reactid="22">Home</a></li><li class="hassub" data-reactid="23"><a href="/category/rock/" data-reactid="24">Rock</a><div class="submenu no-data" data-reactid="25"></div></li><li class="hassub" data-reactid="26"><a href="/category/metal/" data-reactid="27">Metal</a><div class="submenu no-data" data-reactid="28"></div></li><li class="hassub" data-reactid="29"><a href="/category/news/" data-reactid="30">News</a><div class="submenu no-data" data-reactid="31"></div></li><li class="hassub" data-reactid="32"><a href="/category/songs/" data-reactid="33">Songs</a><div class="submenu no-data" data-reactid="34"></div></li><li class="hassub" data-reactid="35"><a href="/category/videos/" data-reactid="36">Videos</a><div class="submenu no-data" data-reactid="37"></div></li><li class="hassub" data-reactid="38"><a href="/category/lists/" data-reactid="39">Lists</a><div class="submenu no-data" data-reactid="40"></div></li><li class="hassub" data-reactid="41"><a href="/category/album-reviews/" data-reactid="42">Album Reviews</a><div class="submenu no-data" data-reactid="43"></div></li><li class="hassub" data-reactid="44"><a href="/app" data-reactid="45">Get the Loudwire App</a></li></ul><div class="site-menu-right" data-reactid="46"><ul class="social-links" data-reactid="47"><li class="social" data-reactid="48"><a class="share-link youtube" href="https://youtube.com/user/LoudwireMusic" target="_blank" data-social="youtube" data-reactid="49"><span class="icon-base icon-youtube" data-reactid="50"></span></a></li><li class="social" data-reactid="51"><a class="share-link facebook" href="http://www.facebook.com/loudwire" target="_blank" data-social="facebook" data-reactid="52"><span class="icon-base icon-facebook" data-reactid="53"></span></a></li><li class="social" data-reactid="54"><a class="share-link twitter" href="https://twitter.com/Loudwire" target="_blank" data-social="twitter" data-reactid="55"><span class="icon-base icon-twitter" data-reactid="56"></span></a></li><ul class="social-subscriptions" data-reactid="57"><li class="sub-instagram " data-reactid="58"><a href="https://www.instagram.com/loudwire" target="_blank" data-reactid="59">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="60"><span class="youtube-subscribe-button " data-reactid="61"></span></li><li class="sub-facebook" data-reactid="62"></li><li class="sub-twitter" data-reactid="63"></li></ul></ul><div id="search-form" class="" data-reactid="64"><div class="form-wrap" data-reactid="65"><form data-reactid="66"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="67"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="68"/></form></div><div class="icon-base icon-search" data-reactid="69"></div></div></div><div class="site-screen select-none" data-reactid="70"></div></div></nav></div><ul class="promo-links" data-reactid="71"></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="72"><div id="tsm-ad-970a" data-reactid="73"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="74"><div class="main-content" data-reactid="75"><div class="wrapper post-wrapper" data-reactid="76"><div class="post clearfix" data-reactid="77"><div class="entry" data-reactid="78"><article id="post-333348" data-location="/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/" data-index="0" data-reactid="79"><div class="page-header" data-reactid="80"><div class="content-header show-ui front" id="content-header-333348" data-reactid="81"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="82"></div><div class="content-header-header" data-reactid="83"><div class="react-parallax " data-reactid="84"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="85"><figure class="frameme img-tag frame-loaded" data-reactid="86"><div class="theframe" data-image="http://loudwire.com/files/2017/08/GettyImages-840577674.jpg" rel="" title="" style="background-image:url(&quot;http://loudwire.com/files/2017/08/GettyImages-840577674.jpg?w=980&amp;q=75&quot;);" data-reactid="87"></div></figure></div><div class="react-parallax-content" data-reactid="88"><figure class="frameme img-tag" data-reactid="89"><div class="theframe" data-image="http://loudwire.com/files/2017/08/GettyImages-840577674.jpg" rel="" title="" data-reactid="90"></div><div class="loadinganim showbox" id="0" data-reactid="91"><div class="loader" style="width:30px;height:30px;" data-reactid="92"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="93"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="94"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="95"><section class="title " data-reactid="96"><h1 class="" data-reactid="97">Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters</h1></section><div class="byline" data-reactid="98"><div class="authors" data-reactid="99"><address class="author" data-reactid="100"><div class="author-image icon-user" data-reactid="101"><figure class="frameme" data-reactid="102"><a class="theframe" data-image="http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg" href="http://loudwire.com/author/grahamhartmann/" rel="author" title="Graham Hartmann" data-reactid="103"></a><div class="loadinganim showbox" id="0" data-reactid="104"><div class="loader" style="width:30px;height:30px;" data-reactid="105"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="106"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="107"></circle></svg></div></div></figure></div><a class="author-name" href="http://loudwire.com/author/grahamhartmann/" rel="author" title="Graham Hartmann" data-reactid="108">Graham Hartmann</a></address></div><time datetime="2017-08-30 13:32:39 +0000" data-reactid="109">August 30, 2017</time></div><figcaption title="Joe Raedle, Getty Images" data-reactid="110">Joe Raedle, Getty Images</figcaption></div></div></div></div><div class="content-wrap" data-reactid="111"><div class="social-share bignsexy" data-reactid="112"><div class="social-bar social-icons" data-reactid="113"><ul data-reactid="114"><li data-reactid="115"><a href="http://twitter.com/intent/tweet?text=Over%20300%20Musicians%20Volunteer%20to%20Entertain%20Hurricane%20Harvey%20Evacuees%20in%20Austin%20Shelters%20http%3A%2F%2Floudwire.com%2Fmusicians-volunteer-hurricane-harvey-evacuees-austin-shelters%2F%3Ftrackback%3Dtwitter_mobile%20%40Loudwire" title="Share on Twitter" target="_blank" data-reactid="116"><span class=" social-icon icon-twitter tw" data-reactid="117"><span class="share-title" data-reactid="118">Share on Twitter</span></span></a></li><li data-reactid="119"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Floudwire.com%2Fmusicians-volunteer-hurricane-harvey-evacuees-austin-shelters%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="120"><span class=" social-icon icon-facebook fb" data-reactid="121"><span class="share-title" data-reactid="122">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="123"><div class="pod-content" data-reactid="124"><p data-reactid="125"><!-- react-text: 126 -->With the tragic flooding that’s come with Hurricane Harvey in Texas, musicians have volunteered their time to bring a little comfort to those displaced from the storm. In Austin, <!-- /react-text --><a href="https://communityimpact.com/austin/arts-entertainment/2017/08/29/325-austin-area-musicians-volunteered-perform-local-shelters/" target="_blank" data-reactid="127"><!-- react-text: 128 -->over 315 musicians<!-- /react-text --></a><!-- react-text: 129 --> signed up to perform in shelters currently housing hurricane evacuees.<!-- /react-text --></p><p data-reactid="130"><!-- react-text: 131 -->As of this posting, <!-- /react-text --><a href="https://www.nytimes.com/2017/08/29/us/hurricane-harvey-storm-flooding.html" target="_blank" data-reactid="132"><!-- react-text: 133 -->reports<!-- /react-text --></a><!-- react-text: 134 --> suggest that up to 30 people have died from the catastrophic storm. Since the hurricane hit Houston and surrounding areas of Texas, as well as southwest Louisiana, tens of thousands of people have had to abandon their flooded homes, with <!-- /react-text --><a href="http://www.sandiegouniontribune.com/opinion/the-conversation/sd-hurricane-harvey-texas-flooding-displaces-thousands-20170828-htmlstory.html" target="_blank" data-reactid="135"><!-- react-text: 136 -->30,000 currently in shelters<!-- /react-text --></a><!-- react-text: 137 -->. Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.<!-- /react-text --></p><div class="sharethrough-container" data-reactid="138"><div class="tsm-ad tsm-ad-oop" data-reactid="139"><div id="tsm-ad-sharethrough-oop-1" data-reactid="140"><!-- dynamic ad --></div></div></div><p data-reactid="141">The Red Cross reached out to the ATX Music Office on Aug. 28 with the hope of attracting musicians to various area shelters:</p><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="142"></div><p data-reactid="143"><!-- react-text: 144 -->“It was such short notice, I didn’t know what to expect in terms of the response,” Austin Music Office employee Stephanie Bergara told <!-- /react-text --><a href="http://music.blog.austin360.com/2017/08/28/atx-music-office-puts-out-call-for-musicians-to-play-evacuation-shelters/" target="_blank" data-reactid="145"><!-- react-text: 146 -->Austin 360<!-- /react-text --></a><!-- react-text: 147 -->. She added that she was “incredibly overwhelmed” by the instant reaction from musicians, with over 165 having volunteered in less than 24 hours.<!-- /react-text --></p><p data-reactid="148"><!-- react-text: 149 -->&quot;They just keep coming,&quot; Bergara tells <!-- /react-text --><a href="http://www.kvue.com/news/local/austin-music-office-seeking-musicians-to-play-at-evacuation-shelters/468936879" target="_blank" data-reactid="150"><!-- react-text: 151 -->KVUE<!-- /react-text --></a><!-- react-text: 152 -->. &quot;We&#x27;ve gotten everything from ukulele players to DJs to audio engineers volunteering to help in any way they can. I&#x27;ve lived in Austin my entire life and I&#x27;m a musician myself, but I&#x27;ve never seen anything quite like this. They&#x27;re requesting comfort music, something to take their minds off of all the craziness.&quot;<!-- /react-text --></p><p data-reactid="153">“It’s more than just musicians,” Bergara explains. “A lady in Bastrop emailed and said, ‘I’m not a musician, but we have a bakery in Bastrop and we want to send cupcakes to evacuees, can you tell me where to do that?’ There was a woman who wanted to drop off aromatherapy kits. Another person asked if people need visits from therapy dogs.”</p><p data-reactid="154">So many musicians stepped up that the Austin Music Office actually had to stop accepting volunteers:</p><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="155"></div><p data-reactid="156">Our thoughts are with the victims of Hurricane Harvey as brave men and women from the National Guard, State Guard and Coast Guard, along with local firefighters and police offers, continue rescuing those in need.</p><div data-reactid="157"><p style="text-align: center;"><strong>Top 25 Progressive Metal Albums of All Time</strong></p>
</div><div class="photogallery-wrapper sliding-photogallery" data-reactid="158"><div class="photogallery-container" id="photogallery-366-330080-0" data-reactid="159"><div class="sizer" data-reactid="160"></div><div class="loadinganim showbox" id="0" data-reactid="161"><div class="loader" style="width:30px;height:30px;" data-reactid="162"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="163"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="164"></circle></svg></div></div></div><!-- react-text: 165 --><!-- /react-text --></div></div></div><div class="content-footer" data-reactid="166"><!-- react-empty: 167 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="168"></div><!-- react-text: 169 --><!-- /react-text --><div class="tags-lines" data-reactid="170"><div class="wrapper" data-reactid="171"><span data-reactid="172"><!-- react-text: 173 -->Categories<!-- /react-text --><!-- react-text: 174 -->: <!-- /react-text --></span><span data-reactid="175"><!-- react-text: 176 --><!-- /react-text --><a href="http://loudwire.com/category/metal/" data-reactid="177">Metal</a></span><span data-reactid="178"><!-- react-text: 179 -->, <!-- /react-text --><a href="http://loudwire.com/category/news/" data-reactid="180">News</a></span><span data-reactid="181"><!-- react-text: 182 -->, <!-- /react-text --><a href="http://loudwire.com/category/rock/" data-reactid="183">Rock</a></span></div></div><div class="comments-wrapper" data-reactid="184"><div class="comments" data-reactid="185"><div data-reactid="186"><span class="icon-comments" data-reactid="187"></span><i data-reactid="188">Comments</i><span class="fb-comments-count" data-href="http://loudwire.com/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/" data-reactid="189"></span><span class="icon-triangle-down" data-reactid="190"></span></div><div class="cto" data-reactid="191">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="192"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="193">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="194"><div class="aside-inside" data-reactid="195"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-4" data-reactid="196"><div class="wrapper clearfix" data-reactid="197"><div class="fix_sidebar_marker" data-reactid="198"></div></div></section><div class="widget error" data-message="missing widget data ts_blogroll" data-reactid="199"></div><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-569" data-reactid="200"><header data-reactid="201"><h2 data-reactid="202"><span class="title-container" data-reactid="203">Lists</span><!-- react-text: 204 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="205"><section id="ts_blogroll-569" class="blogroll carousel slider dl align-right" data-reactid="206"><div class="slider blogroll-items" data-reactid="207"><div class="sizer" data-reactid="208"></div><div class="mover slide" data-reactid="209"><article class="item title-over-image" data-reactid="210"><figure class="frameme" data-reactid="211"><a class="theframe" data-image="http://loudwire.com/files/2018/02/Loudlistmeshbig.jpg" href="http://loudwire.com/10-unforgettable-meshuggah-moments/" rel="" title="10 Unforgettable Meshuggah Moments" data-reactid="212"></a><div class="loadinganim showbox" id="0" data-reactid="213"><div class="loader" style="width:30px;height:30px;" data-reactid="214"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="215"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="216"></circle></svg></div></div></figure><div class="content" data-reactid="217"><a href="http://loudwire.com/10-unforgettable-meshuggah-moments/" title="10 Unforgettable Meshuggah Moments" class="title" data-reactid="218">10 Unforgettable Meshuggah Moments</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="219"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="220"></div></div></section></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-413" data-reactid="221"><div class="wrapper clearfix" data-reactid="222"><div class="widget-content" data-reactid="223"><div class="tsm-ad tsm-ad-300" data-reactid="224"><div id="tsm-ad-300a" data-reactid="225"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-323" data-reactid="226"><div class="wrapper clearfix" data-reactid="227"><div class="widget-content" data-reactid="228"><div data-reactid="229"><form method="post" class="newsletter-frame clearfix" data-reactid="230"><div class="content clearfix" data-reactid="231"><p class="title" data-reactid="232">GET OUR NEWSLETTER</p><div class="newsletter-fields vertical-center" data-reactid="233"><div class="vertical-centered" data-reactid="234"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="235"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="236"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-570" data-reactid="237"><header data-reactid="238"><h2 data-reactid="239"><span class="title-container" data-reactid="240">Latest Articles</span></h2></header><div class="wrapper clearfix" data-reactid="241"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="242"><div class="blogroll-inner clearfix" data-reactid="243"><article class="" data-reactid="244"><figure class="frameme" data-reactid="245"><a class="theframe" data-image="http://loudwire.com/files/2013/10/KISS-KISS-BAND-JY-0718-62187918.jpg" href="http://loudwire.com/kiss-comic-arriving-for-valentines-day-plus-news-on-disturbed-atreyu-kittie-more/" rel="" title="KISS Comic Arriving for Valentine&amp;apos;s Day" data-reactid="246"></a><div class="loadinganim showbox" id="0" data-reactid="247"><div class="loader" style="width:30px;height:30px;" data-reactid="248"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="249"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="250"></circle></svg></div></div></figure><div class="content" data-reactid="251"><a href="http://loudwire.com/kiss-comic-arriving-for-valentines-day-plus-news-on-disturbed-atreyu-kittie-more/" title="KISS Comic Arriving for Valentine&#x27;s Day" class="title" data-reactid="252">KISS Comic Arriving for Valentine&#x27;s Day</a></div></article><article class="" data-reactid="253"><figure class="frameme" data-reactid="254"><a class="theframe" data-image="http://loudwire.com/files/2018/02/drake.jpg" href="http://loudwire.com/fame-on-fire-give-drakes-gods-plan-a-metalcore-makeover/" rel="" title="Fame on Fire Give Drake&amp;apos;s &amp;apos;God&amp;apos;s Plan&amp;apos; a Metalcore Makeover " data-reactid="255"></a><div class="loadinganim showbox" id="0" data-reactid="256"><div class="loader" style="width:30px;height:30px;" data-reactid="257"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="258"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="259"></circle></svg></div></div></figure><div class="content" data-reactid="260"><a href="http://loudwire.com/fame-on-fire-give-drakes-gods-plan-a-metalcore-makeover/" title="Fame on Fire Give Drake&#x27;s &#x27;God&#x27;s Plan&#x27; a Metalcore Makeover " class="title" data-reactid="261">Fame on Fire Give Drake&#x27;s &#x27;God&#x27;s Plan&#x27; a Metalcore Makeover </a></div></article><article class="" data-reactid="262"><figure class="frameme" data-reactid="263"><a class="theframe" data-image="http://loudwire.com/files/2018/02/Loudlistmeshbig.jpg" href="http://loudwire.com/10-unforgettable-meshuggah-moments/" rel="" title="10 Unforgettable Meshuggah Moments" data-reactid="264"></a><div class="loadinganim showbox" id="0" data-reactid="265"><div class="loader" style="width:30px;height:30px;" data-reactid="266"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="267"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="268"></circle></svg></div></div></figure><div class="content" data-reactid="269"><a href="http://loudwire.com/10-unforgettable-meshuggah-moments/" title="10 Unforgettable Meshuggah Moments" class="title" data-reactid="270">10 Unforgettable Meshuggah Moments</a></div></article></div></div></div></section><section class="sidebar-section widget-ts_blogroll_pinned" id="ts_blogroll_pinned-12" data-reactid="271"><header data-reactid="272"><h2 data-reactid="273"><span class="title-container" data-reactid="274">Albums Ranked</span><!-- react-text: 275 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="276"><div class="widget-content blogroll-widget blogroll sidebar-thumb-title-date" data-reactid="277"><div class="blogroll-inner clearfix" data-reactid="278"><article class="" data-reactid="279"><figure class="frameme" data-reactid="280"><a class="theframe" data-image="http://loudwire.com/files/2018/02/TDEP_Ranked.jpg" href="http://loudwire.com/the-dillinger-escape-plan-albums-ranked/" rel="" title="The Dillinger Escape Plan Albums Ranked" data-reactid="281"></a><div class="loadinganim showbox" id="0" data-reactid="282"><div class="loader" style="width:30px;height:30px;" data-reactid="283"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="284"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="285"></circle></svg></div></div></figure><div class="content" data-reactid="286"><a href="http://loudwire.com/the-dillinger-escape-plan-albums-ranked/" title="The Dillinger Escape Plan Albums Ranked" class="title" data-reactid="287">The Dillinger Escape Plan Albums Ranked</a></div></article><article class="" data-reactid="288"><figure class="frameme" data-reactid="289"><a class="theframe" data-image="http://loudwire.com/files/2018/01/Castle-Metal-Albums.jpg" href="http://loudwire.com/10-castle-metal-albums-you-need-to-hear/" rel="" title="10 Castle Metal Albums You Need to Hear" data-reactid="290"></a><div class="loadinganim showbox" id="0" data-reactid="291"><div class="loader" style="width:30px;height:30px;" data-reactid="292"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="293"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="294"></circle></svg></div></div></figure><div class="content" data-reactid="295"><a href="http://loudwire.com/10-castle-metal-albums-you-need-to-hear/" title="10 Castle Metal Albums You Need to Hear" class="title" data-reactid="296">10 Castle Metal Albums You Need to Hear</a></div></article><article class="" data-reactid="297"><figure class="frameme" data-reactid="298"><a class="theframe" data-image="http://loudwire.com/files/2017/12/TriviumRanked.jpg" href="http://loudwire.com/trivium-albums-ranked/" rel="" title="Trivium Albums Ranked" data-reactid="299"></a><div class="loadinganim showbox" id="0" data-reactid="300"><div class="loader" style="width:30px;height:30px;" data-reactid="301"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="302"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="303"></circle></svg></div></div></figure><div class="content" data-reactid="304"><a href="http://loudwire.com/trivium-albums-ranked/" title="Trivium Albums Ranked" class="title" data-reactid="305">Trivium Albums Ranked</a></div></article></div></div></div></section><section class="sidebar-section widget-ts_blogroll_pinned" id="ts_blogroll_pinned-13" data-reactid="306"><header data-reactid="307"><h2 data-reactid="308"><span class="title-container" data-reactid="309">Anniversaries</span><!-- react-text: 310 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="311"><div class="widget-content blogroll-widget blogroll sidebar-thumb-title-date" data-reactid="312"><div class="blogroll-inner clearfix" data-reactid="313"><article class="" data-reactid="314"><figure class="frameme" data-reactid="315"><a class="theframe" data-image="http://loudwire.com/files/2018/02/Van-Halen-Van-Halen-Anniversary.jpg" href="http://loudwire.com/van-halens-debut-a-look-back-at-the-album-that-changed-l-a/" rel="" title="Van Halen&amp;apos;s Debut: A Look Back at the Album That Changed L.A. " data-reactid="316"></a><div class="loadinganim showbox" id="0" data-reactid="317"><div class="loader" style="width:30px;height:30px;" data-reactid="318"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="319"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="320"></circle></svg></div></div></figure><div class="content" data-reactid="321"><a href="http://loudwire.com/van-halens-debut-a-look-back-at-the-album-that-changed-l-a/" title="Van Halen&#x27;s Debut: A Look Back at the Album That Changed L.A. " class="title" data-reactid="322">Van Halen&#x27;s Debut: A Look Back at the Album That Changed L.A. </a></div></article><article class="" data-reactid="323"><figure class="frameme" data-reactid="324"><a class="theframe" data-image="http://loudwire.com/files/2018/02/Judas-Priest-Stained-Class.jpg" href="http://loudwire.com/judas-priest-stained-class-redefined-heavy-metal/" rel="" title="Judas Priest&amp;apos;s &amp;apos;Stained Class&amp;apos;: The Album That Redefined Metal" data-reactid="325"></a><div class="loadinganim showbox" id="0" data-reactid="326"><div class="loader" style="width:30px;height:30px;" data-reactid="327"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="328"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="329"></circle></svg></div></div></figure><div class="content" data-reactid="330"><a href="http://loudwire.com/judas-priest-stained-class-redefined-heavy-metal/" title="Judas Priest&#x27;s &#x27;Stained Class&#x27;: The Album That Redefined Metal" class="title" data-reactid="331">Judas Priest&#x27;s &#x27;Stained Class&#x27;: The Album That Redefined Metal</a></div></article><article class="" data-reactid="332"><figure class="frameme" data-reactid="333"><a class="theframe" data-image="http://loudwire.com/files/2018/02/Quicksand-Slip.jpg" href="http://loudwire.com/quicksand-slip-album-anniversary/" rel="" title="25 Years Ago: Quicksand&amp;CloseCurlyQuote;s &amp;lsquo;Slip&amp;CloseCurlyQuote; Carved a New Path for Metal" data-reactid="334"></a><div class="loadinganim showbox" id="0" data-reactid="335"><div class="loader" style="width:30px;height:30px;" data-reactid="336"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="337"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="338"></circle></svg></div></div></figure><div class="content" data-reactid="339"><a href="http://loudwire.com/quicksand-slip-album-anniversary/" title="25 Years Ago: Quicksand’s ‘Slip’ Carved a New Path for Metal" class="title" data-reactid="340">25 Years Ago: Quicksand’s ‘Slip’ Carved a New Path for Metal</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="341"><footer data-reactid="342"><div class="links clearfix" data-reactid="343"><div class="logo" data-reactid="344"></div><div class="details" data-reactid="345"><h2 data-reactid="346">Information</h2><ul data-reactid="347"><li data-reactid="348"><a title="Loudwire Network" class="" data-reactid="349">Loudwire Network</a></li><li data-reactid="350"><a title="Contact Us" href="mailto:staff@loudwire.com" class="" data-reactid="351">Contact Us</a></li><li data-reactid="352"><a title="Advertise" href="http://www.townsquaremedia.com/national-media/advertise" class="" data-reactid="353">Advertise</a></li><li data-reactid="354"><a title="Privacy" href="/privacy" class="" data-reactid="355">Privacy</a></li></ul></div><div class="social-links" data-reactid="356"><h2 data-reactid="357">Follow Us</h2><ul data-reactid="358"><li class="social" data-reactid="359"><a class="share_link youtube" href="https://www.youtube.com/user/LoudwireMusic" target="_blank" data-social="youtube" data-reactid="360"><span class="icon-youtube" data-reactid="361"></span></a></li><li class="social" data-reactid="362"><a class="share_link facebook" href="http://www.facebook.com/loudwire" target="_blank" data-social="facebook" data-reactid="363"><span class="icon-facebook" data-reactid="364"></span></a></li><li class="social" data-reactid="365"><a class="share_link twitter" href="https://twitter.com/Loudwire" target="_blank" data-social="twitter" data-reactid="366"><span class="icon-twitter" data-reactid="367"></span></a></li></ul></div></div><div class="legal" data-reactid="368"><!-- react-text: 369 -->2018<!-- /react-text --><!-- react-text: 370 --> <!-- /react-text --><!-- react-text: 371 -->Loudwire<!-- /react-text --><!-- react-text: 372 --> is part of the Loudwire Network<!-- /react-text --><!-- react-text: 373 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="374"><!-- react-empty: 375 --><div id="bottom-not-ads" data-reactid="376"><div class="tsm-ad tsm-ad-728" data-reactid="377"><div id="tsm-ad-728b" data-reactid="378"><!-- dynamic ad --></div></div></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"gallery","loyalty_restricted":false,"methodSubType":null,"blogId":366,"postId":333348,"url":"/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","unfriendlyRequestUrl":"/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","requestUrl":"/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"Loudwire","aiosp_home_description":"Rock music news, interviews, reviews and more from rock artists.","aiosp_home_keywords":"rock news, rock music","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title% - Loudwire","aiosp_category_title_format":"%category_title%","aiosp_archive_title_format":"%date% - Loudwire","aiosp_tag_title_format":"%tag% News","aiosp_search_title_format":"%search% - Loudwire","aiosp_description_format":"%description%","aiosp_404_title_format":"Nothing found for %request_words%","aiosp_paged_format":" - Part %page%","aiosp_use_categories":null,"aiosp_dynamic_postspage_keywords":null,"aiosp_category_noindex":null,"aiosp_archive_noindex":null,"aiosp_tags_noindex":null,"aiosp_cap_cats":"on","aiosp_generate_descriptions":null,"aiosp_debug_info":null,"aiosp_post_meta_tags":"","aiosp_page_meta_tags":"","aiosp_home_meta_tags":"","aiosp_enabled":"1","aiosp_use_tags_as_keywords":null,"aiosp_do_log":null,"aiosp_ex_pages":""},"blogdescription":"Everything hard rock + metal","blogname":"Loudwire","carbonUiUpdateCounter":"27","design_option_live":{"page_bg":"FFF6F6F6","page_head_bg":"00444444","primary_bg":"FF131313","secondary_bg":"FF131313","mdl_head_bg":"FF000000","main_nav_hue":"FFB3B2AE","nav_hover_hue":"FFC21E0A","primary_hue":"FFCCCCCC","secondary_hue":"FFCCCCCC","primary_head_hue":"FFFFFFFF","secondary_head_hue":"FFFFFFFF","primary_active_hue":"FF90C9FF","secondary_active_hue":"FFB3B3B3","accent_hue":"FF8FCAFC","header_link_hue":"FFFFFFFF","footer_link_hue":"FF6B6B6B","primary_mdl_bg":"FF959595","primary_mdl_hue":"FF111111","secondary_mdl_bg":"FF1F2221","secondary_mdl_hue":"FF959595","standout_bg":"FFDF2F00","mobile_primary_color":"FFC21E0A","mobile_secondary_color":"FF90C9FF","iv_primary_color":"FFC21E0A","iv_secondary_color":"FFC21E0A","iv_tertiary_color":"FFFFFFFF","iv_html_color":"FFFFFFFF","iv_container_color":"FFF6F6F6","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"80000000","carbon_showticker_bg":"80000000","events_app_primary_color":"FFC21E0A","events_app_secondary_color":"FFB3B3B3","carbon_primary_hue":"FF45444A","carbon_header_hue":"FFFFFFFF","carbon_footer_hue":"FFFFFFFF","dropdown_menu_hue":null,"second_head_twotone_hue":null,"input_field_bg":null,"input_field_focus_hue":null,"input_field_blur_hue":null,"calendar_date_hue":null,"alert_hue":null,"standout_hue":null,"carbon_body_img":"http://loudwire.com/files/2017/10/loudwire-bg3.jpg","carbon_logo_img":"http://loudwire.com/files/2017/10/loudwire-logo2.png","carbon_promo_bg_img":"http://loudwire.com/files/2017/10/loudwire-promo2.jpg","page_img":"http://loudwire.com/files/2012/11/loudwire-repeating-texture-bg.jpg","body_img":"http://loudwire.com/files/2014/08/loudwire_011.jpg","square_logo_img":"","logo_img":"http://loudwire.com/files/2012/11/lw-logo_white-no-shadow-1462.png","logo_img_trim":"http://loudwire.com/files/2013/07/logo-v2.png","logo_img_light":"http://loudwire.com/files/2017/07/lwlight.png","logo_img_dark":"http://loudwire.com/files/2017/07/lwdark.png","header_img":"http://loudwire.com/files/2013/06/header.jpg","placeholder_img":"","page_head_img":"","favicon_img":"http://loudwire.com/files/2011/07/lw-favicon.ico","top_banner_img":"dark","title":"Loudwire - Carbon","ID":"0","designer":"Anibal Rosado","comment":"carbon v6","action":"edit","editor":"Anibal Rosado","editorID":115931,"siteID":"366","timestamp":1507653618,"status":"active","properties":{"iv_html_bg":{"background-repeat":"","background-attachment":"","background-size":""},"carbon_body_img":{"background-repeat":"","background-attachment":"fixed","background-size":""}}},"disable_mobile_ads":"","enableAppNexusWrapper":"1","enableBelowGalleryEndcard":"1","enableInGalleryEndcard":"1","enable_chartbeat":"","exclude_bottom_banner":"1","exclude_top_banner":"","FacebookCommentsOptions":{"moderator_userids":"581803834,583052867,100002025987268,732998853,8802808","moderator_appid":"222651877772174","colorscheme":"dark","show_like":"yes","show_comments":"yes","show_commentscount":"no","action":"like"},"facebook_app":{"id":"222651877772174","fanpage":"http://www.facebook.com/loudwire","plugins":{"facebook-authentication":1,"facebook-like-button":1}},"google_ads_dfp6_template_ads":{"dynamic-ad-custom":"0","dynamic-ad-header":"0","dynamic-ad-push":"0","top-728x90":"1","bottom-728x90":"1","mid-top-300x250":"0","mid-bottom-300x250":"0","tsm-out-of-page":"1","tsm-2x2":"0","top-right-noflex-300x250":"1","top-right-300x250":"1"},"iq_weather_page_sponsor_city_name":"","iq_weather_page_sponsor_zip_code":"","onlyhome_pushdown":"","onlyhome_topbanner":"","posts_per_page":"10","sailthru_list_default":"Loudwire","site_template_theme_meta":{"template-tone":"1","listen-live-bar":"block","sidebar-widgets-header":"clear","next-page-offset":"11"},"social_overlay":{"nl":"1","colors":{"background-color":"#b92300","color":"#FFFFFF"},"wrapper":{"divider":"","button":"#000000","button-font":"#FFFFFF"},"logo":"http://loudwire.com/files/2014/06/loudwire-social.png"},"timezone_string":"America/New_York","townsquare_ad_version":"dfp6","ts-templates-carbon-homepage-id":"337613","ts-templates-homepage-id":"102760","ts-templates-mobile-homepage-id":"215365","tsc_category_sidebars":{"loudwire-nights":"default"},"tsc_tag_sidebars":{},"_station_info":{"sitetype":"National","market":"National","genre":{"0":"rock"},"callsign":"TSM_LOUDWIRE","callletters":"Loudwire","legalname":"Loudwire","siteclassification":"","street":"","street-2":"","city":"","state":"NY","zip":"","phone":"","helpline":"","studioline":"","officeline":"","officehours":"","email":"staff@loudwire.com","tipus-email":"","inquiries-email":"","advertising-contact":"","advertising-email":"","gm-contact":"","gm-email":"","programming-director-contact":"","programming-director-email":"","digital-managing-editor-contact":"","digital-managing-editor-email":"","digital-sales-manager-contact":"","digital-sales-manager-email":"","mobile-app-feedback-email":"ask.loudwire@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.loudwire@townsquaredigital.com","public-record-administrator-name":"","public-record-administrator-email":"","fcc-online-public-file-url":"","feedbackurl":"","biz-list-url":"","amazon_affiliate":"","yieldmo_placement":"ym_1179540264690498060","jwplayer":"","twitter_handle":"Loudwire","youtube_handle":"LoudwireMusic","youtube_channel_id":"LoudwireMusic","instagram_handle":"loudwire","rss_icon":"1","comscore-label":"Loudwire"},"_station_logos":{"rss-logo":"http://loudwire.com/files/2015/01/loudwire.png","facebook-logo":"http://loudwire.com/files/2012/01/loudwire_340x100.jpg","admin-icon-logo":"http://loudwire.com/files/2012/01/ld-32.png","apple-low-res":"http://loudwire.com/files/2017/11/57.jpg","apple-ipad":"http://loudwire.com/files/2017/11/72.jpg","apple-high-res":"http://loudwire.com/files/2017/11/114.jpg"},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"registration-confirmation":"yes","use-short-form":"yes","use-captcha":"no","disable-registration":"yes","javascript-links":"no","profile_language":{"registration":{"lightbox_title":"Loudwire Registration","lightbox_message":"Sign up for an account to comment, share your thoughts and join the Loudwire forum conversations!","lightbox_button":"Register Here","page_signup_title":"Registration","page_signup_message":"Sign up now to post in the Loudwire forum. Only your Display Name will be visible to the public.","page_signup_email_subscribe":"Sign me up for email notifications and newsletters!","page_email_confirm_title":"Please Confirm Your Registration.","page_email_confirm_title_error":"Error Confirming Your Registration.","page_email_confirm_message":"We just sent you an email with a confirmation link in it. Click the link and you'll be ready to start posting!","page_email_confirm_button":"Resend confirmation email."},"profile":{"edit_user_title":"Personal Information","edit_contact_title":"Contact Info","edit_contact_email_subscribe":"I want to receive emails from Loudwire.","edit_contact_sms_subscribe":"I want to receive SMS text updates from Loudwire."}},"requires-confirmation":"no"},"blogInfo":{"blogId":366,"blogName":"Loudwire","blogDescription":"Everything hard rock + metal","postTitleFormat":"%post_title%","timeZone":"America/New_York","market":"National","activeDomain":"loudwire.com","legalName":"Loudwire"}},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_366":"VIP Lounge","kruxEnabled":true},"headers":{"title":[{"textContent":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters."}},{"attrs":{"name":"keywords","content":"hurricane harvey shelters texas, austin musicians volunteer shelters, austin musicians hurricane harvey"}},{"attrs":{"property":"fb:app_id","content":"222651877772174"}},{"attrs":{"property":"fb:admins","content":"581803834"}},{"attrs":{"property":"fb:admins","content":"583052867"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"732998853"}},{"attrs":{"property":"fb:admins","content":"8802808"}},{"attrs":{"property":"og:title","content":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees"}},{"attrs":{"property":"og:description","content":"Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters."}},{"attrs":{"property":"og:url","content":"http://loudwire.com/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/"}},{"attrs":{"property":"og:site_name","content":"Loudwire"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg?w=600&h=0&zc=1&s=0&a=t&q=89"}},{"attrs":{"name":"twitter:card","content":"summary_large_image"}},{"attrs":{"name":"twitter:site","content":"@Loudwire"}},{"attrs":{"name":"sailthru.description","content":"Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters."}},{"attrs":{"name":"sailthru.date","content":"2017-08-30 09:32:39"}},{"attrs":{"name":"sailthru.title","content":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-loudwire, tsmmarket-national, tsmtype-national, metal, news, rock"}},{"attrs":{"name":"sailthru.author","content":"grahamhartmann"}},{"attrs":{"name":"sailthru.image.full","content":"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://loudwire.com/files/2011/07/lw-favicon.ico"}},{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://loudwire.com/files/2011/07/lw-favicon.ico"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"Loudwire » Feed","href":"http://loudwire.com/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"Loudwire » Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters Comments Feed","href":"http://loudwire.com/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://loudwire.com/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Alice in Chains’ Jerry Cantrell on Loss of Chris Cornell + Chester Bennington: ‘It’s Family and It Hurts’","href":"http://loudwire.com/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/"}},{"attrs":{"rel":"next","title":"Airbourne, ‘Money’ – Exclusive Song Premiere","href":"http://loudwire.com/airbourne-money-exclusive-song-premiere/"}},{"attrs":{"rel":"shortlink","href":"http://loudwire.com/?p=333348"}},{"attrs":{"rel":"canonical","href":"http://loudwire.com/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/"}},{"attrs":{"rel":"apple-touch-icon-precomposed","href":"http://loudwire.com/files/2012/01/loudwire57.gif"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"114x114","href":"http://loudwire.com/files/2012/01/loudwire114.gif"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"72x72","href":"http://loudwire.com/files/2012/01/loudwire72.gif"}}],"noscript":[{"attrs":{"children":[{"tagName":"img","src":"http://b.scorecardresearch.com/p?c1=2&c2=6665296&cv=2.0&cj=1"}]}}]},"adVars":{"amazonAds":true,"enableCriteo":true,"enableViewability":false,"enableViewabilityBR":false,"enableSharethrough":true,"enableAppNexusWrapper":true,"sharethroughKey":"b1d0c8dd","sharethroughArticleKey":"kpBvddMW6fu9H2oi9UqA6yEr","enableOpenx":false,"enableKiosked":true,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"58626","enableYieldbot":false},"scriptVars":{"dfp":{"activeSlots":["tsm-out-of-page","top-right-300x250","middle-right-300x250","bottom-right-300x250","top-728x90","bottom-728x90","top-right-noflex-300x250","tsm-2x2"],"adPageSettings":{"attrs":{"catid":["metal","news","rock"],"tags":"","id":"musicians-volunteer-hurricane-harvey-evacuees-austin-shelters","author":"grahamhartmann","kw":["grahamhartmann","musicians-volunteer-hurricane-harvey-evacuees-austin-shelters","metal","news","rock","pagetype-post"],"genre":["rock"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard","tsm-2x2"],"dfp6":true},"revision":"d0e436db9346b8b64c59702fc90512d46360aac8"},"activeDomain":"loudwire.com","authLoginFormNonce":"be0d3d179b","authRegFormNonce":"00bad6b3b7","ga":{"ids":{"primary":"UA-19109753-12","secondary":["UA-19109753-34","UA-19109753-60"],"all":["UA-19109753-12","UA-19109753-34","UA-19109753-60"]}},"tsmStatic":{"revision":"9b6ee779bc4d8305761bcac27314957bd83678ad"},"isGallery":true,"userRegistrationSettings":{"disable-registration":"yes"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":333348,"postAuthor":356224,"postDate":"2017-08-30T14:32:39.000Z","postDateGmt":"2017-08-30T13:32:39.000Z","postTitle":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters","postExcerpt":"Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"musicians-volunteer-hurricane-harvey-evacuees-austin-shelters","toPing":"","pinged":"","postModified":"2017-08-30T14:32:39.000Z","postModifiedGmt":"2017-08-30T13:32:39.000Z","postContentFiltered":"","postParent":0,"guid":"http://loudwire.com/?p=333348","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-08-30 13:32:39.000+0000","postModifiedGmtStr":"2017-08-30 13:32:39.000+0000","meta":{}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters","next":{"latest":[{"postId":333342,"documentUrl":"/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/","filterUrl":"/rest/carbon/filter/main/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/","sortDate":"2017-08-30 08:01:53.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333337,"documentUrl":"/charlie-benante-writing-new-anthrax-material/","filterUrl":"/rest/carbon/filter/main/charlie-benante-writing-new-anthrax-material/","sortDate":"2017-08-30 07:00:57.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333317,"documentUrl":"/anvil-wrap-recording-pounding-the-pavement-disc-alter-bridge-more/","filterUrl":"/rest/carbon/filter/main/anvil-wrap-recording-pounding-the-pavement-disc-alter-bridge-more/","sortDate":"2017-08-29 17:42:50.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333326,"documentUrl":"/metallica-master-of-puppets-reissue-details/","filterUrl":"/rest/carbon/filter/main/metallica-master-of-puppets-reissue-details/","sortDate":"2017-08-29 17:41:34.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333287,"documentUrl":"/slayers-tom-araya-take-care-of-legal-issues-then-see-what-future-holds/","filterUrl":"/rest/carbon/filter/main/slayers-tom-araya-take-care-of-legal-issues-then-see-what-future-holds/","sortDate":"2017-08-29 15:24:41.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333289,"documentUrl":"/ozzy-osbourne-grandfather-again/","filterUrl":"/rest/carbon/filter/main/ozzy-osbourne-grandfather-again/","sortDate":"2017-08-29 15:20:26.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333279,"documentUrl":"/butcher-babies-artwork-lilith-album/","filterUrl":"/rest/carbon/filter/main/butcher-babies-artwork-lilith-album/","sortDate":"2017-08-29 15:14:24.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333273,"documentUrl":"/for-the-sake-of-heaviness-the-history-of-metal-blade-records-book-cassette-released/","filterUrl":"/rest/carbon/filter/main/for-the-sake-of-heaviness-the-history-of-metal-blade-records-book-cassette-released/","sortDate":"2017-08-29 14:40:08.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333270,"documentUrl":"/red-fang-fall-2017-west-coast-tour-dates/","filterUrl":"/rest/carbon/filter/main/red-fang-fall-2017-west-coast-tour-dates/","sortDate":"2017-08-29 14:20:27.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":331098,"documentUrl":"/hard-rock-metal-albums-bbq/","filterUrl":"/rest/carbon/filter/main/hard-rock-metal-albums-bbq/","sortDate":"2017-08-29 13:48:17.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"}],"taxonomy":[{"postId":333342,"documentUrl":"/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/","filterUrl":"/rest/carbon/filter/main/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/","sortDate":"2017-08-30 08:01:53.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333337,"documentUrl":"/charlie-benante-writing-new-anthrax-material/","filterUrl":"/rest/carbon/filter/main/charlie-benante-writing-new-anthrax-material/","sortDate":"2017-08-30 07:00:57.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333317,"documentUrl":"/anvil-wrap-recording-pounding-the-pavement-disc-alter-bridge-more/","filterUrl":"/rest/carbon/filter/main/anvil-wrap-recording-pounding-the-pavement-disc-alter-bridge-more/","sortDate":"2017-08-29 17:42:50.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333326,"documentUrl":"/metallica-master-of-puppets-reissue-details/","filterUrl":"/rest/carbon/filter/main/metallica-master-of-puppets-reissue-details/","sortDate":"2017-08-29 17:41:34.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333287,"documentUrl":"/slayers-tom-araya-take-care-of-legal-issues-then-see-what-future-holds/","filterUrl":"/rest/carbon/filter/main/slayers-tom-araya-take-care-of-legal-issues-then-see-what-future-holds/","sortDate":"2017-08-29 15:24:41.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333289,"documentUrl":"/ozzy-osbourne-grandfather-again/","filterUrl":"/rest/carbon/filter/main/ozzy-osbourne-grandfather-again/","sortDate":"2017-08-29 15:20:26.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333279,"documentUrl":"/butcher-babies-artwork-lilith-album/","filterUrl":"/rest/carbon/filter/main/butcher-babies-artwork-lilith-album/","sortDate":"2017-08-29 15:14:24.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333273,"documentUrl":"/for-the-sake-of-heaviness-the-history-of-metal-blade-records-book-cassette-released/","filterUrl":"/rest/carbon/filter/main/for-the-sake-of-heaviness-the-history-of-metal-blade-records-book-cassette-released/","sortDate":"2017-08-29 14:40:08.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333270,"documentUrl":"/red-fang-fall-2017-west-coast-tour-dates/","filterUrl":"/rest/carbon/filter/main/red-fang-fall-2017-west-coast-tour-dates/","sortDate":"2017-08-29 14:20:27.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":331098,"documentUrl":"/hard-rock-metal-albums-bbq/","filterUrl":"/rest/carbon/filter/main/hard-rock-metal-albums-bbq/","sortDate":"2017-08-29 13:48:17.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"}]},"cadata":{"activeDomain":"loudwire.com","blogId":366,"method":"get_single","postId":333348,"postType":"post","postDateGmt":"2017-08-30 13:32:39.000+0000"},"env":"production"},"structure":{"data":["header","maintop","main","mainads","mainbottom","side","nav"],"dataDetails":{"header":["header-sidebar"],"maintop":[],"main":["carbonsidebar/single"],"mainads":["carbonsidebar/mainads"],"mainbottom":["single-post-bottom","carbonsidebar/facebookComment"],"side":["carbon-post-sidebar"],"nav":["carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"]}},"sidebars":{"data":["header-sidebar","carbonsidebar/single","carbonsidebar/mainads","single-post-bottom","carbonsidebar/facebookComment","carbon-post-sidebar","carbonsidebar/nav/blueiv","carbonsidebar/nav/main","carbonsidebar/nav/promo_links","carbonsidebar/nav/footer"],"dataDetails":{"header-sidebar":{"widgets":[],"widgetDetails":{"now-playing-41":{},"widget_onair-29":{}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","description":"Graham Hartmann is a 30-year-old music addict with a taste for punk, metal and the touch of a keyboard. He is the current Senior Writer for Loudwire, producer of each YouTube Loud List and is the creator and host of our 'Wikipedia: Fact or Fiction?' series. Graham has been active in the music and entertainment industries since high school, having worked for Metal Injection, Earache Records, The End Records, The Opie and Anthony Show and the Le Scandal Burlesque Show as a musician and stage manager.\r\n\r\nFavorite bands: The Ramones, Iron Maiden, Strike Anywhere, Poison the Well, Tool, Puscifer, Pig Destroyer, Agoraphobic Nosebleed, Bad Religion, Rufio, Salome, Shining, Descendents, Gwar, System of a Down, The Beatles, Suffocation, Bloodbath, Polaris, Mark Mulcahy, Nirvana, Dead Kennedys ---&gt; https://twitter.com/grahamwire // www.facebook.com/grahamphartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"},"firstCategoryName":"Metal","postType":"post","postTitle":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters","widgetTime":15}}}},"carbonsidebar/mainads":{"widgets":["carbonwidget/top-728x90","carbonwidget/tsm-out-of-page","carbonwidget/bottom-728x90"],"widgetDetails":{"carbonwidget/top-728x90":{"widgetInfo":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"top-728x90","widgetTime":3}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":3}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":3}}}},"single-post-bottom":{"widgets":["widget_third_party_content-2","widget_third_party_content-3","ts_blogroll-25"],"widgetDetails":{"widget_third_party_content-2":{"widgetInfo":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"widgetParams":{"type":"zergnet","title":"Recommended For You","id":"35852","placement":"","targettype":"","mode":"","widgetTime":3}},"widget_third_party_content-3":{"widgetInfo":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"widgetParams":{"type":"zergnet","title":"Around the Web","id":"13446","placement":"","targettype":"","mode":"","widgetTime":2}},"ts_blogroll-25":{"widgetInfo":{"id":"ts_blogroll-25","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"25"},"widgetParams":{"title":"Best of Loudwire","type":"main_content_thumb_title_roll","cat":"5476,2183","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1"}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-4","ts_blogroll-576","ts_blogroll-569","google-ads-widget-413","tsq_sailthru_newsletter_widget-323","ts_blogroll-570","ts_blogroll_pinned-12","ts_blogroll_pinned-13"],"widgetDetails":{"fix_sidebar_marker-4":{"widgetInfo":{"id":"fix_sidebar_marker-4","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"4"}},"ts_blogroll-576":{"widgetInfo":{"id":"ts_blogroll-576","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"576"},"widgetParams":{"title":"On the Road & Onstage","pinned_id":"","pinned_label":"","type":"horizontal-4-carousel","cat":"","tag":"","private_tag":"","posts_per_page":"5","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0}},"ts_blogroll-569":{"widgetInfo":{"id":"ts_blogroll-569","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"569"},"widgetParams":{"title":"Lists","type":"carousel","isweather":0,"cat":"13","posts_per_page":"5","align":"right","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","pinned_id":"","pinned_label":""}},"google-ads-widget-413":{"widgetInfo":{"id":"google-ads-widget-413","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"413"},"widgetParams":{"adunit":"top-right-300x250","adtype":"dfp6","position":null,"align":"right","widgetTime":2}},"tsq_sailthru_newsletter_widget-323":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-323","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"323"},"widgetParams":{"title":"GET OUR NEWSLETTER","description":"","confirmation":"Thanks for subscribing","align":"right","enable_primary":"","lists":["Loudwire"],"widgetTime":2}},"ts_blogroll-570":{"widgetInfo":{"id":"ts_blogroll-570","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"570"},"widgetParams":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3}},"ts_blogroll_pinned-12":{"widgetInfo":{"id":"ts_blogroll_pinned-12","groupType":"ts_blogroll_pinned","widgetType":"widget_ts_blogroll_pinned","widgetInstance":"12"},"widgetParams":{"pinned_label":"Featured","posts_per_page":3,"alternate_data":0,"unique_posts":0,"title":"Albums Ranked","pinned_id":"","cat":"19884","tag":"","private_tag":"","link_label":"","link":""}},"ts_blogroll_pinned-13":{"widgetInfo":{"id":"ts_blogroll_pinned-13","groupType":"ts_blogroll_pinned","widgetType":"widget_ts_blogroll_pinned","widgetInstance":"13"},"widgetParams":{"pinned_label":"Featured","posts_per_page":3,"alternate_data":0,"unique_posts":0,"title":"Anniversaries","pinned_id":"","cat":"1485","tag":"","private_tag":"","link_label":"","link":""}}}},"carbonsidebar/nav/blueiv":{"widgets":["carbonwidget/nav/blueiv"],"widgetDetails":{"carbonwidget/nav/blueiv":{"widgetInfo":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"}}}},"carbonsidebar/nav/main":{"widgets":["carbonwidget/nav/main"],"widgetDetails":{"carbonwidget/nav/main":{"widgetInfo":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"}}}},"carbonsidebar/nav/promo_links":{"widgets":["carbonwidget/nav/promo_links"],"widgetDetails":{"carbonwidget/nav/promo_links":{"widgetInfo":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"}}}},"carbonsidebar/nav/footer":{"widgets":["carbonwidget/nav/footer"],"widgetDetails":{"carbonwidget/nav/footer":{"widgetInfo":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"}}}}}},"widgets":{"carbonwidget/single-1":{"info":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"params":{"mainAuthor":{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","description":"Graham Hartmann is a 30-year-old music addict with a taste for punk, metal and the touch of a keyboard. He is the current Senior Writer for Loudwire, producer of each YouTube Loud List and is the creator and host of our 'Wikipedia: Fact or Fiction?' series. Graham has been active in the music and entertainment industries since high school, having worked for Metal Injection, Earache Records, The End Records, The Opie and Anthony Show and the Le Scandal Burlesque Show as a musician and stage manager.\r\n\r\nFavorite bands: The Ramones, Iron Maiden, Strike Anywhere, Poison the Well, Tool, Puscifer, Pig Destroyer, Agoraphobic Nosebleed, Bad Religion, Rufio, Salome, Shining, Descendents, Gwar, System of a Down, The Beatles, Suffocation, Bloodbath, Polaris, Mark Mulcahy, Nirvana, Dead Kennedys ---&gt; https://twitter.com/grahamwire // www.facebook.com/grahamphartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"},"firstCategoryName":"Metal","postType":"post","postTitle":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters","widgetTime":15},"data":[333348],"dataDetails":{"333348":{"thumbnail":"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg","caption":"Joe Raedle, Getty Images","excerpt":"Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.","date":"August 30, 2017 9:32 AM","postDateGmt":"2017-08-30 13:32:39 +0000","postModifiedGmt":"2017-08-30 13:32:39 +0000","title":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters","url":"http://loudwire.com/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","id":333348,"contentRaw":"[caption id=\"attachment_333349\" align=\"alignleft\" width=\"1080\"]<img class=\"size-full wp-image-333349\" src=\"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg\" alt=\"Joe Raedle, Getty Images\" width=\"1080\" height=\"720\" /> Joe Raedle, Getty Images[/caption]\r\n\r\nWith the tragic flooding that’s come with Hurricane Harvey in Texas, musicians have volunteered their time to bring a little comfort to those displaced from the storm. In Austin, <a href=\"https://communityimpact.com/austin/arts-entertainment/2017/08/29/325-austin-area-musicians-volunteered-perform-local-shelters/\" target=\"_blank\">over 315 musicians</a> signed up to perform in shelters currently housing hurricane evacuees.\r\n\r\nAs of this posting, <a href=\"https://www.nytimes.com/2017/08/29/us/hurricane-harvey-storm-flooding.html\" target=\"_blank\">reports</a> suggest that up to 30 people have died from the catastrophic storm. Since the hurricane hit Houston and surrounding areas of Texas, as well as southwest Louisiana, tens of thousands of people have had to abandon their flooded homes, with <a href=\"http://www.sandiegouniontribune.com/opinion/the-conversation/sd-hurricane-harvey-texas-flooding-displaces-thousands-20170828-htmlstory.html\" target=\"_blank\">30,000 currently in shelters</a>. Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.\r\n\r\nThe Red Cross reached out to the ATX Music Office on Aug. 28 with the hope of attracting musicians to various area shelters:\r\n\r\nhttps://twitter.com/ATXMusicOffice/status/902248178149466114\r\n\r\n“It was such short notice, I didn’t know what to expect in terms of the response,” Austin Music Office employee Stephanie Bergara told <a href=\"http://music.blog.austin360.com/2017/08/28/atx-music-office-puts-out-call-for-musicians-to-play-evacuation-shelters/\" target=\"_blank\">Austin 360</a>. She added that she was “incredibly overwhelmed” by the instant reaction from musicians, with over 165 having volunteered in less than 24 hours.\r\n\r\n\"They just keep coming,\" Bergara tells <a href=\"http://www.kvue.com/news/local/austin-music-office-seeking-musicians-to-play-at-evacuation-shelters/468936879\" target=\"_blank\">KVUE</a>. \"We've gotten everything from ukulele players to DJs to audio engineers volunteering to help in any way they can. I've lived in Austin my entire life and I'm a musician myself, but I've never seen anything quite like this. They're requesting comfort music, something to take their minds off of all the craziness.\"\r\n\r\n“It’s more than just musicians,” Bergara explains. “A lady in Bastrop emailed and said, ‘I’m not a musician, but we have a bakery in Bastrop and we want to send cupcakes to evacuees, can you tell me where to do that?’ There was a woman who wanted to drop off aromatherapy kits. Another person asked if people need visits from therapy dogs.”\r\n\r\nSo many musicians stepped up that the Austin Music Office actually had to stop accepting volunteers:\r\n\r\nhttps://twitter.com/ATXMusicOffice/status/902638598830346240\r\n\r\nOur thoughts are with the victims of Hurricane Harvey as brave men and women from the National Guard, State Guard and Coast Guard, along with local firefighters and police offers, continue rescuing those in need.\r\n<p style=\"text-align: center;\"><strong>Top 25 Progressive Metal Albums of All Time</strong></p>\r\n[gallery galleryid=\"366:330080\" galleryindex=\"0\" ids=\"330219,330131,330121,330137,330132,330113,330122,330114,330130,330135,330116,330124,330218,330127,330120,330125,330117,330118,330128,330126,330136,330115,330123,330133,330119,330129\" enablefullscreen=\"yes\" showthumbs=\"no\"]","content":"\n<figure id=\"attachment_333349\" class=\"content-post-image alignleft\"><span class=\"image-frame\"><noscript><img src=\"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg\"></noscript>\n<img class=\"size-full wp-image-333349 lazy\" src=\"//s3.amazonaws.com/tsm-images/global/1x1.gif\" alt=\"Joe Raedle, Getty Images\" data-width=\"1080\" data-height=\"720\" data-type=\"post\" datasrc=\"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg\"></span><figcaption>Joe Raedle, Getty Images</figcaption></figure><p>With the tragic flooding that’s come with Hurricane Harvey in Texas, musicians have volunteered their time to bring a little comfort to those displaced from the storm. In Austin, <a href=\"https://communityimpact.com/austin/arts-entertainment/2017/08/29/325-austin-area-musicians-volunteered-perform-local-shelters/\" target=\"_blank\">over 315 musicians</a> signed up to perform in shelters currently housing hurricane evacuees.</p>\n<p>As of this posting, <a href=\"https://www.nytimes.com/2017/08/29/us/hurricane-harvey-storm-flooding.html\" target=\"_blank\">reports</a> suggest that up to 30 people have died from the catastrophic storm. Since the hurricane hit Houston and surrounding areas of Texas, as well as southwest Louisiana, tens of thousands of people have had to abandon their flooded homes, with <a href=\"http://www.sandiegouniontribune.com/opinion/the-conversation/sd-hurricane-harvey-texas-flooding-displaces-thousands-20170828-htmlstory.html\" target=\"_blank\">30,000 currently in shelters</a>. Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.</p>\n<p>The Red Cross reached out to the ATX Music Office on Aug. 28 with the hope of attracting musicians to various area shelters:</p>\n<blockquote class=\"twitter-tweet\" data-width=\"550\">\n<p lang=\"en\" dir=\"ltr\">We have received a request from the <a href=\"https://twitter.com/RedCross\">@RedCross</a> for any musicians who may be willing to play at <a href=\"https://twitter.com/hashtag/Austin?src=hash\">#Austin</a> area evacuation shelters. Info: <a href=\"https://t.co/ZQEUzfX3lC\">pic.twitter.com/ZQEUzfX3lC</a></p>\n<p>— ATX Music Office (@ATXMusicOffice) <a href=\"https://twitter.com/ATXMusicOffice/status/902248178149466114\">August 28, 2017</a></p>\n</blockquote>\n<p><script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"><\/script></p>\n<p>“It was such short notice, I didn’t know what to expect in terms of the response,” Austin Music Office employee Stephanie Bergara told <a href=\"http://music.blog.austin360.com/2017/08/28/atx-music-office-puts-out-call-for-musicians-to-play-evacuation-shelters/\" target=\"_blank\">Austin 360</a>. She added that she was “incredibly overwhelmed” by the instant reaction from musicians, with over 165 having volunteered in less than 24 hours.</p>\n<p>“They just keep coming,” Bergara tells <a href=\"http://www.kvue.com/news/local/austin-music-office-seeking-musicians-to-play-at-evacuation-shelters/468936879\" target=\"_blank\">KVUE</a>. “We’ve gotten everything from ukulele players to DJs to audio engineers volunteering to help in any way they can. I’ve lived in Austin my entire life and I’m a musician myself, but I’ve never seen anything quite like this. They’re requesting comfort music, something to take their minds off of all the craziness.”</p>\n<p>“It’s more than just musicians,” Bergara explains. “A lady in Bastrop emailed and said, ‘I’m not a musician, but we have a bakery in Bastrop and we want to send cupcakes to evacuees, can you tell me where to do that?’ There was a woman who wanted to drop off aromatherapy kits. Another person asked if people need visits from therapy dogs.”</p>\n<p>So many musicians stepped up that the Austin Music Office actually had to stop accepting volunteers:</p>\n<blockquote class=\"twitter-tweet\" data-width=\"550\">\n<p lang=\"en\" dir=\"ltr\">Thank you, Austin! <a href=\"https://twitter.com/hashtag/ATXMusic?src=hash\">#ATXMusic</a> <a href=\"https://t.co/VJ4yMNNEQf\">pic.twitter.com/VJ4yMNNEQf</a></p>\n<p>— ATX Music Office (@ATXMusicOffice) <a href=\"https://twitter.com/ATXMusicOffice/status/902638598830346240\">August 29, 2017</a></p>\n</blockquote>\n<p><script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"><\/script></p>\n<p>Our thoughts are with the victims of Hurricane Harvey as brave men and women from the National Guard, State Guard and Coast Guard, along with local firefighters and police offers, continue rescuing those in need.</p>\n<p style=\"text-align: center;\"><strong>Top 25 Progressive Metal Albums of All Time</strong></p>\n<script type=\"text/javascript\">\n\twindow.TSM = window.TSM || {};\n\twindow.TSM.photogalleryConfigs = window.TSM.photogalleryConfigs || [];\n\tvar photogalleryConfig = {\n\t\tgalleryUrl:'/api/json/galleries/330080?filterexclusions&galleryindex=0'\n\t\t,galleryId:'tsm-photogallery-366-330080-0'\n\t\t,showThumbs:0\n\t\t,colorscheme:'dark'\n\t\t\n\t\t,dozIndexTweak:1\n\t\t,refreshRate:1\n\t\t,enableFullscreen:1\n\t\t,expandOnLoadHash:0\n\t\t,portraitMode:0\n\t\t,initImage:'http://loudwire.com/files/2017/08/Prog-Metal-Albums-Ranked.jpg'\n\t\t,enableEndCard:1\n\t\t,enableBelowDescriptionEndCard:1\n\t\t,endCardMode:2\n\t\t,enableKiosked:1\n\t\t,enableKioskedMobile:0\n\t\t,carbonLayout:\"\"\n\t};\n\twindow.TSM.photogalleryConfigs.push( photogalleryConfig );\n<\/script><div id=\"tsm-photogallery-366-330080-0-placeholder\"></div>\n<div class=\"tsm-photogallery-wrapper dark\">\n\t<div class=\"tsm-photogallery-container\" id=\"tsm-photogallery-366-330080-0\">\n\t\t<div class=\"tsm-photogallery-header\">\n\t\t\t<div class=\"tsm-photogallery-ad tsm-photogallery-320x50 off\" id=\"tsm-photogallery-366-330080-0-320x50\"></div>\n\t\t</div>\n\t\t<div class=\"tsm-photogallery\">\n\t\t\t<div class=\"loadinganim\">\n<span></span><span></span><span></span>\n</div>\n\t\t\t<div class=\"tsm-photogallery-mover-container\">\n\t\t\t\t<div class=\"tsm-photogallery-nav prev primary-active-color\"><a title=\"Previous\" class=\"icon-left-open prev-btn\" href=\"javascript:void(0);\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-nav next primary-active-color\"><a class=\"icon-right-open next-btn\" title=\"Next\" href=\"javascript:void(0);\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-mover\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-thumbnail-wrapper off\">\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav prev\"><a title=\"Previous\" class=\"thumb-prev-btn\" href=\"javascript:void(0);\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnail-nav next\"><a title=\"Next\" class=\"thumb-next-btn\" href=\"javascript:void(0);\"></a></div>\n\t\t\t\t<div class=\"tsm-photogallery-thumbnails\">\n\t\t\t\t\t<div class=\"tsm-photogallery-thumbnail-mover\"></div>\n\t\t\t\t</div>\n\t\t\t</div>\n\t\t\t<div class=\"tsm-photogallery-footer off\">\n<div class=\"tsm-photogallery-imagecount\">\n<b>Image </b><span class=\"tsm-photogallery-current\"></span> of <span class=\"tsm-photogallery-total\"></span>\n</div>\n<div class=\"tsm-photogallery-caption\"></div>\n</div>\n\t\t</div>\n\t\t<a href=\"javascript:void(0);\" class=\"tsm-photogallery-engagement-close\"></a>\n\t\t<aside class=\"tsm-photogallery-sidebar\"><div class=\"tsm-photogallery-ad tsm-photogallery-300x250 off\" id=\"tsm-photogallery-366-330080-0-300x250\"></div>\n\t\t\t<div class=\"tsm-photogallery-copy\">\n\t\t\t\t<h2 class=\"tsm-photogallery-imagetitle\"></h2>\n\t\t\t\t<p class=\"tsm-photogallery-imagedescription\"></p>\n\t\t\t\t<div class=\"description-scroll description-up\"></div>\n<div class=\"description-scroll description-down\"></div>\n\t\t\t</div>\n\t\t\t<div class=\"under-description-content\"></div>\n\t\t</aside><footer><div class=\"tsm-photogallery-ad tsm-photogallery-728x90 off\" id=\"tsm-photogallery-366-330080-0-728x90\"></div>\n\t\t\t<div class=\"tsm-photogallery-ad\" id=\"tsm-photogallery-oop\"></div>\n\t\t</footer>\n</div>\n\t<div class=\"tsm-photogallery-overlay\"></div>\n</div>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters","excerpt":"Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.","post_excerpt":"Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.","post_more_excerpt":"<p>Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.\n<p class=\"more_act\"><a href=\"http://loudwire.com/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/\" title=\"Over 300 Musicians Volunteer to Entertain Hurricane Harvey Evacuees in Austin Shelters\">Read More</a></p>\n","permalink":"http://loudwire.com/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","image":{"id":333349,"url":"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg","caption":"Joe Raedle, Getty Images"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":true},"categories":[{"id":1560,"slug":"metal","title":"Metal","description":"","parent":0,"post_count":11565,"link_url":"http://loudwire.com/category/metal/","feed_url":"http://loudwire.com/category/metal/feed/","term_taxonomy_id":1571,"object_id":0},{"id":6,"slug":"news","title":"News","description":"Rock news.","parent":0,"post_count":22048,"link_url":"http://loudwire.com/category/news/","feed_url":"http://loudwire.com/category/news/feed/","term_taxonomy_id":6,"object_id":0},{"id":1559,"slug":"rock","title":"Rock","description":"","parent":0,"post_count":11179,"link_url":"http://loudwire.com/category/rock/","feed_url":"http://loudwire.com/category/rock/feed/","term_taxonomy_id":1570,"object_id":0}],"authors":[{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","description":"Graham Hartmann is a 30-year-old music addict with a taste for punk, metal and the touch of a keyboard. He is the current Senior Writer for Loudwire, producer of each YouTube Loud List and is the creator and host of our 'Wikipedia: Fact or Fiction?' series. Graham has been active in the music and entertainment industries since high school, having worked for Metal Injection, Earache Records, The End Records, The Opie and Anthony Show and the Le Scandal Burlesque Show as a musician and stage manager.\r\n\r\nFavorite bands: The Ramones, Iron Maiden, Strike Anywhere, Poison the Well, Tool, Puscifer, Pig Destroyer, Agoraphobic Nosebleed, Bad Religion, Rufio, Salome, Shining, Descendents, Gwar, System of a Down, The Beatles, Suffocation, Bloodbath, Polaris, Mark Mulcahy, Nirvana, Dead Kennedys ---&gt; https://twitter.com/grahamwire // www.facebook.com/grahamphartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Over%20300%20Musicians%20Volunteer%20to%20Entertain%20Hurricane%20Harvey%20Evacuees%20in%20Austin%20Shelters%20http%3A%2F%2Floudwire.com%2Fmusicians-volunteer-hurricane-harvey-evacuees-austin-shelters%2F%3Ftrackback%3Dtwitter_mobile%20%40Loudwire","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Floudwire.com%2Fmusicians-volunteer-hurricane-harvey-evacuees-austin-shelters%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://loudwire.com/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/","prevArticle":"http://loudwire.com/airbourne-money-exclusive-song-premiere/","pageUrl":"/musicians-volunteer-hurricane-harvey-evacuees-austin-shelters/","blogId":366,"domain":"loudwire.com","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"image\" attr-id=\"333349\" attr-caption=\" Joe Raedle, Getty Images\" attr-align=\"left\" attr-width=\"1080\" attr-height=\"720\" attr-url=\"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg\"></sectiontag></p>\n<p>With the tragic flooding that’s come with Hurricane Harvey in Texas, musicians have volunteered their time to bring a little comfort to those displaced from the storm. In Austin, <a href=\"https://communityimpact.com/austin/arts-entertainment/2017/08/29/325-austin-area-musicians-volunteered-perform-local-shelters/\" target=\"_blank\">over 315 musicians</a> signed up to perform in shelters currently housing hurricane evacuees.</p>\n<p>As of this posting, <a href=\"https://www.nytimes.com/2017/08/29/us/hurricane-harvey-storm-flooding.html\" target=\"_blank\">reports</a> suggest that up to 30 people have died from the catastrophic storm. Since the hurricane hit Houston and surrounding areas of Texas, as well as southwest Louisiana, tens of thousands of people have had to abandon their flooded homes, with <a href=\"http://www.sandiegouniontribune.com/opinion/the-conversation/sd-hurricane-harvey-texas-flooding-displaces-thousands-20170828-htmlstory.html\" target=\"_blank\">30,000 currently in shelters</a>. Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.</p>\n<p>The Red Cross reached out to the ATX Music Office on Aug. 28 with the hope of attracting musicians to various area shelters:</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"https://api.twitter.com/1/statuses/oembed.json?url=https%3A%2F%2Ftwitter.com%2FATXMusicOffice%2Fstatus%2F902248178149466114\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p>“It was such short notice, I didn’t know what to expect in terms of the response,” Austin Music Office employee Stephanie Bergara told <a href=\"http://music.blog.austin360.com/2017/08/28/atx-music-office-puts-out-call-for-musicians-to-play-evacuation-shelters/\" target=\"_blank\">Austin 360</a>. She added that she was “incredibly overwhelmed” by the instant reaction from musicians, with over 165 having volunteered in less than 24 hours.</p>\n<p>\"They just keep coming,\" Bergara tells <a href=\"http://www.kvue.com/news/local/austin-music-office-seeking-musicians-to-play-at-evacuation-shelters/468936879\" target=\"_blank\">KVUE</a>. \"We've gotten everything from ukulele players to DJs to audio engineers volunteering to help in any way they can. I've lived in Austin my entire life and I'm a musician myself, but I've never seen anything quite like this. They're requesting comfort music, something to take their minds off of all the craziness.\"</p>\n<p>“It’s more than just musicians,” Bergara explains. “A lady in Bastrop emailed and said, ‘I’m not a musician, but we have a bakery in Bastrop and we want to send cupcakes to evacuees, can you tell me where to do that?’ There was a woman who wanted to drop off aromatherapy kits. Another person asked if people need visits from therapy dogs.”</p>\n<p>So many musicians stepped up that the Austin Music Office actually had to stop accepting volunteers:</p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"https://api.twitter.com/1/statuses/oembed.json?url=https%3A%2F%2Ftwitter.com%2FATXMusicOffice%2Fstatus%2F902638598830346240\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p>Our thoughts are with the victims of Hurricane Harvey as brave men and women from the National Guard, State Guard and Coast Guard, along with local firefighters and police offers, continue rescuing those in need.</p>\n<p style=\"text-align: center;\"><strong>Top 25 Progressive Metal Albums of All Time</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"gallery\" attr-url=\"/rest/carbon/uri/api/gallery/domain/loudwire.com/galleryId/330080?filterexclusions&amp;galleryindex=0\" attr-thumbnail=\"http://loudwire.com/files/2017/08/Prog-Metal-Albums-Ranked.jpg\" attr-layout=\"\" attr-fullscreen=\"1\"></sectiontag></p>\n","podContent":[{"type":"singlePostText","data":{"text":"<p>With the tragic flooding that&#x2019;s come with Hurricane Harvey in Texas, musicians have volunteered their time to bring a little comfort to those displaced from the storm. In Austin, <a href=\"https://communityimpact.com/austin/arts-entertainment/2017/08/29/325-austin-area-musicians-volunteered-perform-local-shelters/\" target=\"_blank\">over 315 musicians</a> signed up to perform in shelters currently housing hurricane evacuees.</p>\n"},"currentTextLength":276,"runningCounter":1,"cumulativePodTextLength":276,"totalSimilarConsecutiveElements":3,"totalTextLength":844},{"type":"singlePostText","data":{"text":"<p>As of this posting, <a href=\"https://www.nytimes.com/2017/08/29/us/hurricane-harvey-storm-flooding.html\" target=\"_blank\">reports</a> suggest that up&#xA0;to 30 people have died from the catastrophic storm. Since the hurricane hit Houston and surrounding areas of Texas, as well as southwest Louisiana, tens of thousands of people have had to abandon their flooded homes, with <a href=\"http://www.sandiegouniontribune.com/opinion/the-conversation/sd-hurricane-harvey-texas-flooding-displaces-thousands-20170828-htmlstory.html\" target=\"_blank\">30,000 currently in shelters</a>. Some evacuees were brought all the way to Austin, where local musicians have signed up in droves to entertain those being housed in shelters.</p>\n"},"currentTextLength":443,"runningCounter":2,"cumulativePodTextLength":719,"totalSimilarConsecutiveElements":3,"totalTextLength":844},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>The Red Cross reached out to the ATX Music Office on Aug. 28 with the hope of attracting musicians to various area shelters:</p>\n"},"currentTextLength":125,"runningCounter":3,"cumulativePodTextLength":844,"totalSimilarConsecutiveElements":3,"totalTextLength":844},{"type":"singlePostOembed","data":{"url":"https://twitter.com/ATXMusicOffice/status/902248178149466114","author_name":"ATX Music Office","author_url":"https://twitter.com/ATXMusicOffice","html":"<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We have received a request from the <a href=\"https://twitter.com/RedCross?ref_src=twsrc%5Etfw\">@RedCross</a> for any musicians who may be willing to play at <a href=\"https://twitter.com/hashtag/Austin?src=hash&amp;ref_src=twsrc%5Etfw\">#Austin</a> area evacuation shelters. Info: <a href=\"https://t.co/ZQEUzfX3lC\">pic.twitter.com/ZQEUzfX3lC</a></p>&mdash; ATX Music Office (@ATXMusicOffice) <a href=\"https://twitter.com/ATXMusicOffice/status/902248178149466114?ref_src=twsrc%5Etfw\">August 28, 2017</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"><\/script>\n","width":550,"height":null,"type":"rich","cache_age":"3153600000","provider_name":"Twitter","provider_url":"https://twitter.com","version":"1.0"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p>&#x201C;It was such short notice, I didn&#x2019;t know what to expect in terms of the response,&#x201D; Austin Music Office employee Stephanie Bergara told <a href=\"http://music.blog.austin360.com/2017/08/28/atx-music-office-puts-out-call-for-musicians-to-play-evacuation-shelters/\" target=\"_blank\">Austin 360</a>. She added that she was &#x201C;incredibly overwhelmed&#x201D; by the instant reaction from musicians, with over 165 having volunteered in less than 24 hours.</p>\n"},"currentTextLength":326,"runningCounter":1,"cumulativePodTextLength":326,"totalSimilarConsecutiveElements":4,"totalTextLength":1228},{"type":"singlePostText","data":{"text":"<p>&quot;They just keep coming,&quot; Bergara tells <a href=\"http://www.kvue.com/news/local/austin-music-office-seeking-musicians-to-play-at-evacuation-shelters/468936879\" target=\"_blank\">KVUE</a>. &quot;We&apos;ve gotten everything from ukulele players to DJs to audio engineers volunteering to help in any way they can. I&apos;ve lived in Austin my entire life and I&apos;m a musician myself, but I&apos;ve never seen anything quite like this. They&apos;re requesting comfort music, something to take their minds off of all the craziness.&quot;</p>\n"},"currentTextLength":404,"runningCounter":2,"cumulativePodTextLength":730,"totalSimilarConsecutiveElements":4,"totalTextLength":1228},{"type":"singlePostText","data":{"text":"<p>&#x201C;It&#x2019;s more than just musicians,&#x201D; Bergara explains. &#x201C;A lady in Bastrop emailed and said, &#x2018;I&#x2019;m not a musician, but we have a bakery in Bastrop and we want to send cupcakes to evacuees, can you tell me where to do that?&#x2019; There was a woman who wanted to drop off aromatherapy kits. Another person asked if people need visits from therapy dogs.&#x201D;</p>\n"},"currentTextLength":397,"runningCounter":3,"cumulativePodTextLength":1127,"totalSimilarConsecutiveElements":4,"totalTextLength":1228},{"type":"singlePostText","data":{"text":"<p>So many musicians stepped up that the Austin Music Office actually had to stop accepting volunteers:</p>\n"},"currentTextLength":101,"runningCounter":4,"cumulativePodTextLength":1228,"totalSimilarConsecutiveElements":4,"totalTextLength":1228},{"type":"singlePostOembed","data":{"url":"https://twitter.com/ATXMusicOffice/status/902638598830346240","author_name":"ATX Music Office","author_url":"https://twitter.com/ATXMusicOffice","html":"<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Thank you, Austin! <a href=\"https://twitter.com/hashtag/ATXMusic?src=hash&amp;ref_src=twsrc%5Etfw\">#ATXMusic</a> <a href=\"https://t.co/VJ4yMNNEQf\">pic.twitter.com/VJ4yMNNEQf</a></p>&mdash; ATX Music Office (@ATXMusicOffice) <a href=\"https://twitter.com/ATXMusicOffice/status/902638598830346240?ref_src=twsrc%5Etfw\">August 29, 2017</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"><\/script>\n","width":550,"height":null,"type":"rich","cache_age":"3153600000","provider_name":"Twitter","provider_url":"https://twitter.com","version":"1.0"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p>Our thoughts are with the victims of Hurricane Harvey as brave men and women from the National Guard, State Guard and Coast Guard, along with local firefighters and police offers, continue rescuing those in need.</p>\n"},"currentTextLength":213,"runningCounter":1,"cumulativePodTextLength":213,"totalSimilarConsecutiveElements":2,"totalTextLength":257},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Top 25 Progressive Metal Albums of All Time</strong></p>\n"},"currentTextLength":44,"runningCounter":2,"cumulativePodTextLength":257,"totalSimilarConsecutiveElements":2,"totalTextLength":257},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/loudwire.com/galleryId/330080?filterexclusions&galleryindex=0","thumbnail":"http://loudwire.com/files/2017/08/Prog-Metal-Albums-Ranked.jpg","layout":"","fullscreen":1},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostImage","singlePostText","singlePostOembed","singlePostGallery"],"podHeader":[{"type":"singlePostImage","data":{"id":333349,"caption":"Joe Raedle, Getty Images","align":"left","width":1080,"height":720,"url":"http://loudwire.com/files/2017/08/GettyImages-840577674.jpg"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"next":{"latest":[{"postId":333342,"documentUrl":"/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/","filterUrl":"/rest/carbon/filter/main/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/","sortDate":"2017-08-30 08:01:53.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333337,"documentUrl":"/charlie-benante-writing-new-anthrax-material/","filterUrl":"/rest/carbon/filter/main/charlie-benante-writing-new-anthrax-material/","sortDate":"2017-08-30 07:00:57.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333317,"documentUrl":"/anvil-wrap-recording-pounding-the-pavement-disc-alter-bridge-more/","filterUrl":"/rest/carbon/filter/main/anvil-wrap-recording-pounding-the-pavement-disc-alter-bridge-more/","sortDate":"2017-08-29 17:42:50.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333326,"documentUrl":"/metallica-master-of-puppets-reissue-details/","filterUrl":"/rest/carbon/filter/main/metallica-master-of-puppets-reissue-details/","sortDate":"2017-08-29 17:41:34.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333287,"documentUrl":"/slayers-tom-araya-take-care-of-legal-issues-then-see-what-future-holds/","filterUrl":"/rest/carbon/filter/main/slayers-tom-araya-take-care-of-legal-issues-then-see-what-future-holds/","sortDate":"2017-08-29 15:24:41.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333289,"documentUrl":"/ozzy-osbourne-grandfather-again/","filterUrl":"/rest/carbon/filter/main/ozzy-osbourne-grandfather-again/","sortDate":"2017-08-29 15:20:26.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333279,"documentUrl":"/butcher-babies-artwork-lilith-album/","filterUrl":"/rest/carbon/filter/main/butcher-babies-artwork-lilith-album/","sortDate":"2017-08-29 15:14:24.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333273,"documentUrl":"/for-the-sake-of-heaviness-the-history-of-metal-blade-records-book-cassette-released/","filterUrl":"/rest/carbon/filter/main/for-the-sake-of-heaviness-the-history-of-metal-blade-records-book-cassette-released/","sortDate":"2017-08-29 14:40:08.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333270,"documentUrl":"/red-fang-fall-2017-west-coast-tour-dates/","filterUrl":"/rest/carbon/filter/main/red-fang-fall-2017-west-coast-tour-dates/","sortDate":"2017-08-29 14:20:27.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":331098,"documentUrl":"/hard-rock-metal-albums-bbq/","filterUrl":"/rest/carbon/filter/main/hard-rock-metal-albums-bbq/","sortDate":"2017-08-29 13:48:17.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"}],"taxonomy":[{"postId":333342,"documentUrl":"/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/","filterUrl":"/rest/carbon/filter/main/alice-in-chains-jerry-cantrell-chris-cornell-chester-bennington-family-hurts/","sortDate":"2017-08-30 08:01:53.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333337,"documentUrl":"/charlie-benante-writing-new-anthrax-material/","filterUrl":"/rest/carbon/filter/main/charlie-benante-writing-new-anthrax-material/","sortDate":"2017-08-30 07:00:57.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333317,"documentUrl":"/anvil-wrap-recording-pounding-the-pavement-disc-alter-bridge-more/","filterUrl":"/rest/carbon/filter/main/anvil-wrap-recording-pounding-the-pavement-disc-alter-bridge-more/","sortDate":"2017-08-29 17:42:50.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333326,"documentUrl":"/metallica-master-of-puppets-reissue-details/","filterUrl":"/rest/carbon/filter/main/metallica-master-of-puppets-reissue-details/","sortDate":"2017-08-29 17:41:34.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333287,"documentUrl":"/slayers-tom-araya-take-care-of-legal-issues-then-see-what-future-holds/","filterUrl":"/rest/carbon/filter/main/slayers-tom-araya-take-care-of-legal-issues-then-see-what-future-holds/","sortDate":"2017-08-29 15:24:41.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333289,"documentUrl":"/ozzy-osbourne-grandfather-again/","filterUrl":"/rest/carbon/filter/main/ozzy-osbourne-grandfather-again/","sortDate":"2017-08-29 15:20:26.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333279,"documentUrl":"/butcher-babies-artwork-lilith-album/","filterUrl":"/rest/carbon/filter/main/butcher-babies-artwork-lilith-album/","sortDate":"2017-08-29 15:14:24.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":333273,"documentUrl":"/for-the-sake-of-heaviness-the-history-of-metal-blade-records-book-cassette-released/","filterUrl":"/rest/carbon/filter/main/for-the-sake-of-heaviness-the-history-of-metal-blade-records-book-cassette-released/","sortDate":"2017-08-29 14:40:08.000 +0000","termTaxonomyId":6,"taxonomyType":"category"},{"postId":333270,"documentUrl":"/red-fang-fall-2017-west-coast-tour-dates/","filterUrl":"/rest/carbon/filter/main/red-fang-fall-2017-west-coast-tour-dates/","sortDate":"2017-08-29 14:20:27.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"},{"postId":331098,"documentUrl":"/hard-rock-metal-albums-bbq/","filterUrl":"/rest/carbon/filter/main/hard-rock-metal-albums-bbq/","sortDate":"2017-08-29 13:48:17.000 +0000","termTaxonomyId":1570,"taxonomyType":"category"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":3},"data":["carbonwidget/top-728x90"],"dataDetails":{"carbonwidget/top-728x90":{"adUnit":"top-728x90","adType":"dfp6"}}},"carbonwidget/tsm-out-of-page":{"info":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"tsm-out-of-page","widgetTime":3},"data":["carbonwidget/tsm-out-of-page"],"dataDetails":{"carbonwidget/tsm-out-of-page":{"adUnit":"tsm-out-of-page","adType":"dfp6"}}},"carbonwidget/bottom-728x90":{"info":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"bottom-728x90","widgetTime":3},"data":["carbonwidget/bottom-728x90"],"dataDetails":{"carbonwidget/bottom-728x90":{"adUnit":"bottom-728x90","adType":"dfp6"}}},"widget_third_party_content-2":{"info":{"id":"widget_third_party_content-2","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"2"},"params":{"type":"zergnet","title":"Recommended For You","id":"35852","placement":"","targettype":"","mode":"","widgetTime":3},"data":[],"dataDetails":{}},"widget_third_party_content-3":{"info":{"id":"widget_third_party_content-3","groupType":"widget_third_party_content","widgetType":"widget_widget_third_party_content","widgetInstance":"3"},"params":{"type":"zergnet","title":"Around the Web","id":"13446","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-25":{"info":{"id":"ts_blogroll-25","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"25"},"params":{"title":"Best of Loudwire","type":"main_content_thumb_title_roll","cat":"5476,2183","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[348115,347972,347816,347770],"dataDetails":{"347770":{"postid":"347770","sortdate":"2018-02-08T18:02:54.000Z","data":{"mainData":{"postType":"post","caption":"Elektra","thumbnail":"http://loudwire.com/files/2018/02/Loudlistgsdabig.jpg","postDateGmt":"2018-02-08 18:02:54 +0000","title":"Top 10 Amazing Songs From Disappointing Albums","url":"http://loudwire.com/top-10-amazing-songs-from-disappointing-albums/","id":347770,"carbonMeta":{"widePromotion":true,"isGallery":false},"excerpt":"Even the biggest stinker of an album can redeem itself with a killer track.","authors":[{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"}],"video":true,"videoUrl":"https://youtu.be/i2zYzy_Ult0","youtubeId":"i2zYzy_Ult0"},"alternateData":{"_townsquare_media_url":"https://youtu.be/i2zYzy_Ult0","dynamic-lead-title":"Top 10 Amazing Songs From Disappointing Albums","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Top 10 Amazing Songs From Disappointing Albums"}}},"347816":{"postid":"347816","sortdate":"2018-02-09T18:13:42.000Z","data":{"mainData":{"postType":"post","caption":"Relapse / Party Smasher ","thumbnail":"http://loudwire.com/files/2018/02/TDEP_Ranked.jpg","postDateGmt":"2018-02-09 18:13:42 +0000","title":"The Dillinger Escape Plan Albums Ranked","url":"http://loudwire.com/the-dillinger-escape-plan-albums-ranked/","id":347816,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"From sour coated in sugar to black bubblegum, see how the legendary mathcore act&apos;s music has stood up. ","authors":[{"id":2800736,"slug":"johnhill","name":"John Hill","first_name":"John","last_name":"Hill","nickname":"johnhill","url":"http://loudwire.com/author/johnhill/","thumbnail":"http://loudwire.com/files/2017/10/Screen-Shot-2017-10-10-at-11.05.58-AM.png"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"The Dillinger Escape Plan Albums Ranked"}}},"347972":{"postid":"347972","sortdate":"2018-02-09T22:48:45.000Z","data":{"mainData":{"postType":"post","caption":"Photo by Melina Dellamarggio","thumbnail":"http://loudwire.com/files/2016/07/John-5.jpg","postDateGmt":"2018-02-09 22:48:45 +0000","title":"John 5 on Eddie Van Halen: &apos;He&apos;s Like Benjamin Franklin&apos; ","url":"http://loudwire.com/john-5-eddie-van-halen/","id":347972,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Rob Zombie&apos;s ghoulish guitarist geeks out on Eddie Van Halen as a guitarist, a songwriter and as an inventor and designer. ","authors":[{"id":3904450,"slug":"brian-ivesloudwire-com","name":"Brian Ives","first_name":"Brian","last_name":"Ives","nickname":"brian.ives@loudwire.com","thumbnail":"http://loudwire.com/files/2018/01/profile-pic.jpg","url":"http://loudwire.com/author/brian-ivesloudwire-com/"}],"video":true,"videoUrl":"https://youtu.be/xuw94_AG2h4","youtubeId":"xuw94_AG2h4"},"alternateData":{"_townsquare_media_url":"https://youtu.be/xuw94_AG2h4","dynamic-lead-title":"John 5: Eddie Van Halen Is &apos;Like Benjamin Franklin&apos;","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"John 5 on Eddie Van Halen: &apos;He&apos;s Like Benjamin Franklin&apos; "}}},"348115":{"postid":"348115","sortdate":"2018-02-12T20:36:09.000Z","data":{"mainData":{"postType":"post","caption":"Nuclear Blast","thumbnail":"http://loudwire.com/files/2018/02/Loudlistmeshbig.jpg","postDateGmt":"2018-02-12 20:36:09 +0000","title":"10 Unforgettable Meshuggah Moments","url":"http://loudwire.com/10-unforgettable-meshuggah-moments/","id":348115,"carbonMeta":{"widePromotion":true,"isGallery":true},"excerpt":"There&#x2019;s no band on earth like Meshuggah and there simply never will be.","authors":[{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"}],"video":true,"videoUrl":"https://youtu.be/XEfFAF5O-vo","youtubeId":"XEfFAF5O-vo"},"alternateData":{"_townsquare_media_url":"https://youtu.be/XEfFAF5O-vo","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"10 Unforgettable Meshuggah Moments"}}}},"redisCached":true},"fix_sidebar_marker-4":{"info":{"id":"fix_sidebar_marker-4","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"4"},"params":{"widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-576":{"info":{"id":"ts_blogroll-576","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"576"},"params":{"title":"On the Road & Onstage","pinned_id":"","pinned_label":"","type":"horizontal-4-carousel","cat":"","tag":"","private_tag":"","posts_per_page":"5","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[348119,348138,348115,348106,348121],"dataDetails":{"348106":{"postid":"348106","sortdate":"2018-02-12T19:40:04.000Z","data":{"mainData":{"postType":"post","caption":"Michelle Shiers","thumbnail":"http://loudwire.com/files/2017/12/Stone-Temple-Pilots-Stone-Temple-Pilots.jpg","postDateGmt":"2018-02-12 19:40:04 +0000","title":"Stone Temple Pilots Enter Cage Match Hall of Fame With &apos;Meadow&apos;","url":"http://loudwire.com/stone-temple-pilots-cage-match-hall-of-fame-meadow/","id":348106,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Kudos to the band on their five-week winning streak.","authors":[{"id":623121,"slug":"chadchilders","name":"Chad Childers","first_name":"Chad","last_name":"Childers","nickname":"chadchilders","thumbnail":"http://loudwire.com/files/2012/05/Chad-Childers.jpg","url":"http://loudwire.com/author/chadchilders/"}],"video":true,"videoUrl":"https://youtu.be/dqItSgDZpR0","youtubeId":"dqItSgDZpR0"},"alternateData":{"_townsquare_media_url":"https://youtu.be/dqItSgDZpR0","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Stone Temple Pilots Enter Cage Match Hall of Fame With &apos;Meadow&apos;"}}},"348115":{"postid":"348115","sortdate":"2018-02-12T20:36:09.000Z","data":{"mainData":{"postType":"post","caption":"Nuclear Blast","thumbnail":"http://loudwire.com/files/2018/02/Loudlistmeshbig.jpg","postDateGmt":"2018-02-12 20:36:09 +0000","title":"10 Unforgettable Meshuggah Moments","url":"http://loudwire.com/10-unforgettable-meshuggah-moments/","id":348115,"carbonMeta":{"widePromotion":true,"isGallery":true},"excerpt":"There&#x2019;s no band on earth like Meshuggah and there simply never will be.","authors":[{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"}],"video":true,"videoUrl":"https://youtu.be/XEfFAF5O-vo","youtubeId":"XEfFAF5O-vo"},"alternateData":{"_townsquare_media_url":"https://youtu.be/XEfFAF5O-vo","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"10 Unforgettable Meshuggah Moments"}}},"348119":{"postid":"348119","sortdate":"2018-02-12T23:02:12.000Z","data":{"mainData":{"postType":"post","caption":"Universal Music Group","thumbnail":"http://loudwire.com/files/2013/10/KISS-KISS-BAND-JY-0718-62187918.jpg","postDateGmt":"2018-02-12 23:02:12 +0000","title":"KISS Comic Arriving for Valentine&apos;s Day","url":"http://loudwire.com/kiss-comic-arriving-for-valentines-day-plus-news-on-disturbed-atreyu-kittie-more/","id":348119,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Plus news on Disturbed and Atreyu certifications, a Kittie Trish Doan tribute, Doyle&apos;s upcoming touring and more in Wire-to-Wire.","authors":[{"id":623121,"slug":"chadchilders","name":"Chad Childers","first_name":"Chad","last_name":"Childers","nickname":"chadchilders","thumbnail":"http://loudwire.com/files/2012/05/Chad-Childers.jpg","url":"http://loudwire.com/author/chadchilders/"}],"video":true,"videoUrl":"https://youtu.be/rrux_8bIMHA","youtubeId":"rrux_8bIMHA"},"alternateData":{"_townsquare_media_url":"https://youtu.be/rrux_8bIMHA","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"KISS Comic Arriving for Valentine&apos;s Day"}}},"348121":{"postid":"348121","sortdate":"2018-02-12T19:36:03.000Z","data":{"mainData":{"postType":"post","caption":"Frazer Harrison, Getty Images / Evil Robb Photography","thumbnail":"http://loudwire.com/files/2018/02/Burton-C-Bell-Joey-Jordison.jpg","postDateGmt":"2018-02-12 19:36:03 +0000","title":"Ministry Welcome Burton C. Bell, Joey Jordison, DJ Swamp to Band","url":"http://loudwire.com/ministry-welcome-burton-c-bell-joey-jordison-dj-swamp-touring-lineup/","id":348121,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Ministry&apos;s lineup just got some more star power.","authors":[{"id":623121,"slug":"chadchilders","name":"Chad Childers","first_name":"Chad","last_name":"Childers","nickname":"chadchilders","thumbnail":"http://loudwire.com/files/2012/05/Chad-Childers.jpg","url":"http://loudwire.com/author/chadchilders/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Ministry Welcome Burton C. Bell, Joey Jordison, DJ Swamp to Band"}}},"348138":{"postid":"348138","sortdate":"2018-02-12T22:59:25.000Z","data":{"mainData":{"postType":"post","caption":"Christopher Polk / Staff\n","thumbnail":"http://loudwire.com/files/2018/02/drake.jpg","postDateGmt":"2018-02-12 22:59:25 +0000","title":"Fame on Fire Give Drake&apos;s &apos;God&apos;s Plan&apos; a Metalcore Makeover ","url":"http://loudwire.com/fame-on-fire-give-drakes-gods-plan-a-metalcore-makeover/","id":348138,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Hear the group&apos;s cover of Drake&apos;s recent single. ","authors":[{"id":355362,"slug":"loudwirestaff","name":"Loudwire Staff","nickname":"Loudwire Staff","thumbnail":"http://loudwire.com/files/2017/10/LW-logo.png","url":"http://loudwire.com/author/loudwirestaff/"}],"video":true,"videoUrl":"https://youtu.be/FVn4kug_m90","youtubeId":"FVn4kug_m90"},"alternateData":{"_townsquare_media_url":"https://youtu.be/FVn4kug_m90","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Fame on Fire Give Drake&apos;s &apos;God&apos;s Plan&apos; a Metalcore Makeover "}}}},"redisCached":true},"ts_blogroll-569":{"info":{"id":"ts_blogroll-569","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"569"},"params":{"title":"Lists","type":"carousel","isweather":0,"cat":"13","posts_per_page":"5","align":"right","tag":"","private_tag":"","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","pinned_id":"","pinned_label":"","widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[348115,347816,347770,347591,347536],"dataDetails":{"347536":{"postid":"347536","sortdate":"2018-02-05T20:19:03.000Z","data":{"mainData":{"postType":"post","caption":"Interscope / Chip Somodevilla, Getty Images","thumbnail":"http://loudwire.com/files/2018/02/Loudlistmansprobig.jpg","postDateGmt":"2018-02-05 20:19:03 +0000","title":"10 Times Marilyn Manson Was Protested Against","url":"http://loudwire.com/10-times-marilyn-manson-was-protested-against/","id":347536,"carbonMeta":{"widePromotion":true,"isGallery":false},"excerpt":"Protestors still picket outside the Antichrist Superstar&#x2019;s shows to this day.","authors":[{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"}],"video":true,"videoUrl":"https://youtu.be/ia3CeyeLWW0","youtubeId":"ia3CeyeLWW0"},"alternateData":{"_townsquare_media_url":"https://youtu.be/ia3CeyeLWW0","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"10 Times Marilyn Manson Was Protested Against"}}},"347591":{"postid":"347591","sortdate":"2018-02-06T22:36:38.000Z","data":{"mainData":{"postType":"post","caption":"Ethan Miller, Getty Images","thumbnail":"http://loudwire.com/files/2018/02/Cliff-Williams.jpg","postDateGmt":"2018-02-06 22:36:38 +0000","title":"Who Will Replace Cliff Williams in AC/DC? Here&apos;s 5 Possiblities","url":"http://loudwire.com/acdc-bass-players-replace-cliff-williams/","id":347591,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"AC/DC&apos;s bass lines aren&apos;t the most complex, but you still need to be awesome to play them. ","authors":[{"id":3904450,"slug":"brian-ivesloudwire-com","name":"Brian Ives","first_name":"Brian","last_name":"Ives","nickname":"brian.ives@loudwire.com","thumbnail":"http://loudwire.com/files/2018/01/profile-pic.jpg","url":"http://loudwire.com/author/brian-ivesloudwire-com/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"Who Will Replace Cliff Williams in AC/DC? Here&apos;s 5 Possiblities","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"AC/DC: 5 Bass Players Who Could Replace Cliff Williams"}}},"347770":{"postid":"347770","sortdate":"2018-02-08T18:02:54.000Z","data":{"mainData":{"postType":"post","caption":"Elektra","thumbnail":"http://loudwire.com/files/2018/02/Loudlistgsdabig.jpg","postDateGmt":"2018-02-08 18:02:54 +0000","title":"Top 10 Amazing Songs From Disappointing Albums","url":"http://loudwire.com/top-10-amazing-songs-from-disappointing-albums/","id":347770,"carbonMeta":{"widePromotion":true,"isGallery":false},"excerpt":"Even the biggest stinker of an album can redeem itself with a killer track.","authors":[{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"}],"video":true,"videoUrl":"https://youtu.be/i2zYzy_Ult0","youtubeId":"i2zYzy_Ult0"},"alternateData":{"_townsquare_media_url":"https://youtu.be/i2zYzy_Ult0","dynamic-lead-title":"Top 10 Amazing Songs From Disappointing Albums","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Top 10 Amazing Songs From Disappointing Albums"}}},"347816":{"postid":"347816","sortdate":"2018-02-09T18:13:42.000Z","data":{"mainData":{"postType":"post","caption":"Relapse / Party Smasher ","thumbnail":"http://loudwire.com/files/2018/02/TDEP_Ranked.jpg","postDateGmt":"2018-02-09 18:13:42 +0000","title":"The Dillinger Escape Plan Albums Ranked","url":"http://loudwire.com/the-dillinger-escape-plan-albums-ranked/","id":347816,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"From sour coated in sugar to black bubblegum, see how the legendary mathcore act&apos;s music has stood up. ","authors":[{"id":2800736,"slug":"johnhill","name":"John Hill","first_name":"John","last_name":"Hill","nickname":"johnhill","url":"http://loudwire.com/author/johnhill/","thumbnail":"http://loudwire.com/files/2017/10/Screen-Shot-2017-10-10-at-11.05.58-AM.png"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"The Dillinger Escape Plan Albums Ranked"}}},"348115":{"postid":"348115","sortdate":"2018-02-12T20:36:09.000Z","data":{"mainData":{"postType":"post","caption":"Nuclear Blast","thumbnail":"http://loudwire.com/files/2018/02/Loudlistmeshbig.jpg","postDateGmt":"2018-02-12 20:36:09 +0000","title":"10 Unforgettable Meshuggah Moments","url":"http://loudwire.com/10-unforgettable-meshuggah-moments/","id":348115,"carbonMeta":{"widePromotion":true,"isGallery":true},"excerpt":"There&#x2019;s no band on earth like Meshuggah and there simply never will be.","authors":[{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"}],"video":true,"videoUrl":"https://youtu.be/XEfFAF5O-vo","youtubeId":"XEfFAF5O-vo"},"alternateData":{"_townsquare_media_url":"https://youtu.be/XEfFAF5O-vo","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"10 Unforgettable Meshuggah Moments"}}}},"redisCached":true},"google-ads-widget-413":{"info":{"id":"google-ads-widget-413","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"413"},"params":{"adunit":"top-right-300x250","adtype":"dfp6","position":null,"align":"right","widgetTime":2},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-323":{"info":{"id":"tsq_sailthru_newsletter_widget-323","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"323"},"params":{"title":"GET OUR NEWSLETTER","description":"","confirmation":"Thanks for subscribing","align":"right","enable_primary":"","lists":["Loudwire"],"widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-570":{"info":{"id":"ts_blogroll-570","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"570"},"params":{"title":"Latest Articles","type":"sidebar_row_standard","posts_per_page":3,"widgetTime":3,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[348119,348138,348115],"dataDetails":{"348115":{"postid":"348115","sortdate":"2018-02-12T20:36:09.000Z","data":{"mainData":{"postType":"post","caption":"Nuclear Blast","thumbnail":"http://loudwire.com/files/2018/02/Loudlistmeshbig.jpg","postDateGmt":"2018-02-12 20:36:09 +0000","title":"10 Unforgettable Meshuggah Moments","url":"http://loudwire.com/10-unforgettable-meshuggah-moments/","id":348115,"carbonMeta":{"widePromotion":true,"isGallery":true},"excerpt":"There&#x2019;s no band on earth like Meshuggah and there simply never will be.","authors":[{"id":356224,"slug":"grahamhartmann","name":"Graham Hartmann","first_name":"Graham","last_name":"Hartmann","nickname":"grahamhartmann","thumbnail":"http://loudwire.com/files/2017/10/16587354_10100201357101225_3427631724990664554_o-1.jpg","url":"http://loudwire.com/author/grahamhartmann/"}],"video":true,"videoUrl":"https://youtu.be/XEfFAF5O-vo","youtubeId":"XEfFAF5O-vo"},"alternateData":{"_townsquare_media_url":"https://youtu.be/XEfFAF5O-vo","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"10 Unforgettable Meshuggah Moments"}}},"348119":{"postid":"348119","sortdate":"2018-02-12T23:02:12.000Z","data":{"mainData":{"postType":"post","caption":"Universal Music Group","thumbnail":"http://loudwire.com/files/2013/10/KISS-KISS-BAND-JY-0718-62187918.jpg","postDateGmt":"2018-02-12 23:02:12 +0000","title":"KISS Comic Arriving for Valentine&apos;s Day","url":"http://loudwire.com/kiss-comic-arriving-for-valentines-day-plus-news-on-disturbed-atreyu-kittie-more/","id":348119,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Plus news on Disturbed and Atreyu certifications, a Kittie Trish Doan tribute, Doyle&apos;s upcoming touring and more in Wire-to-Wire.","authors":[{"id":623121,"slug":"chadchilders","name":"Chad Childers","first_name":"Chad","last_name":"Childers","nickname":"chadchilders","thumbnail":"http://loudwire.com/files/2012/05/Chad-Childers.jpg","url":"http://loudwire.com/author/chadchilders/"}],"video":true,"videoUrl":"https://youtu.be/rrux_8bIMHA","youtubeId":"rrux_8bIMHA"},"alternateData":{"_townsquare_media_url":"https://youtu.be/rrux_8bIMHA","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"KISS Comic Arriving for Valentine&apos;s Day"}}},"348138":{"postid":"348138","sortdate":"2018-02-12T22:59:25.000Z","data":{"mainData":{"postType":"post","caption":"Christopher Polk / Staff\n","thumbnail":"http://loudwire.com/files/2018/02/drake.jpg","postDateGmt":"2018-02-12 22:59:25 +0000","title":"Fame on Fire Give Drake&apos;s &apos;God&apos;s Plan&apos; a Metalcore Makeover ","url":"http://loudwire.com/fame-on-fire-give-drakes-gods-plan-a-metalcore-makeover/","id":348138,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Hear the group&apos;s cover of Drake&apos;s recent single. ","authors":[{"id":355362,"slug":"loudwirestaff","name":"Loudwire Staff","nickname":"Loudwire Staff","thumbnail":"http://loudwire.com/files/2017/10/LW-logo.png","url":"http://loudwire.com/author/loudwirestaff/"}],"video":true,"videoUrl":"https://youtu.be/FVn4kug_m90","youtubeId":"FVn4kug_m90"},"alternateData":{"_townsquare_media_url":"https://youtu.be/FVn4kug_m90","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Fame on Fire Give Drake&apos;s &apos;God&apos;s Plan&apos; a Metalcore Makeover "}}}},"redisCached":true},"ts_blogroll_pinned-12":{"info":{"id":"ts_blogroll_pinned-12","groupType":"ts_blogroll_pinned","widgetType":"widget_ts_blogroll_pinned","widgetInstance":"12"},"params":{"pinned_label":"Featured","posts_per_page":3,"alternate_data":0,"unique_posts":0,"title":"Albums Ranked","pinned_id":"","cat":"19884","tag":"","private_tag":"","link_label":"","link":"","widgetTime":1,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[347816,345035,344619],"dataDetails":{"344619":{"postid":"344619","sortdate":"2018-01-04T18:50:36.000Z","data":{"mainData":{"postType":"post","caption":"Roadrunner / Lifeforce","thumbnail":"http://loudwire.com/files/2017/12/TriviumRanked.jpg","postDateGmt":"2018-01-04 18:50:36 +0000","title":"Trivium Albums Ranked","url":"http://loudwire.com/trivium-albums-ranked/","id":344619,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"See how we ranked Trivium&apos;s studio album output from weakest to strongest.","authors":[{"id":317819,"slug":"edrivadaviayahoo-com","name":"Eduardo Rivadavia","first_name":"Eduardo","last_name":"Rivadavia","nickname":"Eduardo Rivadavia","url":"http://loudwire.com/author/edrivadaviayahoo-com/","thumbnail":"http://ultimateclassicrock.com/files/2012/11/bullgod.gif"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Trivium Albums Ranked"}}},"345035":{"postid":"345035","sortdate":"2018-01-09T18:33:30.000Z","data":{"mainData":{"postType":"post","caption":"Music For Nations / Oyster / Roadrunner","thumbnail":"http://loudwire.com/files/2018/01/Castle-Metal-Albums.jpg","postDateGmt":"2018-01-09 18:33:30 +0000","title":"10 Castle Metal Albums You Need to Hear","url":"http://loudwire.com/10-castle-metal-albums-you-need-to-hear/","id":345035,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Prepare to embark on a noble and potentially deadly quest engaging the glory of Castle Metal!","authors":[{"id":317819,"slug":"edrivadaviayahoo-com","name":"Eduardo Rivadavia","first_name":"Eduardo","last_name":"Rivadavia","nickname":"Eduardo Rivadavia","url":"http://loudwire.com/author/edrivadaviayahoo-com/","thumbnail":"http://ultimateclassicrock.com/files/2012/11/bullgod.gif"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"10 Castle Metal Albums You Need to Hear","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"10 Castle Metal Albums You Need to Hear"}}},"347816":{"postid":"347816","sortdate":"2018-02-09T18:13:42.000Z","data":{"mainData":{"postType":"post","caption":"Relapse / Party Smasher ","thumbnail":"http://loudwire.com/files/2018/02/TDEP_Ranked.jpg","postDateGmt":"2018-02-09 18:13:42 +0000","title":"The Dillinger Escape Plan Albums Ranked","url":"http://loudwire.com/the-dillinger-escape-plan-albums-ranked/","id":347816,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"From sour coated in sugar to black bubblegum, see how the legendary mathcore act&apos;s music has stood up. ","authors":[{"id":2800736,"slug":"johnhill","name":"John Hill","first_name":"John","last_name":"Hill","nickname":"johnhill","url":"http://loudwire.com/author/johnhill/","thumbnail":"http://loudwire.com/files/2017/10/Screen-Shot-2017-10-10-at-11.05.58-AM.png"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"The Dillinger Escape Plan Albums Ranked"}}}},"redisCached":true},"ts_blogroll_pinned-13":{"info":{"id":"ts_blogroll_pinned-13","groupType":"ts_blogroll_pinned","widgetType":"widget_ts_blogroll_pinned","widgetInstance":"13"},"params":{"pinned_label":"Featured","posts_per_page":3,"alternate_data":0,"unique_posts":0,"title":"Anniversaries","pinned_id":"","cat":"1485","tag":"","private_tag":"","link_label":"","link":"","widgetTime":1,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[347955,347350,347728],"dataDetails":{"347350":{"postid":"347350","sortdate":"2018-02-10T13:58:32.000Z","data":{"mainData":{"postType":"post","caption":"Columbia","thumbnail":"http://loudwire.com/files/2018/02/Judas-Priest-Stained-Class.jpg","postDateGmt":"2018-02-10 13:58:32 +0000","title":"Judas Priest&apos;s &apos;Stained Class&apos;: The Album That Redefined Metal","url":"http://loudwire.com/judas-priest-stained-class-redefined-heavy-metal/","id":347350,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"On Feb. 10, 1978,  Judas Priest released their fourth album, shedding their blues rock roots while taking heavy music to new places, further defining their sound.","authors":[{"id":1420122,"slug":"joedivita","name":"Joe DiVita","first_name":"Joe","last_name":"DiVita","nickname":"joedivita","thumbnail":"http://loudwire.com/files/2013/06/Joe.jpg","url":"http://loudwire.com/author/joedivita/"}],"video":true,"videoUrl":"https://youtu.be/4MLK57NbQmo","youtubeId":"4MLK57NbQmo"},"alternateData":{"_townsquare_media_url":"https://youtu.be/4MLK57NbQmo","dynamic-lead-title":"Judas Priest&apos;s &apos;Stained Class&apos;: The Album That Redefined Metal","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Judas Priest&apos;s &apos;Stained Class&apos;: The Album That Redefined Metal"}}},"347728":{"postid":"347728","sortdate":"2018-02-09T12:14:23.000Z","data":{"mainData":{"postType":"post","caption":"Polydor","thumbnail":"http://loudwire.com/files/2018/02/Quicksand-Slip.jpg","postDateGmt":"2018-02-09 12:14:23 +0000","title":"25 Years Ago: Quicksand&CloseCurlyQuote;s &lsquo;Slip&CloseCurlyQuote; Carved a New Path for Metal","url":"http://loudwire.com/quicksand-slip-album-anniversary/","id":347728,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"On Feb. 9, 1993, a fresh new sound emerged out of the New York scene and changed how future generations would approach their music.","authors":[{"id":368321,"slug":"jonwiederhorn","name":"Jon Wiederhorn","first_name":"jonathan","last_name":"wiederhorn","nickname":"jon Wiederhorn","thumbnail":"http://loudwire.com/files/2017/05/JonWpic.jpg","url":"http://loudwire.com/author/jonwiederhorn/"}]},"alternateData":{"_townsquare_media_url":"","dynamic-lead-title":"25 Years Ago: Quicksand&CloseCurlyQuote;s &lsquo;Slip&CloseCurlyQuote; Carved a New Path for Metal","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"25 Years Ago: Quicksand&CloseCurlyQuote;s &lsquo;Slip&CloseCurlyQuote; Carved a New Path for Metal"}}},"347955":{"postid":"347955","sortdate":"2018-02-10T14:10:26.000Z","data":{"mainData":{"postType":"post","caption":"Warner Bros.","thumbnail":"http://loudwire.com/files/2018/02/Van-Halen-Van-Halen-Anniversary.jpg","postDateGmt":"2018-02-10 14:10:26 +0000","title":"Van Halen&apos;s Debut: A Look Back at the Album That Changed L.A. ","url":"http://loudwire.com/van-halens-debut-a-look-back-at-the-album-that-changed-l-a/","id":347955,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The record wiped the the sunset strip clean of singer-songwriters, and changed rock music for decades to come. ","authors":[{"id":355362,"slug":"loudwirestaff","name":"Loudwire Staff","nickname":"Loudwire Staff","thumbnail":"http://loudwire.com/files/2017/10/LW-logo.png","url":"http://loudwire.com/author/loudwirestaff/"}],"video":true,"videoUrl":"https://youtu.be/A6m_VEjqs7g","youtubeId":"A6m_VEjqs7g"},"alternateData":{"_townsquare_media_url":"https://youtu.be/A6m_VEjqs7g","dynamic-lead-title":"Van Halen&apos;s Debut: A Look Back at the Album That Changed L.A.","dynamic-lead-excerpt":"","dynamic-lead-link-url":"","dynamic-lead-image":"","dynamic-lead-video":"0","ts3_alternate":{"title":"","excerpt":"","link-url":"","image":""},"_aioseop_title":"Van Halen&apos;s Debut: A Look Back at the Album That Changed L.A. "}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":3},"data":["1","2","3","4","5","6","7","8","9"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":337914,"title":"Home","titleExcerpt":"Home","href":"/?nav","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":337917,"title":"Rock","titleExcerpt":"","href":"/category/rock/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/rock/","hasBlogroll":true}},"3":{"menuId":"3","attrs":{"menuPostId":337916,"title":"Metal","titleExcerpt":"","href":"/category/metal/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/metal/","hasBlogroll":true}},"4":{"menuId":"4","attrs":{"menuPostId":337915,"title":"News","titleExcerpt":"","href":"/category/news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/news/","hasBlogroll":true}},"5":{"menuId":"5","attrs":{"menuPostId":337919,"title":"Songs","titleExcerpt":"","href":"/category/songs/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/songs/","hasBlogroll":true}},"6":{"menuId":"6","attrs":{"menuPostId":337918,"title":"Videos","titleExcerpt":"","href":"/category/videos/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/videos/","hasBlogroll":true}},"7":{"menuId":"7","attrs":{"menuPostId":337921,"title":"Lists","titleExcerpt":"","href":"/category/lists/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/lists/","hasBlogroll":true}},"8":{"menuId":"8","attrs":{"menuPostId":341272,"title":"Album Reviews","titleExcerpt":"","href":"/category/album-reviews/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/album-reviews/","hasBlogroll":true}},"9":{"menuId":"9","attrs":{"menuPostId":341958,"title":"Get the Loudwire App","titleExcerpt":"Get the Loudwire App","href":"/app","samedomain":true,"hasBlogroll":true}}},"redisCached":true},"carbonwidget/nav/main":{"info":{"id":"carbonwidget/nav/main","groupType":"carbonwidget/nav/main"},"params":{"widgetTime":1},"data":["1","2","3","4","5","6","7","8"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":171360,"title":"Home","titleExcerpt":"Home","href":"/?nav","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":112674,"title":"Rock","titleExcerpt":"Rock","href":"/category/rock/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/rock/","hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":112675,"title":"Metal","titleExcerpt":"Metal","href":"/category/metal/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/metal/","hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":98858,"title":"News","titleExcerpt":"News","href":"/category/news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/news/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":98868,"title":"Songs","titleExcerpt":"Songs","href":"/category/songs/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/songs/","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":235449,"title":"Videos","titleExcerpt":"Videos","href":"/category/videos/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/videos/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":238540,"title":"Lists","titleExcerpt":"Lists","href":"/loudwire-lists/","samedomain":true,"hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":327383,"title":"Loudwire Awards","titleExcerpt":"Loudwire Awards","href":"http://loudwireawards.com/","samedomain":false,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":2},"data":[],"dataDetails":{},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":2},"data":["comscore","1","2","3"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"Contact Us","href":"mailto:staff@loudwire.com"}},"2":{"menuId":"2","attrs":{"title":"Advertise","href":"http://www.townsquaremedia.com/national-media/advertise"}},"3":{"menuId":"3","attrs":{"title":"Privacy","href":"/privacy"}},"comscore":{"menuId":"comscore","attrs":{"title":"Loudwire Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":19.736,"mainOptionsTime":5.495,"sidebarsTime":7.53,"widgetsTime":16.443,"processTime":50.878},"experimentGroup":"A"},"serverConfig":{"host":"loudwire.com","ua":"python-requests/2.10.0"}},"listenLive":{},"nav":{},"newsletter":{},"ui":{},"weather":{},"youtube":{},"sweeps":{},"form":{"NavSearchForm":{"registeredFields":[{"name":"searchInput","type":"Field"}]}},"routing":{"locationBeforeTransitions":null},"events":{},"ads":{}}
          </script>
          <script src="//cdn.production.townsquareblogs.com/public/dist/main.bundle.js?ver=f6f5453a8cde7d0b301abb99888e7aca87cafa58"></script>
        </body>
      </html>