<!doctype html>
      <html class="single">
        <head>
          <title data-react-helmet="true">Dean Ween Group Release &#x27;Galveston&#x27; Cover for Hurricane Harvey Survivors</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="Dean Ween&#x27;s version of Glen Campbell&#x27;s 1969 hit will appear on an upcoming album to benefit those affected by the storm."/><meta data-react-helmet="true" name="keywords" content="dean ween galveston hurricane harvey"/><meta data-react-helmet="true" property="fb:app_id" content="322042254510234"/><meta data-react-helmet="true" property="fb:admins" content="100002025987268"/><meta data-react-helmet="true" property="fb:admins" content="581803834"/><meta data-react-helmet="true" property="og:title" content="Dean Ween Group Release &#x27;Galveston&#x27; Cover for Hurricane Harvey Survivors"/><meta data-react-helmet="true" property="og:description" content="Dean Ween&#x27;s version of Glen Campbell&#x27;s 1969 hit will appear on an upcoming album to benefit those affected by the storm."/><meta data-react-helmet="true" property="og:url" content="http://diffuser.fm/dean-ween-galveston-hurricane-harvey/"/><meta data-react-helmet="true" property="og:site_name" content="Diffuser.fm"/><meta data-react-helmet="true" property="og:type" content="blog"/><meta data-react-helmet="true" property="og:image" content="http://diffuser.fm/files/2015/12/beta-klein.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="@diffuserfm"/><meta data-react-helmet="true" name="sailthru.description" content="Dean Ween&#x27;s version of Glen Campbell&#x27;s 1969 hit will appear on an upcoming album to benefit those affected by the storm."/><meta data-react-helmet="true" name="sailthru.date" content="2017-09-08 10:32:06"/><meta data-react-helmet="true" name="sailthru.title" content="Dean Ween Group Release ‘Galveston’ Cover for Hurricane Harvey Survivors"/><meta data-react-helmet="true" name="sailthru.tags" content="tsmsite-diffuser, tsmmarket-national, tsmtype-national, dean-ween, news, songs"/><meta data-react-helmet="true" name="sailthru.author" content="jeffgiles"/><meta data-react-helmet="true" name="sailthru.image.full" content="http://diffuser.fm/files/2015/12/beta-klein.jpg"/><meta data-react-helmet="true" name="sailthru.image.thumb" content="http://diffuser.fm/files/2015/12/beta-klein.jpg"/><meta data-react-helmet="true" name="google-site-verification" content="EuZK5qX8nj7fKJf_M2t_IS4mMykhw8ahdLXGFXvlpcw"/><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://diffuser.production.townsquareblogs.com/files/2015/03/favicon1.gif"/><link data-react-helmet="true" id="design-fav" rel="shortcut icon" href="http://diffuser.production.townsquareblogs.com/files/2015/03/favicon1.gif"/><link data-react-helmet="true" rel="profile" href="http://gmpg.org/xfn/11"/><link data-react-helmet="true" rel="canonical" href="http://diffuser.fm/dean-ween-galveston-hurricane-harvey/"/>
          <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=606feada089780f65a6bd1208639d6ba3a8d1c5e&mver=16" rel="stylesheet" type="text/css" />
          
        <script type="text/javascript">
          window.TSM = window.TSM || {};
          window.TSM.abgroup = "A";
          window.TSM.cadata = {"activeDomain":"diffuser.fm","blogId":443,"method":"get_single","postId":260560,"postType":"post","postDateGmt":"2017-09-08 14:32:06.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":"jeffgiles","dimension2":"news,songs","dimension3":"dean-ween","dimension4":"post","dimension5":"Fri Sept 08 2017","dimension6":"10:32","dimension7":"standard","dimension8":"","dimension9":"A","dimension10":"yes"};
