<pclass="browserupgrade">You are using an <strong>outdated</strong> browser. Please <ahref="https://browsehappy.com/">upgrade
your browser</a> to improve your experience and security.</p>
<![endif]-->
<h2id="what-is-hidden-sounds">What is Hidden Sounds?</h2>
<p>Hidden Sounds is a group of independent artists joining together to support 100% independent releases.</p>
<p>The Spotify playlist is updated weekly with new music and there are streams on Twitch every Tuesday and Thursday at 2 PM EST.
Tuesday streams are more chill, playing the <ahref="https://open.spotify.com/user/ac7gpdbrhe2wjmigacy65mdls/playlist/2YDWLcBzTpDNQDfcQyy76b?si=DTkN1vapRIyjCesTGgA99g">Spotify playlist</a>, while on Thursday member artists host the stream unless it’s the monthly roundup. The monthly roundup features songs released in that month.</p>
<h2id="is-it-thursday-yet">Is it Thursday yet?</h2>
<p><spanid="thursday">Maybe</span>
<script>
const d = new Date().getDay();
var text="";
if(d == 1) text="No, but tomorrow's Tuesday!";
else if(d == 2) text="No, but it's Tuesday!";
else if(d == 3) text="Not yet, it's tomorrow!";
else if(d == 4) text="Yes!";
else text="No, but Tuesday is "+(d == 0 ? 9-d-7 : 9-d) //Hehe