ga( "create", {
          trackingId:"UA-19109753-16",
          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-16"};
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":"Dean Ween Group Release 'Galveston' Cover for Hurricane Harvey Survivors","callsign":"TSM_DIFFUSER","market":"National","sitetype":"National","siteClassification":"","state":"NY","genre":"indie-alternative","pageType":"post","tags":"dean-ween","categories":"news,songs","mediaType":"video"}];
      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>
        (function(w,dl){
          if( dl && dl[0] ){
            dl = dl[0];
            w._oiqq = w._oiqq || [];
            var keywordMeta = document.querySelector( "meta[name='keywords']");
            _oiqq.push(["oiq_addPageBrand", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageBrand", "domain:" + location.hostname]);
            _oiqq.push(["oiq_addPageBrand", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "url_path:" + location.pathname]);
            _oiqq.push(["oiq_addPageCat", "meta_keywords:" + ( keywordMeta ? keywordMeta.content : "" ) ]);
            _oiqq.push(["oiq_addPageCat", "title:" + dl.title]);
            _oiqq.push(["oiq_addPageCat", "callsign:" + dl.callsign]);
            _oiqq.push(["oiq_addPageCat", "market:" + dl.market]);
            _oiqq.push(["oiq_addPageCat", "sitetype:" + dl.sitetype]);
            _oiqq.push(["oiq_addPageCat", "state:" + dl.state]);
            _oiqq.push(["oiq_addPageCat", "page_type:" + dl.pageType]);
            _oiqq.push(["oiq_addPageCat", "media_type:" + dl.mediaType]);
            _oiqq.push(["oiq_addPageCat", "day_of_week:" + dl.dayOfWeek]);
            _oiqq.push(["oiq_addPageCat", "newsletter_submission:" + (dl.newsletterSubmission || "no")]);
            _oiqq.push(["oiq_addPageCat", "period_of_day:" + dl.periodOfDay]);
            _oiqq.push(["oiq_addPageCat", "curated_referer:" + dl.curatedReferer]);
            _oiqq.push(["oiq_addPageCat", "genre:" + dl.genre]);
            _oiqq.push(["oiq_addPageCat", "tags:" + dl.tags]);
            _oiqq.push(["oiq_addPageCat", "categories:" + dl.categories]);
            _oiqq.push(["oiq_doTag"]);
            _oiqq.push(["oiq_addPageLifecycle", "cl3j"]);
          }
        })(window, window.dataLayer);
        (function() {
        var oiq = document.createElement("script"); oiq.type = "text/javascript"; oiq.async = true;
        oiq.src = document.location.protocol + "//px.owneriq.net/stas/s/5jp2n3.js";
        var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(oiq, s);
        })();
      </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=diffuser.fm"></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", ["news","songs"] );
googletag.pubads().setTargeting( "tags", ["dean-ween"] );
googletag.pubads().setTargeting( "id", "dean-ween-galveston-hurricane-harvey" );
googletag.pubads().setTargeting( "author", "jeffgiles" );
googletag.pubads().setTargeting( "kw", ["jeffgiles","dean-ween-galveston-hurricane-harvey","news","songs","dean-ween","pagetype-post"] );
googletag.pubads().setTargeting( "genre", ["indie-alternative"] );
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/Diffuser/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/Diffuser/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/Diffuser/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/Diffuser/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/Diffuser/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/Diffuser/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/Diffuser/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/Diffuser/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="-1037704930"><!-- 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" data-reactid="13"><a class="logo" href="/" itemprop="logo url" alt="Diffuser.fm" title="Diffuser.fm" data-reactid="14"><img src="http://diffuser.fm/files/2017/10/diffuser-logo-white-trim.png" alt="Diffuser.fm" title="Diffuser.fm" 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="/" data-reactid="22">Home</a></li><li class="hassub" data-reactid="23"><a href="/category/news/" data-reactid="24">News</a><div class="submenu no-data" data-reactid="25"></div></li><li class="hassub" data-reactid="26"><a href="/alternative-rock-lists/" data-reactid="27">Lists</a></li><li class="hassub" data-reactid="28"><a href="/category/songs/" data-reactid="29">Songs</a><div class="submenu no-data" data-reactid="30"></div></li><li class="hassub" data-reactid="31"><a href="/category/official-music-videos" data-reactid="32">Videos</a><div class="submenu no-data" data-reactid="33"></div></li><li class="hassub" data-reactid="34"><a href="/category/exclusive/" data-reactid="35">Exclusives</a><div class="submenu no-data" data-reactid="36"></div></li><li class="hassub" data-reactid="37"><a href="/category/anniversaries/" data-reactid="38">Rock History</a><div class="submenu no-data" data-reactid="39"></div></li><li class="hassub" data-reactid="40"><a href="/365-prince-songs-in-a-year/" data-reactid="41">365 Prince Songs</a></li></ul><div class="site-menu-right" data-reactid="42"><ul class="social-links" data-reactid="43"><li class="social" data-reactid="44"><a class="share-link youtube" href="https://youtube.com/user/diffuserfm" target="_blank" data-social="youtube" data-reactid="45"><span class="icon-base icon-youtube" data-reactid="46"></span></a></li><li class="social" data-reactid="47"><a class="share-link facebook" href="https://www.facebook.com/diffuser" target="_blank" data-social="facebook" data-reactid="48"><span class="icon-base icon-facebook" data-reactid="49"></span></a></li><li class="social" data-reactid="50"><a class="share-link twitter" href="https://twitter.com/diffuserfm" target="_blank" data-social="twitter" data-reactid="51"><span class="icon-base icon-twitter" data-reactid="52"></span></a></li><ul class="social-subscriptions" data-reactid="53"><li class="sub-instagram " data-reactid="54"><a href="https://www.instagram.com/diffuserfm" target="_blank" data-reactid="55">INSTAGRAM</a></li><li class="share_link_small youtube sub-youtube" data-reactid="56"><span class="youtube-subscribe-button " data-reactid="57"></span></li><li class="sub-facebook" data-reactid="58"></li><li class="sub-twitter" data-reactid="59"></li></ul></ul><div id="search-form" class="" data-reactid="60"><div class="form-wrap" data-reactid="61"><form data-reactid="62"><input type="text" name="searchInput" value="" class="search-input" placeholder="Search" data-reactid="63"/><input type="submit" class="search-submit" disabled="" value="SEARCH" data-reactid="64"/></form></div><div class="icon-base icon-search" data-reactid="65"></div></div></div><div class="site-screen select-none" data-reactid="66"></div></div></nav></div><ul class="promo-links" data-reactid="67"><li data-reactid="68"><span data-reactid="69">Trending:</span></li><li data-reactid="70"><a title="Depeche Mode Tour Dates" href="/depeche-mode-2018-north-american-tour/" data-reactid="71">Depeche Mode Tour Dates</a></li><li data-reactid="72"><a title="2018 Grammys" href="/foo-fighters-2018-grammy/" data-reactid="73">2018 Grammys</a></li><li data-reactid="74"><a title="MGMT Album and Tour Details" href="/mgmt-little-dark-age-2018-tour-release-date-track-listing/" data-reactid="75">MGMT Album and Tour Details</a></li><li data-reactid="76"><a title="Jack White Tour Dates" href="/jack-white-2018-north-american-tour/" data-reactid="77">Jack White Tour Dates</a></li><li data-reactid="78"><a title="2018 Festival Guide" href="/2018-music-festival-guide/" data-reactid="79">2018 Festival Guide</a></li><li data-reactid="80"><a title="365 Prince Songs" href="/365-prince-songs-in-a-year/" data-reactid="81">365 Prince Songs</a></li></ul></div><div class="tsm-ad tsm-ad-nav-970" data-reactid="82"><div id="tsm-ad-970a" data-reactid="83"><!-- dynamic ad --></div></div><div class="site-content clearfix" data-reactid="84"><div class="main-content" data-reactid="85"><div class="wrapper post-wrapper" data-reactid="86"><div class="post clearfix" data-reactid="87"><div class="entry" data-reactid="88"><article id="post-260560" data-location="/dean-ween-galveston-hurricane-harvey/" data-index="0" data-reactid="89"><div class="page-header" data-reactid="90"><div class="content-header show-ui front" id="content-header-260560" data-reactid="91"><div class="internal-header outgrow  " style="max-height:0px;" data-reactid="92"></div><div class="content-header-header" data-reactid="93"><div class="react-parallax " data-reactid="94"><div class="react-parallax-background-children" data-bottom-top="transform:translate3d(0,-20%,0);" data-top-bottom="transform:translate3d(0,20%,0);" data-reactid="95"><figure class="frameme img-tag frame-loaded" data-reactid="96"><div class="theframe" data-image="http://diffuser.fm/files/2015/12/beta-klein.jpg" rel="" title="" style="background-image:url(&quot;http://diffuser.fm/files/2015/12/beta-klein.jpg?w=980&amp;q=75&quot;);" data-reactid="97"></div></figure></div><div class="react-parallax-content" data-reactid="98"><figure class="frameme img-tag" data-reactid="99"><div class="theframe" data-image="http://diffuser.fm/files/2015/12/beta-klein.jpg" rel="" title="" data-reactid="100"></div><div class="loadinganim showbox" id="0" data-reactid="101"><div class="loader" style="width:30px;height:30px;" data-reactid="102"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="103"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="104"></circle></svg></div></div></figure></div></div><div class="header" data-reactid="105"><section class="title " data-reactid="106"><h1 class="" data-reactid="107">Dean Ween Group Release ‘Galveston’ Cover for Hurricane Harvey Survivors</h1></section><div class="byline" data-reactid="108"><div class="authors" data-reactid="109"><address class="author" data-reactid="110"><div class="author-image icon-user" data-reactid="111"><figure class="frameme" data-reactid="112"><a class="theframe" data-image="http://ultimateclassicrock.com/files/2012/11/Jeff-Giles1.jpg" href="http://diffuser.fm/author/jeffgiles/" rel="author" title="Jeff Giles" data-reactid="113"></a><div class="loadinganim showbox" id="0" data-reactid="114"><div class="loader" style="width:30px;height:30px;" data-reactid="115"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="116"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="117"></circle></svg></div></div></figure></div><a class="author-name" href="http://diffuser.fm/author/jeffgiles/" rel="author" title="Jeff Giles" data-reactid="118">Jeff Giles</a></address></div><time datetime="2017-09-08 14:32:06 +0000" data-reactid="119">September 8, 2017</time></div><figcaption title="Beta Klein" data-reactid="120">Beta Klein</figcaption></div></div></div></div><div class="content-wrap" data-reactid="121"><div class="social-share bignsexy" data-reactid="122"><div class="social-bar social-icons" data-reactid="123"><ul data-reactid="124"><li data-reactid="125"><a href="http://twitter.com/intent/tweet?text=Dean%20Ween%20Group%20Release%20%E2%80%98Galveston%E2%80%99%20Cover%20for%20Hurricane%20Harvey%20Survivors%20http%3A%2F%2Fdiffuser.fm%2Fdean-ween-galveston-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40diffuserfm" title="Share on Twitter" target="_blank" data-reactid="126"><span class=" social-icon icon-twitter tw" data-reactid="127"><span class="share-title" data-reactid="128">Share on Twitter</span></span></a></li><li data-reactid="129"><a href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdiffuser.fm%2Fdean-ween-galveston-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile" title="Share on Facebook" target="_blank" data-reactid="130"><span class=" social-icon icon-facebook fb" data-reactid="131"><span class="share-title" data-reactid="132">Share on Facebook</span></span></a></li></ul></div></div><div class="content" data-reactid="133"><div class="pod-content" data-reactid="134"><div class="lazyload-placeholder oembed-lazyload-placeholder" data-reactid="135"></div><p data-reactid="136"><!-- react-text: 137 -->The <!-- /react-text --><a href="http://diffuser.fm/tags/dean-ween/" data-reactid="138"><!-- react-text: 139 -->Dean Ween<!-- /react-text --></a><!-- react-text: 140 --> Group have released a cover of the Jimmy Webb classic &quot;Galveston&quot; as part of an upcoming album dedicated to helping survivors of <!-- /react-text --><a href="https://weather.com/storms/hurricane/news/tropical-storm-harvey-forecast-texas-louisiana-arkansas" target="_blank" data-reactid="141"><!-- react-text: 142 -->Hurricane Harvey<!-- /react-text --></a><!-- react-text: 143 -->.<!-- /react-text --></p><p data-reactid="144">Ween, who says he was the first artist approached to contribute to the LP, wasted no time — as he told fans in the YouTube description for the video, the group&#x27;s version of &quot;Galveston&quot; was recorded Sept. 6 and uploaded the following day. It&#x27;s just the latest Ween-related effort to help victims of the storm&#x27;s horrific damage, following a fundraiser spearheaded by the Ween Appreciation Society that&#x27;s raised more than $4,000 as of this writing.</p><div class="sharethrough-container" data-reactid="145"><div class="tsm-ad tsm-ad-oop" data-reactid="146"><div id="tsm-ad-sharethrough-oop-1" data-reactid="147"><!-- dynamic ad --></div></div></div><p data-reactid="148"><!-- react-text: 149 -->&quot;We in [New Jersey] have been through this before and it is indescribable. Without the support of others we would have been in very serious trouble,&quot; wrote Ween, referring to 2012&#x27;s <!-- /react-text --><a href="http://ultimateclassicrock.com/hurricane-sandy-rock-stars-react/" target="_blank" data-reactid="150"><!-- react-text: 151 -->Hurricane Sandy<!-- /react-text --></a><!-- react-text: 152 -->. Ween called the song, a No. 4 hit for <!-- /react-text --><a href="http://ultimateclassicrock.com/glen-campbell-dead/" target="_blank" data-reactid="153"><!-- react-text: 154 -->Glen Campbell<!-- /react-text --></a><!-- react-text: 155 --> in 1969, &quot;an anthem of Galveston Island, Texas&quot; and added, &quot;Even Gov. Christie showed that he truly cared, I saw him at every town hall meeting, obviously exhausted — but the volunteers poured in from across the country to help us rebuild. some of my friends are still displaced though, four years later.&quot;<!-- /react-text --></p><p data-reactid="156"><!-- react-text: 157 -->While waiting for word regarding the rest of the album, Ween fans — and anyone with the inclination and resources to chip in toward the massive rebuilding effort under way in the Gulf Coast — can visit the Appreciation Society&#x27;s <!-- /react-text --><a href="https://www.gofundme.com/WASHurricaneHarveySupport?fref=gc&amp;dti=305125546293436" target="_blank" data-reactid="158"><!-- react-text: 159 -->GoFundMe campaign page<!-- /react-text --></a><!-- react-text: 160 --> to contribute. With Hurricane Irma already <!-- /react-text --><a href="http://www.cnn.com/2017/09/07/us/hurricane-irma-caribbean-florida/index.html" target="_blank" data-reactid="161"><!-- react-text: 162 -->wreaking further havoc<!-- /react-text --></a><!-- react-text: 163 --> in the Atlantic and more storms already brewing, efforts like this one will be needed more than ever. And Ween&#x27;s in good company: all five living ex-U.S. presidents have <!-- /react-text --><a href="https://www.nytimes.com/2017/09/07/us/hurricane-harvey-fund-presidents.html?mcubz=1" target="_blank" data-reactid="164"><!-- react-text: 165 -->banded together<!-- /react-text --></a><!-- react-text: 166 --> to spearhead a relief effort they&#x27;ve dubbed the <!-- /react-text --><a href="https://www.oneamericaappeal.org" target="_blank" data-reactid="167"><!-- react-text: 168 -->One America Appeal<!-- /react-text --></a><!-- react-text: 169 -->.<!-- /react-text --></p><div data-reactid="170"><p style="text-align: center;"><strong>Ween + The Best Live Album Titles Ever</strong></p>
</div><div class="photogallery-wrapper sliding-photogallery" data-reactid="171"><div class="photogallery-container" id="photogallery-443-216876-0" data-reactid="172"><div class="sizer" data-reactid="173"></div><div class="loadinganim showbox" id="0" data-reactid="174"><div class="loader" style="width:30px;height:30px;" data-reactid="175"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="176"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" style="stroke:#fff;" data-reactid="177"></circle></svg></div></div></div><!-- react-text: 178 --><!-- /react-text --></div></div></div><div class="content-footer" data-reactid="179"><div class="single-post-button cto-container" data-reactid="180"><a class="next-post cto" href="http://ultimateclassicrock.com/pink-floyd-dean-ween-echoes/" target="_blank" data-reactid="181">Dean Ween Tackles Pink Floyd</a></div><!-- react-empty: 182 --><div class="lazyload-placeholder zergnet-lazyload-placeholder" data-reactid="183"></div><!-- react-text: 184 --><!-- /react-text --><div class="tags-lines" data-reactid="185"><div class="wrapper" data-reactid="186"><span data-reactid="187"><!-- react-text: 188 -->Filed Under<!-- /react-text --><!-- react-text: 189 -->: <!-- /react-text --></span><span data-reactid="190"><!-- react-text: 191 --><!-- /react-text --><a href="http://diffuser.fm/tags/dean-ween/" data-reactid="192">Dean Ween</a></span></div><div class="wrapper" data-reactid="193"><span data-reactid="194"><!-- react-text: 195 -->Categories<!-- /react-text --><!-- react-text: 196 -->: <!-- /react-text --></span><span data-reactid="197"><!-- react-text: 198 --><!-- /react-text --><a href="http://diffuser.fm/category/news/" data-reactid="199">News</a></span><span data-reactid="200"><!-- react-text: 201 -->, <!-- /react-text --><a href="http://diffuser.fm/category/songs/" data-reactid="202">Songs</a></span></div></div><div class="comments-wrapper" data-reactid="203"><div class="comments" data-reactid="204"><div data-reactid="205"><span class="icon-comments" data-reactid="206"></span><i data-reactid="207">Comments</i><span class="fb-comments-count" data-href="http://diffuser.fm/dean-ween-galveston-hurricane-harvey/" data-reactid="208"></span><span class="icon-triangle-down" data-reactid="209"></span></div><div class="cto" data-reactid="210">Leave A Comment</div></div></div><div class="goto-top-container outgrow" data-reactid="211"><a class="goto-top icon-triangle-left" href="javascript:void(0);" title="Go To Top" data-index="0" data-reactid="212">Back To Top</a></div></div></div></article></div></div></div></div><aside class="main-aside" data-reactid="213"><div class="aside-inside" data-reactid="214"><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-24" data-reactid="215"><div class="wrapper clearfix" data-reactid="216"><div class="fix_sidebar_marker" data-reactid="217"></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1101" data-reactid="218"><header data-reactid="219"><h2 data-reactid="220"><span class="title-container" data-reactid="221">Special Features</span><!-- react-text: 222 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="223"><section id="ts_blogroll-1101" class="blogroll carousel slider dl align-right" data-reactid="224"><div class="slider blogroll-items" data-reactid="225"><div class="sizer" data-reactid="226"></div><div class="mover slide" data-reactid="227"><article class="item title-over-image" data-reactid="228"><figure class="frameme" data-reactid="229"><a class="theframe" data-image="http://diffuser.fm/files/2018/01/GettyImages-584672116.jpg" href="http://diffuser.fm/2018-music-festival-guide/" rel="" title="2018 Summer Music Festival Guide" data-reactid="230"></a><div class="loadinganim showbox" id="0" data-reactid="231"><div class="loader" style="width:30px;height:30px;" data-reactid="232"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="233"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="234"></circle></svg></div></div></figure><div class="content" data-reactid="235"><a href="http://diffuser.fm/2018-music-festival-guide/" title="2018 Summer Music Festival Guide" class="title" data-reactid="236">2018 Summer Music Festival Guide</a></div></article></div><div class="previous icon-arrow-thin-left arrow icon-base round always-visible" title="Previous" data-reactid="237"></div><div class="next icon-arrow-thin-right arrow icon-base round always-visible" title="Next" data-reactid="238"></div></div></section></div></section><section class="sidebar-section widget-fix_sidebar_marker" id="fix_sidebar_marker-21" data-reactid="239"><div class="wrapper clearfix" data-reactid="240"><div class="fix_sidebar_marker" data-reactid="241"></div></div></section><section class="sidebar-section widget-google-ads-widget" id="google-ads-widget-727" data-reactid="242"><div class="wrapper clearfix" data-reactid="243"><div class="widget-content" data-reactid="244"><div class="tsm-ad tsm-ad-300" data-reactid="245"><div id="tsm-ad-300a" data-reactid="246"><!-- dynamic ad --></div></div></div></div></section><section class="sidebar-section widget-tsq_sailthru_newsletter_widget" id="tsq_sailthru_newsletter_widget-644" data-reactid="247"><div class="wrapper clearfix" data-reactid="248"><div class="widget-content" data-reactid="249"><div data-reactid="250"><form method="post" class="newsletter-frame clearfix" data-reactid="251"><div class="content clearfix" data-reactid="252"><p class="title" data-reactid="253">Get our Newsletter</p><div class="newsletter-fields vertical-center" data-reactid="254"><div class="vertical-centered" data-reactid="255"><input type="text" name="email" value="" class="sailthru-email" autocomplete="off" data-reactid="256"/><input type="email" name="sailthru-sub" placeholder="Email Address" value="" data-reactid="257"/></div></div></div></form></div></div></div></section><section class="sidebar-section widget-ts_blogroll" id="ts_blogroll-1102" data-reactid="258"><header data-reactid="259"><h2 data-reactid="260"><span class="title-container" data-reactid="261">Latest Articles</span><!-- react-text: 262 --><!-- /react-text --></h2></header><div class="wrapper clearfix" data-reactid="263"><div class="widget-content blogroll-widget blogroll sidebar-row-standard" data-reactid="264"><div class="blogroll-inner clearfix" data-reactid="265"><article class="" data-reactid="266"><figure class="frameme" data-reactid="267"><a class="theframe" data-image="http://diffuser.fm/files/2018/02/PrinceIce.jpg" href="http://diffuser.fm/prince-vanilla-ice-i-love-you/" rel="" title="Prince Helps Vanilla Ice Say &amp;apos;I Love You&amp;apos; - 365 Prince Songs in a" data-reactid="268"></a><div class="loadinganim showbox" id="0" data-reactid="269"><div class="loader" style="width:30px;height:30px;" data-reactid="270"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="271"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="272"></circle></svg></div></div></figure><div class="content" data-reactid="273"><a href="http://diffuser.fm/prince-vanilla-ice-i-love-you/" title="Prince Helps Vanilla Ice Say &#x27;I Love You&#x27; - 365 Prince Songs in a" class="title" data-reactid="274">Prince Helps Vanilla Ice Say &#x27;I Love You&#x27; - 365 Prince Songs in a</a></div></article><article class="" data-reactid="275"><figure class="frameme" data-reactid="276"><a class="theframe" data-image="http://diffuser.fm/files/2018/02/Red-Hot-Chili-Peppers-and-Pipers.jpg" href="http://diffuser.fm/red-hot-chili-pipers/" rel="" title="Bagpipes Get in the Way of Romantic Red Hot Chili Peppers Concert" data-reactid="277"></a><div class="loadinganim showbox" id="0" data-reactid="278"><div class="loader" style="width:30px;height:30px;" data-reactid="279"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="280"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="281"></circle></svg></div></div></figure><div class="content" data-reactid="282"><a href="http://diffuser.fm/red-hot-chili-pipers/" title="Bagpipes Get in the Way of Romantic Red Hot Chili Peppers Concert" class="title" data-reactid="283">Bagpipes Get in the Way of Romantic Red Hot Chili Peppers Concert</a></div></article><article class="" data-reactid="284"><figure class="frameme" data-reactid="285"><a class="theframe" data-image="http://diffuser.fm/files/2018/02/Screen-Shot-2018-02-14-at-7.49.30-AM.jpg" href="http://diffuser.fm/eddie-vedder-depeche-mode-personal-jesus/" rel="" title="Eddie Vedder and Friends Cover Depeche Mode&amp;apos;s &amp;apos;Personal Jesus&amp;apos;" data-reactid="286"></a><div class="loadinganim showbox" id="0" data-reactid="287"><div class="loader" style="width:30px;height:30px;" data-reactid="288"><svg class="circular" viewBox="25 25 50 50" style="width:30px;height:30px;" data-reactid="289"><circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="4" stroke-miterlimit="10" data-reactid="290"></circle></svg></div></div></figure><div class="content" data-reactid="291"><a href="http://diffuser.fm/eddie-vedder-depeche-mode-personal-jesus/" title="Eddie Vedder and Friends Cover Depeche Mode&#x27;s &#x27;Personal Jesus&#x27;" class="title" data-reactid="292">Eddie Vedder and Friends Cover Depeche Mode&#x27;s &#x27;Personal Jesus&#x27;</a></div></article></div></div></div></section></div></aside></div><section class="site-footer" data-reactid="293"><footer data-reactid="294"><div class="links clearfix" data-reactid="295"><div class="logo" data-reactid="296"></div><div class="details" data-reactid="297"><h2 data-reactid="298">Information</h2><ul data-reactid="299"><li data-reactid="300"><a title="Loudwire Network" class="" data-reactid="301">Loudwire Network</a></li><li data-reactid="302"><a title="Contact" href="mailto:staff@diffuser.fm" class="" data-reactid="303">Contact</a></li><li data-reactid="304"><a title="Staff" href="/staff-contact-info/" class="" data-reactid="305">Staff</a></li><li data-reactid="306"><a title="Privacy" href="/privacy" class="" data-reactid="307">Privacy</a></li><li data-reactid="308"><a title="Advertise" href="http://www.townsquaremedia.com/national-media/advertise" class="" data-reactid="309">Advertise</a></li></ul></div><div class="social-links" data-reactid="310"><h2 data-reactid="311">Follow Us</h2><ul data-reactid="312"><li class="social" data-reactid="313"><a class="share_link youtube" href="https://www.youtube.com/user/diffuserfm" target="_blank" data-social="youtube" data-reactid="314"><span class="icon-youtube" data-reactid="315"></span></a></li><li class="social" data-reactid="316"><a class="share_link facebook" href="https://www.facebook.com/diffuser" target="_blank" data-social="facebook" data-reactid="317"><span class="icon-facebook" data-reactid="318"></span></a></li><li class="social" data-reactid="319"><a class="share_link twitter" href="https://twitter.com/diffuserfm" target="_blank" data-social="twitter" data-reactid="320"><span class="icon-twitter" data-reactid="321"></span></a></li></ul></div></div><div class="legal" data-reactid="322"><!-- react-text: 323 -->2018<!-- /react-text --><!-- react-text: 324 --> <!-- /react-text --><!-- react-text: 325 -->Diffuser.fm<!-- /react-text --><!-- react-text: 326 --> is part of the Loudwire Network<!-- /react-text --><!-- react-text: 327 -->, Townsquare Media, Inc. All rights reserved.<!-- /react-text --></div></footer></section></div><section class="bottom-components" data-reactid="328"><!-- react-empty: 329 --><div id="bottom-not-ads" data-reactid="330"><div class="tsm-ad tsm-ad-728" data-reactid="331"><div id="tsm-ad-728b" data-reactid="332"><!-- dynamic ad --></div></div></div></section></div></div></div>
          <script>
            window.__INITIAL_STATE__ = {"gallery":{},"internalads":{},"json":{"response":{"options":{"method":"get_single","adPageType":"post","mediaType":"video","loyalty_restricted":false,"methodSubType":null,"blogId":443,"postId":260560,"url":"/dean-ween-galveston-hurricane-harvey/","unfriendlyRequestUrl":"/dean-ween-galveston-hurricane-harvey/","requestUrl":"/dean-ween-galveston-hurricane-harvey/","blogOptions":{"aioseop_options":{"aiosp_can":"on","aiosp_donate":null,"aiosp_home_title":"Diffuser","aiosp_home_description":"Alternative and indie rock music news.","aiosp_home_keywords":"","aiosp_max_words_excerpt":null,"aiosp_rewrite_titles":"on","aiosp_post_title_format":"%post_title%","aiosp_page_title_format":"%page_title% - Diffuser","aiosp_category_title_format":"%category_title% - Diffuser","aiosp_archive_title_format":"%date% - Diffuser","aiosp_tag_title_format":"%tag% News","aiosp_search_title_format":"%search% - Diffuser","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":"Indie Rock and Alternative Music News","blogname":"Diffuser.fm","carbonUiUpdateCounter":"16","design_option_live":{"page_bg":"FFD9DCDD","page_head_bg":"00444444","primary_bg":"FFFFFFFF","secondary_bg":"FF171717","mdl_head_bg":"FF000000","main_nav_hue":"FFFFFFFF","nav_hover_hue":"FFAEB3B2","primary_hue":"FF000000","secondary_hue":"FF000000","primary_head_hue":"FF000000","secondary_head_hue":"FF000000","primary_active_hue":"FF000000","secondary_active_hue":"FF616263","accent_hue":"FFFF4901","header_link_hue":"FF000000","footer_link_hue":"FF000000","primary_mdl_bg":"FFE9E9E9","primary_mdl_hue":"FF000000","secondary_mdl_bg":"00777777","secondary_mdl_hue":"FF000000","standout_bg":"FFFF4901","mobile_primary_color":"FF000000","mobile_secondary_color":"FFFF4901","iv_primary_color":"FF646473","iv_secondary_color":"FFFF4901","iv_tertiary_color":"FFFFFFFF","iv_html_color":"FFD8DCDD","iv_container_color":"FFFFFFFF","iv_html_bg":"","iv_body_bg":"","iv_logo":"","iv_logo_trim":"","carbon_logo_bg":"FFFFFFFF","carbon_showticker_bg":"FFFFFFFF","events_app_primary_color":"FFFF4901","events_app_secondary_color":"FF1A1A1A","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://diffuser.fm/files/2017/10/diffuser-bg1.jpg","carbon_logo_img":"http://diffuser.fm/files/2017/10/diffuser-logo-white-trim.png","carbon_promo_bg_img":"http://diffuser.fm/files/2017/10/diffuser-promo1.jpg","page_img":"","body_img":"http://diffuser.production.townsquareblogs.com/files/2015/03/background3.jpg","square_logo_img":"","logo_img":"http://diffuser.production.townsquareblogs.com/files/2015/11/diffuser1161.png","logo_img_trim":"http://diffuser.production.townsquareblogs.com/files/2015/03/smalllogo.png","logo_img_light":"http://diffuser.production.townsquareblogs.com/files/2015/11/diffuser-light116.png","logo_img_dark":"http://diffuser.production.townsquareblogs.com/files/2015/11/diffuser1161.png","header_img":"http://diffuser.production.townsquareblogs.com/files/2015/03/mobileheader.jpg","placeholder_img":"","page_head_img":"","favicon_img":"http://diffuser.production.townsquareblogs.com/files/2015/03/favicon1.gif","top_banner_img":"dark","title":"Diffuser 2017","ID":"0","designer":"Adrian","comment":"carbon v2","action":"edit","editor":"Anibal Rosado","editorID":115931,"siteID":"443","timestamp":1508353681,"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":"100002025987268,581803834","moderator_appid":"322042254510234","colorscheme":"","show_like":"yes","show_comments":"yes","show_commentscount":"no","action":"like"},"facebook_app":{"id":"322042254510234","fanpage":"https://www.facebook.com/diffuser","plugins":{"facebook-like-button":"1","facebook-authentication":"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":"Diffuser","site_template_theme_meta":{"template-tone":"1","listen-live-bar":"block","sidebar-widgets-header":"block","next-page-offset":"11"},"social_overlay":{"fb":"1","nl":"1","colors":{"background-color":"#000000","color":"#ffffff"},"wrapper":{"divider":"#ffffff","button":"#d7d7d5","button-font":"#000000"},"logo":"http://diffuser.fm/files/2014/06/diffuser.png"},"timezone_string":"America/New_York","townsquare_ad_version":"dfp6","tpsoip-jsfileid":"5jp2n3","tpsoip-pagelifecycle":"cl3j","ts-templates-carbon-homepage-id":"262896","ts-templates-homepage-id":"45809","ts-templates-mobile-homepage-id":"45809","tsc_category_sidebars":{"news":"home-right","original-features":"home-right","music-lists":"home-right","songs":"home-right","festivals":"tsc_custom_festival-fever","2013-festival-news":"tsc_custom_festival-fever","8035-festival":"tsc_custom_festival-fever","austin-city-limits":"tsc_custom_festival-fever","beale-street-music-festival":"tsc_custom_festival-fever","austin-psych-fest":"tsc_custom_festival-fever","bestival":"tsc_custom_festival-fever","bonnaroo":"tsc_custom_festival-fever","boston-calling":"tsc_custom_festival-fever","bumbershoot":"tsc_custom_festival-fever","camp-bisco":"tsc_custom_festival-fever","capitol-hill-block-party":"tsc_custom_festival-fever","cbgb-festival":"tsc_custom_festival-fever","cmj":"tsc_custom_festival-fever","coachella":"tsc_custom_festival-fever","crossing-brooklyn-ferry":"tsc_custom_festival-fever","ct5-festival":"tsc_custom_festival-fever","electric-daisy-carnival":"tsc_custom_festival-fever","fall-line-fest":"tsc_custom_festival-fever","festival-features":"tsc_custom_festival-fever","festival-nrmal":"tsc_custom_festival-fever","festival-supreme":"tsc_custom_festival-fever","firefly-festival":"tsc_custom_festival-fever","forecastle-festival":"tsc_custom_festival-fever","free-press-summer-festival":"tsc_custom_festival-fever","full-moon":"tsc_custom_festival-fever","fyf-fest":"tsc_custom_festival-fever","glastonbury":"tsc_custom_festival-fever","governors-ball":"tsc_custom_festival-fever","grove-music-festival":"tsc_custom_festival-fever","hangout-music-fest":"tsc_custom_festival-fever","hard-rock-calling":"tsc_custom_festival-fever","hootenanny":"tsc_custom_festival-fever","hop-farm-music-festival":"tsc_custom_festival-fever","ibiza-rocks":"tsc_custom_festival-fever","hopscotch-festival":"tsc_custom_festival-fever","itunes-festival":"tsc_custom_festival-fever","kahbang":"tsc_custom_festival-fever","kanrocksas":"tsc_custom_festival-fever","ladyfest":"tsc_custom_festival-fever","laneway":"tsc_custom_festival-fever","latitude-festival":"tsc_custom_festival-fever","lollapalooza":"tsc_custom_festival-fever","loufest":"tsc_custom_festival-fever","made-in-america":"tsc_custom_festival-fever","maverick-music-festival":"tsc_custom_festival-fever","montreal-international-jazz-festival":"tsc_custom_festival-fever","mountain-jam":"tsc_custom_festival-fever","mountain-oasis":"tsc_custom_festival-fever","musicfestnw":"tsc_custom_festival-fever","nelsonville-music-festival":"tsc_custom_festival-fever","newport-folk-festival":"tsc_custom_festival-fever","nyc-popfest":"tsc_custom_festival-fever","optimus-alive":"tsc_custom_festival-fever","optimus-primavera-sound":"tsc_custom_festival-fever","orion":"tsc_custom_festival-fever","osheaga":"tsc_custom_festival-fever","ottawa-bluesfest":"tsc_custom_festival-fever","outside-lands":"tsc_custom_festival-fever","pitchfork-music-festival":"tsc_custom_festival-fever","primavera-sound":"tsc_custom_festival-fever","pukkelpop":"tsc_custom_festival-fever","punk-rock-bowling":"tsc_custom_festival-fever","quebec-city-summer-festival":"tsc_custom_festival-fever","riot-fest":"tsc_custom_festival-fever","rock-in-rio":"tsc_custom_festival-fever","rock-werchter":"tsc_custom_festival-fever","roskilde":"tsc_custom_festival-fever","sasquatch":"tsc_custom_festival-fever","savannah-stopover":"tsc_custom_festival-fever","skate-and-surf":"tsc_custom_festival-fever","sled-island":"tsc_custom_festival-fever","solid-sound":"tsc_custom_festival-fever","sonar":"tsc_custom_festival-fever","summerfest":"tsc_custom_festival-fever","sunset-strip-music-fest":"tsc_custom_festival-fever","sxsw":"tsc_custom_festival-fever","t-in-the-park":"tsc_custom_festival-fever","tokyo-rocks":"tsc_custom_festival-fever","uproar":"tsc_custom_festival-fever","v-festival":"tsc_custom_festival-fever","voodoo-experience":"tsc_custom_festival-fever","warped-tour":"tsc_custom_festival-fever","way-over-yonder":"tsc_custom_festival-fever","yahoo-on-the-road":"tsc_custom_festival-fever","free-downloads":"home-right","contests":"home-right"},"tsc_tag_sidebars":{},"_station_info":{"sitetype":"National","market":"National","genre":{"0":"indie-alternative"},"callsign":"TSM_DIFFUSER","callletters":"Diffuser","legalname":"Diffuser.fm","siteclassification":"","street":"","street-2":"","city":"","state":"NY","zip":"","phone":"","helpline":"","studioline":"","officeline":"","officehours":"","email":"","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.diffuserfm@townsquaredigital.com","mobile-app-media-submission-email":"media.submit.diffuserfm@townsquaredigital.com","public-record-administrator-name":"","public-record-administrator-email":"","fcc-online-public-file-url":"","feedbackurl":"","biz-list-url":"","amazon_affiliate":"","yieldmo_placement":"ym_1179546985307683362","jwplayer":"","twitter_handle":"diffuserfm","youtube_handle":"diffuserfm","youtube_channel_id":"","instagram_handle":"diffuserfm","rss_icon":"1","comscore-label":"Loudwire"},"_station_logos":{"facebook-logo":"http://diffuser.fm/files/2015/03/facebookicon.jpg","admin-icon-logo":"http://diffuser.fm/files/2015/03/32X32.jpg","apple-low-res":"http://diffuser.fm/files/2015/03/57X57.png","apple-ipad":"http://diffuser.fm/files/2015/03/72x72.png","apple-high-res":"http://diffuser.fm/files/2015/03/114x114.png","rss-logo":"http://diffuser.fm/files/2015/03/RSSlogo.png","syndication-attribution":"http://diffuser.fm/files/2013/11/diffuser-140x30-syndication.png"},"_station_settings":{"default_show_image":""},"_townsquare_user_registration_settings":{"registration-confirmation":"yes","use-short-form":"yes","use-captcha":"yes","show-welcome":"no","disable-registration":"yes","javascript-links":"no","profile_language":{"registration":{"lightbox_title":"Registration Diffuser.fm","lightbox_message":"Sign up for an account to comment, share your thoughts, and earn points to get great prizes.","lightbox_button":"Registration","page_signup_title":"Registration","page_signup_message":"Sign up now to earn points and get closer to all of those rewards and benefits! 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 racking up some points, and leaving comments for your favorite djs.","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 this Diffuser.fm.","edit_contact_sms_subscribe":"I want to receive SMS text updates from Diffuser.fm."}},"requires-confirmation":"no"},"blogInfo":{"blogId":443,"blogName":"Diffuser.fm","blogDescription":"Indie Rock and Alternative Music News","postTitleFormat":"%post_title%","timeZone":"America/New_York","market":"National","activeDomain":"diffuser.fm","legalName":"Diffuser.fm"}},"globalBlogOptions":{"google_maps_default_api_key":"AIzaSyCcIkjOyxS9DtubyqzLX2Sbancl83fKon4","gtmSiteId":"GTM-K346HJZ","kruxSiteId":"rwjnisqy1","loyalty_title_443":"Diffuser.fm","kruxEnabled":true,"oipEnabled":true},"headers":{"title":[{"textContent":"Dean Ween Group Release 'Galveston' Cover for Hurricane Harvey Survivors"}],"meta":[{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}},{"attrs":{"charset":"UTF-8"}},{"attrs":{"name":"description","content":"Dean Ween's version of Glen Campbell's 1969 hit will appear on an upcoming album to benefit those affected by the storm."}},{"attrs":{"name":"keywords","content":"dean ween galveston hurricane harvey"}},{"attrs":{"property":"fb:app_id","content":"322042254510234"}},{"attrs":{"property":"fb:admins","content":"100002025987268"}},{"attrs":{"property":"fb:admins","content":"581803834"}},{"attrs":{"property":"og:title","content":"Dean Ween Group Release 'Galveston' Cover for Hurricane Harvey Survivors"}},{"attrs":{"property":"og:description","content":"Dean Ween's version of Glen Campbell's 1969 hit will appear on an upcoming album to benefit those affected by the storm."}},{"attrs":{"property":"og:url","content":"http://diffuser.fm/dean-ween-galveston-hurricane-harvey/"}},{"attrs":{"property":"og:site_name","content":"Diffuser.fm"}},{"attrs":{"property":"og:type","content":"blog"}},{"attrs":{"property":"og:image","content":"http://diffuser.fm/files/2015/12/beta-klein.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":"@diffuserfm"}},{"attrs":{"name":"sailthru.description","content":"Dean Ween's version of Glen Campbell's 1969 hit will appear on an upcoming album to benefit those affected by the storm."}},{"attrs":{"name":"sailthru.date","content":"2017-09-08 10:32:06"}},{"attrs":{"name":"sailthru.title","content":"Dean Ween Group Release ‘Galveston’ Cover for Hurricane Harvey Survivors"}},{"attrs":{"name":"sailthru.tags","content":"tsmsite-diffuser, tsmmarket-national, tsmtype-national, dean-ween, news, songs"}},{"attrs":{"name":"sailthru.author","content":"jeffgiles"}},{"attrs":{"name":"sailthru.image.full","content":"http://diffuser.fm/files/2015/12/beta-klein.jpg"}},{"attrs":{"name":"sailthru.image.thumb","content":"http://diffuser.fm/files/2015/12/beta-klein.jpg"}},{"attrs":{"name":"google-site-verification","content":"EuZK5qX8nj7fKJf_M2t_IS4mMykhw8ahdLXGFXvlpcw"}},{"attrs":{"http-equiv":"Content-Type","content":"text/html;charset=UTF-8"}}],"link":[{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://diffuser.production.townsquareblogs.com/files/2015/03/favicon1.gif"}},{"attrs":{"id":"design-fav","rel":"shortcut icon","href":"http://diffuser.production.townsquareblogs.com/files/2015/03/favicon1.gif"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"Diffuser.fm » Feed","href":"http://diffuser.fm/feed/"}},{"attrs":{"rel":"profile","href":"http://gmpg.org/xfn/11"}},{"attrs":{"rel":"alternate","type":"application/rss+xml","title":"Diffuser.fm » Dean Ween Group Release ‘Galveston’ Cover for Hurricane Harvey Survivors Comments Feed","href":"http://diffuser.fm/dean-ween-galveston-hurricane-harvey/feed/"}},{"attrs":{"rel":"wlwmanifest","type":"application/wlwmanifest+xml","href":"http://diffuser.fm/wp-includes/wlwmanifest.xml"}},{"attrs":{"rel":"prev","title":"Radiohead Respond to Stay of Charges in 2012 Stage Collapse","href":"http://diffuser.fm/radiohead-2012-stage-collapse/"}},{"attrs":{"rel":"next","title":"Husker Du Members Forge Working Relationship on Merchandise Sales, Boxed Set","href":"http://diffuser.fm/husker-du-relationship/"}},{"attrs":{"rel":"shortlink","href":"http://diffuser.fm/?p=260560"}},{"attrs":{"rel":"canonical","href":"http://diffuser.fm/dean-ween-galveston-hurricane-harvey/"}},{"attrs":{"rel":"apple-touch-icon-precomposed","href":"http://diffuser.fm/files/2015/03/57X57.png"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"114x114","href":"http://diffuser.fm/files/2015/03/114x114.png"}},{"attrs":{"rel":"apple-touch-icon-precomposed","sizes":"72x72","href":"http://diffuser.fm/files/2015/03/72x72.png"}}],"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":"","sharethroughArticleKey":"7RGJcYiZBcjikdHF8staVHY8","enableOpenx":false,"enableKiosked":true,"enableKioskedMobile":false,"enableSonobi":true,"sonobiScript":"","zergnetId":"58631","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"],"adPageSettings":{"attrs":{"catid":["news","songs"],"tags":["dean-ween"],"id":"dean-ween-galveston-hurricane-harvey","author":"jeffgiles","kw":["jeffgiles","dean-ween-galveston-hurricane-harvey","news","songs","dean-ween","pagetype-post"],"genre":["indie-alternative"],"device":"web","kv":[]}},"mobileActiveSlots":["ads-expand-down","ads-expand","ads-prestitial","ads-top-right","ads-bottom-right","ads-top-leaderboard","ads-bottom-leaderboard"],"dfp6":true},"revision":"90b5372ab883025b144c1ba09eac7fdf929c73c4"},"activeDomain":"diffuser.fm","authLoginFormNonce":"bf854a82a2","authRegFormNonce":"87a4befced","ga":{"ids":{"primary":"UA-19109753-16","secondary":["UA-19109753-34","UA-19109753-60"],"all":["UA-19109753-16","UA-19109753-34","UA-19109753-60"]}},"tsmStatic":{"revision":"01272d1ea85173b023b59bd9e8da482534b5d932"},"isGallery":true,"userRegistrationSettings":{"disable-registration":"yes"},"activePlugins":{"braveBrowserPopup":false},"postData":{"id":260560,"postAuthor":330634,"postDate":"2017-09-08T15:32:06.000Z","postDateGmt":"2017-09-08T14:32:06.000Z","postTitle":"Dean Ween Group Release 'Galveston' Cover for Hurricane Harvey Survivors","postExcerpt":"Dean Ween's version of Glen Campbell's 1969 hit will appear on an upcoming album to benefit those affected by the storm.  ","postStatus":"publish","commentStatus":"open","postPassword":"","postName":"dean-ween-galveston-hurricane-harvey","toPing":"","pinged":"","postModified":"2017-09-08T15:32:06.000Z","postModifiedGmt":"2017-09-08T14:32:06.000Z","postContentFiltered":"","postParent":0,"guid":"http://diffuser.fm/?p=260560","menuOrder":0,"postType":"post","postMimeType":"","commentCount":0,"postDateGmtStr":"2017-09-08 14:32:06.000+0000","postModifiedGmtStr":"2017-09-08 14:32:06.000+0000","meta":{}},"sidebarOptions":{"tsc_selected_sidebar":"single-page","tsc_selected_sidebar_carbon":"carbon-post-sidebar"},"pageTitle":"Dean Ween Group Release &#8216;Galveston&#8217; Cover for Hurricane Harvey Survivors","next":{"latest":[{"postId":247838,"documentUrl":"/dean-ween-les-claypool-depression/","filterUrl":"/rest/carbon/filter/main/dean-ween-les-claypool-depression/","sortDate":"2016-12-15 11:28:27.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":245922,"documentUrl":"/dean-ween-interview-prince-funkadelic/","filterUrl":"/rest/carbon/filter/main/dean-ween-interview-prince-funkadelic/","sortDate":"2016-10-28 11:29:20.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":243215,"documentUrl":"/dean-ween-mercedes-benz-fall-2016-us-tour/","filterUrl":"/rest/carbon/filter/main/dean-ween-mercedes-benz-fall-2016-us-tour/","sortDate":"2016-08-09 08:57:01.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":241406,"documentUrl":"/dean-ween-deaner-album-release-date/","filterUrl":"/rest/carbon/filter/main/dean-ween-deaner-album-release-date/","sortDate":"2016-06-21 09:02:34.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":232466,"documentUrl":"/ween-reunion-show-colorado/","filterUrl":"/rest/carbon/filter/main/ween-reunion-show-colorado/","sortDate":"2016-02-13 11:46:12.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":231616,"documentUrl":"/ween-30-song-sets-reunion-tour/","filterUrl":"/rest/carbon/filter/main/ween-30-song-sets-reunion-tour/","sortDate":"2016-02-04 09:10:48.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":226520,"documentUrl":"/the-dean-ween-group-cover-eagles-of-death-metals-i-love-you-all-the-time-for-charity/","filterUrl":"/rest/carbon/filter/main/the-dean-ween-group-cover-eagles-of-death-metals-i-love-you-all-the-time-for-charity/","sortDate":"2015-12-01 09:17:00.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":225477,"documentUrl":"/ween-to-reunite-for-two-shows-in-denver-this-february/","filterUrl":"/rest/carbon/filter/main/ween-to-reunite-for-two-shows-in-denver-this-february/","sortDate":"2015-11-16 15:08:45.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":173156,"documentUrl":"/dean-ween-aaron-freeman-irreplaceable/","filterUrl":"/rest/carbon/filter/main/dean-ween-aaron-freeman-irreplaceable/","sortDate":"2015-02-15 14:35:52.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":60968,"documentUrl":"/dean-ween-primus-les-claypool-reality-show/","filterUrl":"/rest/carbon/filter/main/dean-ween-primus-les-claypool-reality-show/","sortDate":"2013-01-24 14:44:26.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"}],"taxonomy":[{"postId":247838,"documentUrl":"/dean-ween-les-claypool-depression/","filterUrl":"/rest/carbon/filter/main/dean-ween-les-claypool-depression/","sortDate":"2016-12-15 11:28:27.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":245922,"documentUrl":"/dean-ween-interview-prince-funkadelic/","filterUrl":"/rest/carbon/filter/main/dean-ween-interview-prince-funkadelic/","sortDate":"2016-10-28 11:29:20.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":243215,"documentUrl":"/dean-ween-mercedes-benz-fall-2016-us-tour/","filterUrl":"/rest/carbon/filter/main/dean-ween-mercedes-benz-fall-2016-us-tour/","sortDate":"2016-08-09 08:57:01.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":241406,"documentUrl":"/dean-ween-deaner-album-release-date/","filterUrl":"/rest/carbon/filter/main/dean-ween-deaner-album-release-date/","sortDate":"2016-06-21 09:02:34.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":232466,"documentUrl":"/ween-reunion-show-colorado/","filterUrl":"/rest/carbon/filter/main/ween-reunion-show-colorado/","sortDate":"2016-02-13 11:46:12.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":231616,"documentUrl":"/ween-30-song-sets-reunion-tour/","filterUrl":"/rest/carbon/filter/main/ween-30-song-sets-reunion-tour/","sortDate":"2016-02-04 09:10:48.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":226520,"documentUrl":"/the-dean-ween-group-cover-eagles-of-death-metals-i-love-you-all-the-time-for-charity/","filterUrl":"/rest/carbon/filter/main/the-dean-ween-group-cover-eagles-of-death-metals-i-love-you-all-the-time-for-charity/","sortDate":"2015-12-01 09:17:00.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":225477,"documentUrl":"/ween-to-reunite-for-two-shows-in-denver-this-february/","filterUrl":"/rest/carbon/filter/main/ween-to-reunite-for-two-shows-in-denver-this-february/","sortDate":"2015-11-16 15:08:45.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":173156,"documentUrl":"/dean-ween-aaron-freeman-irreplaceable/","filterUrl":"/rest/carbon/filter/main/dean-ween-aaron-freeman-irreplaceable/","sortDate":"2015-02-15 14:35:52.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":60968,"documentUrl":"/dean-ween-primus-les-claypool-reality-show/","filterUrl":"/rest/carbon/filter/main/dean-ween-primus-les-claypool-reality-show/","sortDate":"2013-01-24 14:44:26.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"}]},"cadata":{"activeDomain":"diffuser.fm","blogId":443,"method":"get_single","postId":260560,"postType":"post","postDateGmt":"2017-09-08 14:32:06.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":{"promotion-27":{"widgetInfo":{"id":"promotion-27","groupType":"promotion","widgetType":"widget_promotion","widgetInstance":"27"},"widgetParams":{"title":"    ","type":"single","subtype":"","promotions":{"single":{"0":{"image":"","description":"","link_url":"","link_label":"","link_target":"_self"}},"overlay":{"0":{"image":"","description":"","link_url":"","link_target":"_self"}},"list":{"0":{"image":"","description":"","link_url":"","link_label":"","link_target":"_self"}},"links_list":{"0":{"link_url":"","link_label":"","link_target":"_self"}},"leaderboard":{"0":{"name":"","score":"","link_url":""}},"image_list":{"0":{"image":"","image_label":"","link_url":"","link_target":"_self"}}}}}}},"carbonsidebar/single":{"widgets":["carbonwidget/single-1"],"widgetDetails":{"carbonwidget/single-1":{"widgetInfo":{"id":"carbonwidget/single-1","groupType":"carbonwidget/single","widgetInstance":"1"},"widgetParams":{"mainAuthor":{"id":330634,"slug":"jeffgiles","name":"Jeff Giles","first_name":"Jeff","last_name":"Giles","nickname":"Jeff Giles","description":"A professional pop culture junkie for more than 25 years, Jeff Giles regularly surfaces in a number of far-flung locations on the Web.","thumbnail":"http://ultimateclassicrock.com/files/2012/11/Jeff-Giles1.jpg","url":"http://diffuser.fm/author/jeffgiles/"},"firstCategoryName":"News","postType":"post","postTitle":"Dean Ween Group Release &#8216;Galveston&#8217; Cover for Hurricane Harvey Survivors","widgetTime":11}}}},"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":2}},"carbonwidget/tsm-out-of-page":{"widgetInfo":{"id":"carbonwidget/tsm-out-of-page","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"tsm-out-of-page","widgetTime":2}},"carbonwidget/bottom-728x90":{"widgetInfo":{"id":"carbonwidget/bottom-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"widgetParams":{"adunit":"bottom-728x90","widgetTime":2}}}},"single-post-bottom":{"widgets":["widget_third_party_content-2","widget_third_party_content-3","ts_blogroll-33"],"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":"35850","placement":"","targettype":"","mode":"","widgetTime":2}},"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":"13440","placement":"","targettype":"","mode":"","widgetTime":2}},"ts_blogroll-33":{"widgetInfo":{"id":"ts_blogroll-33","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"33"},"widgetParams":{"title":"Best of Diffuser","type":"main_content_thumb_title_roll","cat":"2265","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"time_start":"","time_end":"","background_image":"","sponsor_image":"","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":""}}}}},"carbonsidebar/facebookComment":true,"carbon-post-sidebar":{"widgets":["fix_sidebar_marker-24","ts_blogroll-1101","fix_sidebar_marker-21","google-ads-widget-727","tsq_sailthru_newsletter_widget-644","ts_blogroll-1102"],"widgetDetails":{"fix_sidebar_marker-24":{"widgetInfo":{"id":"fix_sidebar_marker-24","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"24"}},"ts_blogroll-1101":{"widgetInfo":{"id":"ts_blogroll-1101","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1101"},"widgetParams":{"title":"Special Features","pinned_id":"","pinned_label":"","type":"carousel","cat":"","tag":"featured","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","align":"right","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0}},"fix_sidebar_marker-21":{"widgetInfo":{"id":"fix_sidebar_marker-21","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"21"},"widgetParams":{"title":"Fix Sidebar Marker","widgetTime":1}},"google-ads-widget-727":{"widgetInfo":{"id":"google-ads-widget-727","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"727"},"widgetParams":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1}},"tsq_sailthru_newsletter_widget-644":{"widgetInfo":{"id":"tsq_sailthru_newsletter_widget-644","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"644"},"widgetParams":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["Diffuser"],"widgetTime":1}},"ts_blogroll-1102":{"widgetInfo":{"id":"ts_blogroll-1102","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1102"},"widgetParams":{"title":"Latest Articles","pinned_id":"","pinned_label":"","type":"sidebar_row_standard","cat":"","tag":"","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":"1","isweather":0}}}},"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":330634,"slug":"jeffgiles","name":"Jeff Giles","first_name":"Jeff","last_name":"Giles","nickname":"Jeff Giles","description":"A professional pop culture junkie for more than 25 years, Jeff Giles regularly surfaces in a number of far-flung locations on the Web.","thumbnail":"http://ultimateclassicrock.com/files/2012/11/Jeff-Giles1.jpg","url":"http://diffuser.fm/author/jeffgiles/"},"firstCategoryName":"News","postType":"post","postTitle":"Dean Ween Group Release &#8216;Galveston&#8217; Cover for Hurricane Harvey Survivors","widgetTime":11},"data":[260560],"dataDetails":{"260560":{"thumbnail":"http://diffuser.fm/files/2015/12/beta-klein.jpg","caption":"Beta Klein","excerpt":"Dean Ween's version of Glen Campbell's 1969 hit will appear on an upcoming album to benefit those affected by the storm.  ","date":"September 8, 2017 10:32 AM","postDateGmt":"2017-09-08 14:32:06 +0000","postModifiedGmt":"2017-09-08 14:32:06 +0000","title":"Dean Ween Group Release &#8216;Galveston&#8217; Cover for Hurricane Harvey Survivors","url":"http://diffuser.fm/dean-ween-galveston-hurricane-harvey/","id":260560,"contentRaw":"https://youtu.be/JK4WySfs1jk\r\n\r\nThe <a href=\"http://diffuser.fm/tags/dean-ween/\">Dean Ween</a> Group have released a cover of the Jimmy Webb classic \"Galveston\" as part of an upcoming album dedicated to helping survivors of <a href=\"https://weather.com/storms/hurricane/news/tropical-storm-harvey-forecast-texas-louisiana-arkansas\" target=\"_blank\">Hurricane Harvey</a>.\r\n\r\nWeen, who says he was the first artist approached to contribute to the LP, wasted no time — as he told fans in the YouTube description for the video, the group's version of \"Galveston\" was recorded Sept. 6 and uploaded the following day. It's just the latest Ween-related effort to help victims of the storm's horrific damage, following a fundraiser spearheaded by the Ween Appreciation Society that's raised more than $4,000 as of this writing.\r\n\r\n\"We in [New Jersey] have been through this before and it is indescribable. Without the support of others we would have been in very serious trouble,\" wrote Ween, referring to 2012's <a href=\"http://ultimateclassicrock.com/hurricane-sandy-rock-stars-react/\" target=\"_blank\">Hurricane Sandy</a>. Ween called the song, a No. 4 hit for <a href=\"http://ultimateclassicrock.com/glen-campbell-dead/\" target=\"_blank\">Glen Campbell</a> in 1969, \"an anthem of Galveston Island, Texas\" and added, \"Even Gov. Christie showed that he truly cared, I saw him at every town hall meeting, obviously exhausted — but the volunteers poured in from across the country to help us rebuild. some of my friends are still displaced though, four years later.\"\r\n\r\nWhile waiting for word regarding the rest of the album, Ween fans — and anyone with the inclination and resources to chip in toward the massive rebuilding effort under way in the Gulf Coast — can visit the Appreciation Society's <a href=\"https://www.gofundme.com/WASHurricaneHarveySupport?fref=gc&amp;dti=305125546293436\" target=\"_blank\">GoFundMe campaign page</a> to contribute. With Hurricane Irma already <a href=\"http://www.cnn.com/2017/09/07/us/hurricane-irma-caribbean-florida/index.html\" target=\"_blank\">wreaking further havoc</a> in the Atlantic and more storms already brewing, efforts like this one will be needed more than ever. And Ween's in good company: all five living ex-U.S. presidents have <a href=\"https://www.nytimes.com/2017/09/07/us/hurricane-harvey-fund-presidents.html?mcubz=1\" target=\"_blank\">banded together</a> to spearhead a relief effort they've dubbed the <a href=\"https://www.oneamericaappeal.org\" target=\"_blank\">One America Appeal</a>.\r\n<p style=\"text-align: center;\"><strong>Ween + The Best Live Album Titles Ever</strong></p>\r\n[gallery galleryid=\"443:216876\" showthumbs=\"yes\" enablefullscreen=\"yes\" ids=\"217085,216878,216880,216896,216882,216890,216897,216894,216881,216899,216883,216884,216886,216891,216898,216885,216901,216900,216889,216895,216887,216888,216893,216892\" galleryindex=\"0\" ]\r\n\r\n[button href=\"http://ultimateclassicrock.com/pink-floyd-dean-ween-echoes/\" title=\"Dean Ween Tackles Pink Floyd\" align=\"center\"]","next_url":[{"textContent":"Dean Ween Tackles Pink Floyd","class":"button_act","href":"http://ultimateclassicrock.com/pink-floyd-dean-ween-echoes/","target":"_blank"}],"content":"\n<p><div class=\"embed-wrapper\"><iframe style=\"vertical-align: bottom;\" src=\"https://www.youtube.com/embed/JK4WySfs1jk?feature=oembed\" frameborder=\"0\" allowfullscreen data-width=\"630\" data-height=\"354\"></iframe></div><span class=\"tsm_youtube_sub\">Subscribe to <a style=\"margin-right:5px;\" href=\"http://www.youtube.com/subscription_center?add_user=diffuserfm\">Diffuser.fm on Youtube</a></span></p>\n<p>The <a href=\"http://diffuser.fm/tags/dean-ween/\">Dean Ween</a> Group have released a cover of the Jimmy Webb classic “Galveston” as part of an upcoming album dedicated to helping survivors of <a href=\"https://weather.com/storms/hurricane/news/tropical-storm-harvey-forecast-texas-louisiana-arkansas\" target=\"_blank\">Hurricane Harvey</a>.</p>\n<p>Ween, who says he was the first artist approached to contribute to the LP, wasted no time — as he told fans in the YouTube description for the video, the group’s version of “Galveston” was recorded Sept. 6 and uploaded the following day. It’s just the latest Ween-related effort to help victims of the storm’s horrific damage, following a fundraiser spearheaded by the Ween Appreciation Society that’s raised more than $4,000 as of this writing.</p>\n<p>“We in [New Jersey] have been through this before and it is indescribable. Without the support of others we would have been in very serious trouble,” wrote Ween, referring to 2012’s <a href=\"http://ultimateclassicrock.com/hurricane-sandy-rock-stars-react/\" target=\"_blank\">Hurricane Sandy</a>. Ween called the song, a No. 4 hit for <a href=\"http://ultimateclassicrock.com/glen-campbell-dead/\" target=\"_blank\">Glen Campbell</a> in 1969, “an anthem of Galveston Island, Texas” and added, “Even Gov. Christie showed that he truly cared, I saw him at every town hall meeting, obviously exhausted — but the volunteers poured in from across the country to help us rebuild. some of my friends are still displaced though, four years later.”</p>\n<p>While waiting for word regarding the rest of the album, Ween fans — and anyone with the inclination and resources to chip in toward the massive rebuilding effort under way in the Gulf Coast — can visit the Appreciation Society’s <a href=\"https://www.gofundme.com/WASHurricaneHarveySupport?fref=gc&amp;dti=305125546293436\" target=\"_blank\">GoFundMe campaign page</a> to contribute. With Hurricane Irma already <a href=\"http://www.cnn.com/2017/09/07/us/hurricane-irma-caribbean-florida/index.html\" target=\"_blank\">wreaking further havoc</a> in the Atlantic and more storms already brewing, efforts like this one will be needed more than ever. And Ween’s in good company: all five living ex-U.S. presidents have <a href=\"https://www.nytimes.com/2017/09/07/us/hurricane-harvey-fund-presidents.html?mcubz=1\" target=\"_blank\">banded together</a> to spearhead a relief effort they’ve dubbed the <a href=\"https://www.oneamericaappeal.org\" target=\"_blank\">One America Appeal</a>.</p>\n<p style=\"text-align: center;\"><strong>Ween + The Best Live Album Titles Ever</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/216876?filterexclusions&galleryindex=0'\n\t\t,galleryId:'tsm-photogallery-443-216876-0'\n\t\t,showThumbs:1\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://diffuser.fm/files/2015/09/Live-A.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-443-216876-0-placeholder\"></div>\n<div class=\"tsm-photogallery-wrapper dark\">\n\t<div class=\"tsm-photogallery-container\" id=\"tsm-photogallery-443-216876-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-443-216876-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-443-216876-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-443-216876-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<p class=\"more_act ga_network_button aligncenter\"><a class=\"button_act\" href=\"http://ultimateclassicrock.com/pink-floyd-dean-ween-echoes/\" target=\"_blank\">Dean Ween Tackles Pink Floyd</a></p>\n","postType":"post","wpVersion":"","alternateMetaForBlogroll":{"title":"Dean Ween Group Release &#8216;Galveston&#8217; Cover for Hurricane Harvey Survivors","excerpt":"Dean Ween's version of Glen Campbell's 1969 hit will appear on an upcoming album to benefit those affected by the storm.  ","post_excerpt":"Dean Ween's version of Glen Campbell's 1969 hit will appear on an upcoming album to benefit those affected by the storm.  ","post_more_excerpt":"<p>Dean Ween's version of Glen Campbell's 1969 hit will appear on an upcoming album to benefit those affected by the storm.\n<p class=\"more_act\"><a href=\"http://diffuser.fm/dean-ween-galveston-hurricane-harvey/\" title=\"Dean Ween Group Release &#8216;Galveston&#8217; Cover for Hurricane Harvey Survivors\">Read More</a></p>\n","permalink":"http://diffuser.fm/dean-ween-galveston-hurricane-harvey/","image":{"id":226523,"url":"http://diffuser.fm/files/2015/12/beta-klein.jpg","caption":"Beta Klein"}},"sponsors":[],"carbonMeta":{"widePromotion":false,"isGallery":true},"tags":[{"id":1040,"slug":"dean-ween","title":"Dean Ween","description":"","post_count":12,"link_url":"http://diffuser.fm/tags/dean-ween/","feed_url":"http://diffuser.fm/tags/dean-ween/feed/","term_taxonomy_id":1052,"object_id":0}],"categories":[{"id":1,"slug":"news","title":"News","description":"Indie rock and alternative music news.","parent":0,"post_count":14816,"link_url":"http://diffuser.fm/category/news/","feed_url":"http://diffuser.fm/category/news/feed/","term_taxonomy_id":1,"object_id":0},{"id":349,"slug":"songs","title":"Songs","description":"Listen to songs from indie rock and alternative music artists.","parent":0,"post_count":3094,"link_url":"http://diffuser.fm/category/songs/","feed_url":"http://diffuser.fm/category/songs/feed/","term_taxonomy_id":354,"object_id":0}],"authors":[{"id":330634,"slug":"jeffgiles","name":"Jeff Giles","first_name":"Jeff","last_name":"Giles","nickname":"Jeff Giles","description":"A professional pop culture junkie for more than 25 years, Jeff Giles regularly surfaces in a number of far-flung locations on the Web.","thumbnail":"http://ultimateclassicrock.com/files/2012/11/Jeff-Giles1.jpg","url":"http://diffuser.fm/author/jeffgiles/"}],"post_more_meta":{"meta":""},"social":{"tw":{"href":"http://twitter.com/intent/tweet?text=Dean%20Ween%20Group%20Release%20%E2%80%98Galveston%E2%80%99%20Cover%20for%20Hurricane%20Harvey%20Survivors%20http%3A%2F%2Fdiffuser.fm%2Fdean-ween-galveston-hurricane-harvey%2F%3Ftrackback%3Dtwitter_mobile%20%40diffuserfm","title":"Share on Twitter","target":"_blank"},"fb":{"href":"http://www.facebook.com/sharer.php?u=http%3A%2F%2Fdiffuser.fm%2Fdean-ween-galveston-hurricane-harvey%2F%3Ftrackback%3Dfbshare_mobile","title":"Share on Facebook","target":"_blank"},"email":null,"pinterest":null,"print":null,"is_article":true},"nextArticle":"http://diffuser.fm/radiohead-2012-stage-collapse/","prevArticle":"http://diffuser.fm/husker-du-relationship/","pageUrl":"/dean-ween-galveston-hurricane-harvey/","blogId":443,"domain":"diffuser.fm","crossPostAttributionBottom":"","rawContent":"<p>\n<sectiontag class=\"module\" contenteditable=\"false\" type=\"oembed\" attr-url=\"http://www.youtube.com/oembed?url=https%3A%2F%2Fyoutu.be%2FJK4WySfs1jk&amp;format=json\">\n<noscript class=\"rendered-html\" type=\"text/html\"></noscript>\n<p></sectiontag></p>\n<p>The <a href=\"http://diffuser.fm/tags/dean-ween/\">Dean Ween</a> Group have released a cover of the Jimmy Webb classic \"Galveston\" as part of an upcoming album dedicated to helping survivors of <a href=\"https://weather.com/storms/hurricane/news/tropical-storm-harvey-forecast-texas-louisiana-arkansas\" target=\"_blank\">Hurricane Harvey</a>.</p>\n<p>Ween, who says he was the first artist approached to contribute to the LP, wasted no time — as he told fans in the YouTube description for the video, the group's version of \"Galveston\" was recorded Sept. 6 and uploaded the following day. It's just the latest Ween-related effort to help victims of the storm's horrific damage, following a fundraiser spearheaded by the Ween Appreciation Society that's raised more than $4,000 as of this writing.</p>\n<p>\"We in [New Jersey] have been through this before and it is indescribable. Without the support of others we would have been in very serious trouble,\" wrote Ween, referring to 2012's <a href=\"http://ultimateclassicrock.com/hurricane-sandy-rock-stars-react/\" target=\"_blank\">Hurricane Sandy</a>. Ween called the song, a No. 4 hit for <a href=\"http://ultimateclassicrock.com/glen-campbell-dead/\" target=\"_blank\">Glen Campbell</a> in 1969, \"an anthem of Galveston Island, Texas\" and added, \"Even Gov. Christie showed that he truly cared, I saw him at every town hall meeting, obviously exhausted — but the volunteers poured in from across the country to help us rebuild. some of my friends are still displaced though, four years later.\"</p>\n<p>While waiting for word regarding the rest of the album, Ween fans — and anyone with the inclination and resources to chip in toward the massive rebuilding effort under way in the Gulf Coast — can visit the Appreciation Society's <a href=\"https://www.gofundme.com/WASHurricaneHarveySupport?fref=gc&amp;dti=305125546293436\" target=\"_blank\">GoFundMe campaign page</a> to contribute. With Hurricane Irma already <a href=\"http://www.cnn.com/2017/09/07/us/hurricane-irma-caribbean-florida/index.html\" target=\"_blank\">wreaking further havoc</a> in the Atlantic and more storms already brewing, efforts like this one will be needed more than ever. And Ween's in good company: all five living ex-U.S. presidents have <a href=\"https://www.nytimes.com/2017/09/07/us/hurricane-harvey-fund-presidents.html?mcubz=1\" target=\"_blank\">banded together</a> to spearhead a relief effort they've dubbed the <a href=\"https://www.oneamericaappeal.org\" target=\"_blank\">One America Appeal</a>.</p>\n<p style=\"text-align: center;\"><strong>Ween + The Best Live Album Titles Ever</strong></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"gallery\" attr-url=\"/rest/carbon/uri/api/gallery/domain/diffuser.fm/galleryId/216876?filterexclusions&amp;galleryindex=0\" attr-thumbnail=\"http://diffuser.fm/files/2015/09/Live-A.jpg\" attr-layout=\"\" attr-fullscreen=\"1\"></sectiontag></p>\n<p><sectiontag class=\"module\" contenteditable=\"false\" type=\"button\" attr-href=\"http://ultimateclassicrock.com/pink-floyd-dean-ween-echoes/\" attr-title=\"Dean Ween Tackles Pink Floyd\" attr-align=\"center\" attr-appLink=\"false\"></sectiontag></p>\n","podContent":[{"type":"singlePostOembed","data":"Not Found","currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},{"type":"singlePostText","data":{"text":"<p>The <a href=\"http://diffuser.fm/tags/dean-ween/\">Dean Ween</a> Group have released a cover of the Jimmy Webb classic &quot;Galveston&quot; as part of an upcoming album dedicated to helping survivors of <a href=\"https://weather.com/storms/hurricane/news/tropical-storm-harvey-forecast-texas-louisiana-arkansas\" target=\"_blank\">Hurricane Harvey</a>.</p>\n"},"currentTextLength":171,"runningCounter":1,"cumulativePodTextLength":171,"totalSimilarConsecutiveElements":5,"totalTextLength":1898},{"type":"singlePostText","data":{"text":"<p>Ween, who says he was the first artist approached to contribute to the LP, wasted no time &#x2014; as he told fans in the YouTube description for the video, the group&apos;s version of &quot;Galveston&quot; was recorded Sept. 6 and uploaded the following day. It&apos;s just the latest Ween-related effort to help victims of the storm&apos;s horrific damage, following a fundraiser spearheaded by the Ween Appreciation Society that&apos;s raised more than&#xA0;$4,000 as of this writing.</p>\n"},"currentTextLength":488,"runningCounter":2,"cumulativePodTextLength":659,"totalSimilarConsecutiveElements":5,"totalTextLength":1898},{"type":"singlePostShareThrough","data":{}},{"type":"singlePostText","data":{"text":"<p>&quot;We in [New Jersey] have been through this before and it is indescribable. Without the support of others we would have been in very serious trouble,&quot; wrote Ween, referring to 2012&apos;s <a href=\"http://ultimateclassicrock.com/hurricane-sandy-rock-stars-react/\" target=\"_blank\">Hurricane Sandy</a>. Ween called the song, a No. 4 hit for <a href=\"http://ultimateclassicrock.com/glen-campbell-dead/\" target=\"_blank\">Glen Campbell</a> in 1969, &quot;an anthem of Galveston Island, Texas&quot; and added, &quot;Even Gov. Christie showed that he truly cared, I saw him at every town hall meeting, obviously exhausted &#x2014; but the volunteers poured in from across the country to help us rebuild. some of my friends are still displaced though, four years later.&quot;</p>\n"},"currentTextLength":599,"runningCounter":3,"cumulativePodTextLength":1258,"totalSimilarConsecutiveElements":5,"totalTextLength":1898},{"type":"singlePostText","data":{"text":"<p>While waiting for word regarding the rest of the album, Ween fans &#x2014; and anyone with the inclination and resources to chip in toward the massive rebuilding effort under way in the Gulf Coast &#x2014; can visit the Appreciation Society&apos;s <a href=\"https://www.gofundme.com/WASHurricaneHarveySupport?fref=gc&amp;dti=305125546293436\" target=\"_blank\">GoFundMe campaign page</a> to contribute. With Hurricane Irma already <a href=\"http://www.cnn.com/2017/09/07/us/hurricane-irma-caribbean-florida/index.html\" target=\"_blank\">wreaking further havoc</a> in the Atlantic and more storms already brewing, efforts like this one will be needed more than ever. And Ween&apos;s in good company: all five living ex-U.S. presidents have <a href=\"https://www.nytimes.com/2017/09/07/us/hurricane-harvey-fund-presidents.html?mcubz=1\" target=\"_blank\">banded together</a> to spearhead a relief effort they&apos;ve dubbed the <a href=\"https://www.oneamericaappeal.org\" target=\"_blank\">One America Appeal</a>.</p>\n"},"currentTextLength":601,"runningCounter":4,"cumulativePodTextLength":1859,"totalSimilarConsecutiveElements":5,"totalTextLength":1898},{"type":"singlePostText","data":{"text":"<p style=\"text-align: center;\"><strong>Ween + The Best Live Album Titles Ever</strong></p>\n"},"currentTextLength":39,"runningCounter":5,"cumulativePodTextLength":1898,"totalSimilarConsecutiveElements":5,"totalTextLength":1898},{"type":"singlePostGallery","data":{"url":"/rest/carbon/uri/api/gallery/domain/diffuser.fm/galleryId/216876?filterexclusions&galleryindex=0","thumbnail":"http://diffuser.fm/files/2015/09/Live-A.jpg","layout":"","fullscreen":1},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1}],"uniquePodTypes":["singlePostOembed","singlePostText","singlePostGallery","singlePostButton"],"podHeader":[{"type":"articleThumbnail","data":{"url":"http://diffuser.fm/files/2015/12/beta-klein.jpg","caption":"Beta Klein"}}],"podFooter":{"type":"singlePostButton","data":{"href":"http://ultimateclassicrock.com/pink-floyd-dean-ween-echoes/","title":"Dean Ween Tackles Pink Floyd","align":"center","applink":"false"},"currentTextLength":null,"runningCounter":1,"totalSimilarConsecutiveElements":1},"next":{"latest":[{"postId":247838,"documentUrl":"/dean-ween-les-claypool-depression/","filterUrl":"/rest/carbon/filter/main/dean-ween-les-claypool-depression/","sortDate":"2016-12-15 11:28:27.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":245922,"documentUrl":"/dean-ween-interview-prince-funkadelic/","filterUrl":"/rest/carbon/filter/main/dean-ween-interview-prince-funkadelic/","sortDate":"2016-10-28 11:29:20.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":243215,"documentUrl":"/dean-ween-mercedes-benz-fall-2016-us-tour/","filterUrl":"/rest/carbon/filter/main/dean-ween-mercedes-benz-fall-2016-us-tour/","sortDate":"2016-08-09 08:57:01.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":241406,"documentUrl":"/dean-ween-deaner-album-release-date/","filterUrl":"/rest/carbon/filter/main/dean-ween-deaner-album-release-date/","sortDate":"2016-06-21 09:02:34.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":232466,"documentUrl":"/ween-reunion-show-colorado/","filterUrl":"/rest/carbon/filter/main/ween-reunion-show-colorado/","sortDate":"2016-02-13 11:46:12.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":231616,"documentUrl":"/ween-30-song-sets-reunion-tour/","filterUrl":"/rest/carbon/filter/main/ween-30-song-sets-reunion-tour/","sortDate":"2016-02-04 09:10:48.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":226520,"documentUrl":"/the-dean-ween-group-cover-eagles-of-death-metals-i-love-you-all-the-time-for-charity/","filterUrl":"/rest/carbon/filter/main/the-dean-ween-group-cover-eagles-of-death-metals-i-love-you-all-the-time-for-charity/","sortDate":"2015-12-01 09:17:00.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":225477,"documentUrl":"/ween-to-reunite-for-two-shows-in-denver-this-february/","filterUrl":"/rest/carbon/filter/main/ween-to-reunite-for-two-shows-in-denver-this-february/","sortDate":"2015-11-16 15:08:45.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":173156,"documentUrl":"/dean-ween-aaron-freeman-irreplaceable/","filterUrl":"/rest/carbon/filter/main/dean-ween-aaron-freeman-irreplaceable/","sortDate":"2015-02-15 14:35:52.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":60968,"documentUrl":"/dean-ween-primus-les-claypool-reality-show/","filterUrl":"/rest/carbon/filter/main/dean-ween-primus-les-claypool-reality-show/","sortDate":"2013-01-24 14:44:26.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"}],"taxonomy":[{"postId":247838,"documentUrl":"/dean-ween-les-claypool-depression/","filterUrl":"/rest/carbon/filter/main/dean-ween-les-claypool-depression/","sortDate":"2016-12-15 11:28:27.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":245922,"documentUrl":"/dean-ween-interview-prince-funkadelic/","filterUrl":"/rest/carbon/filter/main/dean-ween-interview-prince-funkadelic/","sortDate":"2016-10-28 11:29:20.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":243215,"documentUrl":"/dean-ween-mercedes-benz-fall-2016-us-tour/","filterUrl":"/rest/carbon/filter/main/dean-ween-mercedes-benz-fall-2016-us-tour/","sortDate":"2016-08-09 08:57:01.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":241406,"documentUrl":"/dean-ween-deaner-album-release-date/","filterUrl":"/rest/carbon/filter/main/dean-ween-deaner-album-release-date/","sortDate":"2016-06-21 09:02:34.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":232466,"documentUrl":"/ween-reunion-show-colorado/","filterUrl":"/rest/carbon/filter/main/ween-reunion-show-colorado/","sortDate":"2016-02-13 11:46:12.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":231616,"documentUrl":"/ween-30-song-sets-reunion-tour/","filterUrl":"/rest/carbon/filter/main/ween-30-song-sets-reunion-tour/","sortDate":"2016-02-04 09:10:48.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":226520,"documentUrl":"/the-dean-ween-group-cover-eagles-of-death-metals-i-love-you-all-the-time-for-charity/","filterUrl":"/rest/carbon/filter/main/the-dean-ween-group-cover-eagles-of-death-metals-i-love-you-all-the-time-for-charity/","sortDate":"2015-12-01 09:17:00.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":225477,"documentUrl":"/ween-to-reunite-for-two-shows-in-denver-this-february/","filterUrl":"/rest/carbon/filter/main/ween-to-reunite-for-two-shows-in-denver-this-february/","sortDate":"2015-11-16 15:08:45.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":173156,"documentUrl":"/dean-ween-aaron-freeman-irreplaceable/","filterUrl":"/rest/carbon/filter/main/dean-ween-aaron-freeman-irreplaceable/","sortDate":"2015-02-15 14:35:52.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"},{"postId":60968,"documentUrl":"/dean-ween-primus-les-claypool-reality-show/","filterUrl":"/rest/carbon/filter/main/dean-ween-primus-les-claypool-reality-show/","sortDate":"2013-01-24 14:44:26.000 +0000","termTaxonomyId":1052,"taxonomyType":"tags"}]}}}},"carbonwidget/top-728x90":{"info":{"id":"carbonwidget/top-728x90","groupType":"carbonwidget/ads","widgetInstance":"1"},"params":{"adunit":"top-728x90","widgetTime":2},"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":2},"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":2},"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":"35850","placement":"","targettype":"","mode":"","widgetTime":2},"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":"13440","placement":"","targettype":"","mode":"","widgetTime":2},"data":[],"dataDetails":{}},"ts_blogroll-33":{"info":{"id":"ts_blogroll-33","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"33"},"params":{"title":"Best of Diffuser","type":"main_content_thumb_title_roll","cat":"2265","tag":"","private_tag":"","posts_per_page":"4","thumb_type":"landscape","link_label":"","link":"","show_thumb":0,"alternate_data":0,"unique_posts":"1","sponsor":{"time_start":"","time_end":"","background_image":"","sponsor_image":"","sponsor_image_mobile":"","background_color":"","background_repeat":"no-repeat","sponsor_name":"","sponsor_link":""},"widgetTime":8,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[266800,266137,266012,262855],"dataDetails":{"262855":{"postid":"262855","sortdate":"2017-11-06T20:09:57.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://diffuser.fm/files/2017/10/eurythmics.jpg","postDateGmt":"2017-11-06 20:09:57 +0000","title":"Eurythmics Albums Ranked in Order of Awesomeness","url":"http://diffuser.fm/eurythmics-albums-ranked/","id":262855,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Eurythmics had one thing their MTV-era synth-pop contemporaries didn&apos;t: Annie Lennox.","authors":{"id":747962,"slug":"mgallucci","name":"Michael Gallucci","first_name":"Michael","last_name":"Gallucci","nickname":"mgallucci","description":"Michael Gallucci is the senior editor at Ultimate Classic Rock. His previous gigs include editor-of-chief at Diffuser.fm, managing editor of Cleveland Scene and writing about music and movies for All Music Guide, American Songwriter, the A.V. Club, Goldmine, M Music &amp; Musicians, Paste, Spin, the Village Voice and other publications and websites.","thumbnail":"http://diffuser.fm/files/2017/10/FullSizeRender.jpg","url":"http://diffuser.fm/author/mgallucci/"}},"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":"Eurythmics Albums Ranked in Order of Awesomeness"}}},"266012":{"postid":"266012","sortdate":"2017-12-15T18:17:34.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://diffuser.fm/files/2017/12/2017LPs.jpg","postDateGmt":"2017-12-15 18:17:34 +0000","title":"Diffuser&CloseCurlyQuote;s Top 25 Albums of 2017","url":"http://diffuser.fm/top-25-albums-2017/","id":266012,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"We&apos;re counting down the best alternative rock records of the year, from Queens of the Stone Age and St. Vincent to Fleet Foxes and LCD Soundsystem.","authors":[{"id":1045183,"slug":"bryanwawzenek","name":"Bryan Wawzenek","first_name":"Bryan","last_name":"Wawzenek","nickname":"bryanwawzenek","thumbnail":"http://ultimateclassicrock.com/files/2017/10/Me.jpg","url":"http://diffuser.fm/author/bryanwawzenek/"}]},"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":"Diffuser&CloseCurlyQuote;s Top 25 Albums of 2017"}}},"266137":{"postid":"266137","sortdate":"2017-12-18T20:42:52.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://diffuser.fm/files/2017/12/2017Songs.jpg","postDateGmt":"2017-12-18 20:42:52 +0000","title":"Diffuser&CloseCurlyQuote;s Top 25 Songs of 2017","url":"http://diffuser.fm/top-25-songs-of-2017/","id":266137,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"We&apos;re counting down the best alternative rock and pop songs of the year, including tracks from Arcade Fire, Queens of the Stone Age, Fleet Foxes and Spoon.","authors":[{"id":1045183,"slug":"bryanwawzenek","name":"Bryan Wawzenek","first_name":"Bryan","last_name":"Wawzenek","nickname":"bryanwawzenek","thumbnail":"http://ultimateclassicrock.com/files/2017/10/Me.jpg","url":"http://diffuser.fm/author/bryanwawzenek/"}]},"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":"Diffuser&CloseCurlyQuote;s Top 25 Songs of 2017"}}},"266800":{"postid":"266800","sortdate":"2018-01-09T14:15:52.000Z","data":{"mainData":{"postType":"post","caption":"Tasos Katopodis, Getty Images","thumbnail":"http://diffuser.fm/files/2018/01/GettyImages-584672116.jpg","postDateGmt":"2018-01-09 14:15:52 +0000","title":"2018 Summer Music Festival Guide","url":"http://diffuser.fm/2018-music-festival-guide/","id":266800,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Diffuser presents our guide to the 2018 festival season. ","authors":[{"id":402518,"slug":"daveliftongmail-com","name":"Dave Lifton","first_name":"Dave","last_name":"Lifton","nickname":"Dave Lifton","thumbnail":"http://ultimateclassicrock.com/files/2012/11/IMG_1417.jpg","url":"http://diffuser.fm/author/daveliftongmail-com/"}]},"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":"2018 Summer Music Festival Guide"}}}},"redisCached":true},"fix_sidebar_marker-24":{"info":{"id":"fix_sidebar_marker-24","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"24"},"params":{"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1101":{"info":{"id":"ts_blogroll-1101","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1101"},"params":{"title":"Special Features","pinned_id":"","pinned_label":"","type":"carousel","cat":"","tag":"featured","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","align":"right","show_thumb":0,"alternate_data":0,"unique_posts":0,"isweather":0,"widgetTime":7,"widgetFilterTime":0,"widgetFilterParallelTime":1},"data":[266800,262906,262140],"dataDetails":{"262140":{"postid":"262140","sortdate":"2017-10-05T14:48:33.000Z","data":{"mainData":{"postType":"post","caption":"","thumbnail":"http://diffuser.fm/files/2017/10/2018HOFSnubs.jpg","postDateGmt":"2017-10-05 14:48:33 +0000","title":"Rock Hall of Fame&CloseCurlyQuote;s 15 Biggest Snubs: Artists Who Should Have Been Nominated","url":"http://diffuser.fm/rock-hall-of-fame-snubs-2018/","id":262140,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"We&apos;ve found 15 acts that should have been included on the shortlist for the Rock and Roll Hall of Fame class of 2018. ","authors":{"id":592566,"slug":"diffuser","name":"Diffuser Staff","first_name":"Diffuser","last_name":"Staff","nickname":"diffuser","thumbnail":"http://production.townsquareblogs.com/wp-content/uploads/2012/10/profile.png","url":"http://diffuser.fm/author/diffuser/"}},"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":"Rock Hall of Fame&CloseCurlyQuote;s 15 Biggest Snubs: Artists Who Should Have Been Nominated"}}},"262906":{"postid":"262906","sortdate":"2017-10-18T01:16:18.000Z","data":{"mainData":{"postType":"post","caption":"Chaloner Woods, Getty Images","thumbnail":"http://diffuser.fm/files/2017/10/Peach.jpg","postDateGmt":"2017-10-18 01:16:18 +0000","title":"Prince Turns &apos;Peach&apos; Into a Juicy Live Classic","url":"http://diffuser.fm/prince-peach/","id":262906,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"The story of how Prince turned &quot;Peach&quot; into a classic live staple. ","authors":{"id":768187,"slug":"kcreighton","name":"Keith Creighton","first_name":"Keith","last_name":"Creighton","nickname":"kcreighton","thumbnail":"http://popcrush.com/files/2012/10/Keith-Creighton-Popdose-Pic.jpg","url":"http://diffuser.fm/author/kcreighton/"},"video":true,"videoUrl":"https://youtu.be/N2zCe1ZxGkI?t=2m30s","youtubeId":"N2zCe1ZxGkI"},"alternateData":{"_townsquare_media_url":"https://youtu.be/N2zCe1ZxGkI?t=2m30s","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":"Prince Turns &apos;Peach&apos; Into a Juicy Live Classic"}}},"266800":{"postid":"266800","sortdate":"2018-01-09T14:15:52.000Z","data":{"mainData":{"postType":"post","caption":"Tasos Katopodis, Getty Images","thumbnail":"http://diffuser.fm/files/2018/01/GettyImages-584672116.jpg","postDateGmt":"2018-01-09 14:15:52 +0000","title":"2018 Summer Music Festival Guide","url":"http://diffuser.fm/2018-music-festival-guide/","id":266800,"carbonMeta":{"widePromotion":false,"isGallery":true},"excerpt":"Diffuser presents our guide to the 2018 festival season. ","authors":[{"id":402518,"slug":"daveliftongmail-com","name":"Dave Lifton","first_name":"Dave","last_name":"Lifton","nickname":"Dave Lifton","thumbnail":"http://ultimateclassicrock.com/files/2012/11/IMG_1417.jpg","url":"http://diffuser.fm/author/daveliftongmail-com/"}]},"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":"2018 Summer Music Festival Guide"}}}},"redisCached":true},"fix_sidebar_marker-21":{"info":{"id":"fix_sidebar_marker-21","groupType":"fix_sidebar_marker","widgetType":"widget_fix_sidebar_marker","widgetInstance":"21"},"params":{"title":"Fix Sidebar Marker","widgetTime":1},"data":[],"dataDetails":{}},"google-ads-widget-727":{"info":{"id":"google-ads-widget-727","groupType":"google-ads-widget","widgetType":"widget_google-ads-widget","widgetInstance":"727"},"params":{"title":"Carbon Google Ads","adunit":"top-right-300x250","align":"","adtype":"dfp6","widgetTime":1},"data":["top-right-300x250"],"dataDetails":{"top-right-300x250":{"adUnit":"top-right-300x250","adType":"dfp6"}}},"tsq_sailthru_newsletter_widget-644":{"info":{"id":"tsq_sailthru_newsletter_widget-644","groupType":"tsq_sailthru_newsletter_widget","widgetType":"widget_tsq_sailthru_newsletter_widget","widgetInstance":"644"},"params":{"title":"Get our Newsletter","description":"Sign up for our newsletter!","confirmation":"Thanks for subscribing","lists":["Diffuser"],"widgetTime":1},"data":[],"dataDetails":{}},"ts_blogroll-1102":{"info":{"id":"ts_blogroll-1102","groupType":"ts_blogroll","widgetType":"widget_ts_blogroll","widgetInstance":"1102"},"params":{"title":"Latest Articles","pinned_id":"","pinned_label":"","type":"sidebar_row_standard","cat":"","tag":"","private_tag":"","posts_per_page":"3","thumb_type":"landscape","link_label":"","link":"","align":"default","show_thumb":0,"alternate_data":0,"unique_posts":"1","isweather":0,"widgetTime":7,"widgetFilterTime":0,"widgetFilterParallelTime":0},"data":[267990,267983,267974],"dataDetails":{"267974":{"postid":"267974","sortdate":"2018-02-14T14:39:25.000Z","data":{"mainData":{"postType":"post","caption":"YouTube","thumbnail":"http://diffuser.fm/files/2018/02/Screen-Shot-2018-02-14-at-7.49.30-AM.jpg","postDateGmt":"2018-02-14 14:39:25 +0000","title":"Eddie Vedder and Friends Cover Depeche Mode&apos;s &apos;Personal Jesus&apos;","url":"http://diffuser.fm/eddie-vedder-depeche-mode-personal-jesus/","id":267974,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A benefit for Cancer for College got a little extra starpower when Eddie Vedder made a surprise appearance. ","authors":[{"id":330634,"slug":"jeffgiles","name":"Jeff Giles","first_name":"Jeff","last_name":"Giles","nickname":"Jeff Giles","thumbnail":"http://ultimateclassicrock.com/files/2012/11/Jeff-Giles1.jpg","url":"http://diffuser.fm/author/jeffgiles/"}],"video":true,"videoUrl":"https://youtu.be/YoP_XV_4wmw","youtubeId":"YoP_XV_4wmw"},"alternateData":{"_townsquare_media_url":"https://youtu.be/YoP_XV_4wmw","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":"Eddie Vedder and Friends Cover Depeche Mode&apos;s &apos;Personal Jesus&apos;"}}},"267983":{"postid":"267983","sortdate":"2018-02-14T16:53:53.000Z","data":{"mainData":{"postType":"post","caption":"Mike Coppola, Getty Images / Red Hot Chili Pipers","thumbnail":"http://diffuser.fm/files/2018/02/Red-Hot-Chili-Peppers-and-Pipers.jpg","postDateGmt":"2018-02-14 16:53:53 +0000","title":"Bagpipes Get in the Way of Romantic Red Hot Chili Peppers Concert","url":"http://diffuser.fm/red-hot-chili-pipers/","id":267983,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"A man mistakenly buys a Valentine&apos;s Day gift of Red Hot Chilli Pipers tickets for his girlfriend, instead of tickets for her favorite band &#x2014; the Red Hot Chili Peppers.","authors":[{"id":3172724,"slug":"debrafilcman","name":"Debra Filcman","first_name":"Debra","last_name":"Filcman","nickname":"debrafilcman","thumbnail":"http://ultimateclassicrock.com/files/2017/10/20108634_10155540671978055_3064734718760439886_n.jpg","url":"http://diffuser.fm/author/debrafilcman/"}]},"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":"Bagpipes Get in the Way of Romantic Red Hot Chili Peppers Concert"}}},"267990":{"postid":"267990","sortdate":"2018-02-14T18:38:46.000Z","data":{"mainData":{"postType":"post","caption":"SBK Records / Mick Hutson, Getty Images","thumbnail":"http://diffuser.fm/files/2018/02/PrinceIce.jpg","postDateGmt":"2018-02-14 18:38:46 +0000","title":"Prince Helps Vanilla Ice Say &apos;I Love You&apos; - 365 Prince Songs in a","url":"http://diffuser.fm/prince-vanilla-ice-i-love-you/","id":267990,"carbonMeta":{"widePromotion":false,"isGallery":false},"excerpt":"Vanilla Ice says working with Prince on a song he considers his worst ever ultimately turned a negative memory into a positive one.","authors":[{"id":53665,"slug":"mwilkening","name":"Matthew Wilkening","first_name":"Matthew","last_name":"Wilkening","nickname":"Matthew Wilkening","url":"http://diffuser.fm/author/mwilkening/","thumbnail":"http://ultimateclassicrock.com/files/2014/10/photo.jpg.png"}],"video":true,"videoUrl":"https://youtu.be/z9tH_GX9oHo","youtubeId":"z9tH_GX9oHo"},"alternateData":{"_townsquare_media_url":"https://youtu.be/z9tH_GX9oHo","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":"Prince Helps Vanilla Ice Say &apos;I Love You&apos; - 365 Prince Songs in a"}}}},"redisCached":true},"carbonwidget/nav/blueiv":{"info":{"id":"carbonwidget/nav/blueiv","groupType":"carbonwidget/nav/blueiv"},"params":{"widgetTime":7},"data":["1","2","3","4","5","6","7","8"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":262939,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":262940,"title":"News","titleExcerpt":"News","href":"/category/news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/news/","hasBlogroll":true}},"3":{"menuId":"3","attrs":{"menuPostId":262942,"title":"Lists","titleExcerpt":"Lists","href":"/alternative-rock-lists/","samedomain":true,"hasBlogroll":true}},"4":{"menuId":"4","attrs":{"menuPostId":262943,"title":"Songs","titleExcerpt":"Songs","href":"/category/songs/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/songs/","hasBlogroll":true}},"5":{"menuId":"5","attrs":{"menuPostId":262944,"title":"Videos","titleExcerpt":"Videos","href":"/category/official-music-videos","samedomain":true,"menupath":"/rest/carbon/api/menu/category/official-music-videos","hasBlogroll":true}},"6":{"menuId":"6","attrs":{"menuPostId":262945,"title":"Exclusives","titleExcerpt":"Exclusives","href":"/category/exclusive/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/exclusive/","hasBlogroll":true}},"7":{"menuId":"7","attrs":{"menuPostId":262946,"title":"Rock History","titleExcerpt":"Rock History","href":"/category/anniversaries/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/anniversaries/","hasBlogroll":true}},"8":{"menuId":"8","attrs":{"menuPostId":263993,"title":"365 Prince Songs","titleExcerpt":"365 Prince Songs","href":"/365-prince-songs-in-a-year/","samedomain":true,"hasBlogroll":false}}},"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":114072,"title":"Home","titleExcerpt":"Home","href":"/","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":4018,"title":"News","titleExcerpt":"Music News","href":"/category/news/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/news/","hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":90567,"title":"Lists","titleExcerpt":"Music Lists","href":"/alternative-rock-lists/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":137170,"title":"Songs","titleExcerpt":"Songs","href":"/category/songs/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/songs/","hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":109868,"title":"Videos","titleExcerpt":"Videos","href":"/category/official-music-videos","samedomain":true,"menupath":"/rest/carbon/api/menu/category/official-music-videos","hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":136759,"title":"Exclusives","titleExcerpt":"Exclusives","href":"/category/exclusive/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/exclusive/","hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":210145,"title":"Rock History","titleExcerpt":"Rock History","href":"/category/anniversaries/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/anniversaries/","hasBlogroll":false}},"8":{"menuId":"8","attrs":{"menuPostId":263994,"title":"365 Prince Songs","titleExcerpt":"365 Prince Songs","href":"/category/prince-365-songs/","samedomain":true,"menupath":"/rest/carbon/api/menu/category/prince-365-songs/","hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/promo_links":{"info":{"id":"carbonwidget/nav/promo_links","groupType":"carbonwidget/nav/promo_links"},"params":{"widgetTime":1},"data":["1","2","3","4","5","6","7"],"dataDetails":{"1":{"menuId":"1","attrs":{"menuPostId":244291,"title":"Trending:","titleExcerpt":"Trending:","href":"","samedomain":true,"hasBlogroll":false}},"2":{"menuId":"2","attrs":{"menuPostId":267887,"title":"Depeche Mode Tour Dates","titleExcerpt":"Depeche Mode Tour Dates","href":"/depeche-mode-2018-north-american-tour/","samedomain":true,"hasBlogroll":false}},"3":{"menuId":"3","attrs":{"menuPostId":267693,"title":"2018 Grammys","titleExcerpt":"2018 Grammys","href":"/foo-fighters-2018-grammy/","samedomain":true,"hasBlogroll":false}},"4":{"menuId":"4","attrs":{"menuPostId":267304,"title":"MGMT Album and Tour Details","titleExcerpt":"MGMT Album and Tour Details","href":"/mgmt-little-dark-age-2018-tour-release-date-track-listing/","samedomain":true,"hasBlogroll":false}},"5":{"menuId":"5","attrs":{"menuPostId":267303,"title":"Jack White Tour Dates","titleExcerpt":"Jack White Tour Dates","href":"/jack-white-2018-north-american-tour/","samedomain":true,"hasBlogroll":false}},"6":{"menuId":"6","attrs":{"menuPostId":266972,"title":"2018 Festival Guide","titleExcerpt":"2018 Festival Guide","href":"/2018-music-festival-guide/","samedomain":true,"hasBlogroll":false}},"7":{"menuId":"7","attrs":{"menuPostId":253038,"title":"365 Prince Songs","titleExcerpt":"365 Prince Songs","href":"/365-prince-songs-in-a-year/","samedomain":true,"hasBlogroll":false}}},"redisCached":true},"carbonwidget/nav/footer":{"info":{"id":"carbonwidget/nav/footer","groupType":"carbonwidget/nav/footer"},"params":{"widgetTime":1},"data":["comscore","1","2","3","4"],"dataDetails":{"1":{"menuId":"1","attrs":{"title":"Contact","href":"mailto:staff@diffuser.fm"}},"2":{"menuId":"2","attrs":{"title":"Staff","href":"/staff-contact-info/"}},"3":{"menuId":"3","attrs":{"title":"Privacy","href":"/privacy"}},"4":{"menuId":"4","attrs":{"title":"Advertise","href":"http://www.townsquaremedia.com/national-media/advertise"}},"comscore":{"menuId":"comscore","attrs":{"title":"Loudwire Network"}}},"redisCached":true}},"data":{},"time":{"wpTime":208.424,"mainOptionsTime":29.615,"sidebarsTime":42.17,"widgetsTime":12.248,"processTime":292.558},"experimentGroup":"A"},"serverConfig":{"host":"diffuser.fm","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=606feada089780f65a6bd1208639d6ba3a8d1c5e"></script>
        </body>
      </html>