<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

	<script>
		window.appBreakpoints = [{"name":"SMALL","minWidth":0},{"name":"MEDIUM","minWidth":1225},{"name":"LARGE","minWidth":1300}];
		function getScreenSizeClassNames() {
			return appBreakpoints.flatMap((x) =>
				window.innerWidth >= x.minWidth ? [x.name] : []
			);
		}
	</script>

	<style>@layer theme, base, pages, components;
		[x-cloak] {display: none !important;}

		@layer theme {:root {--text-font-pt-sans-narrow: 'PtSansNarrow', ui-sans-serif,system-ui,sans-serif;--text-font-pt-sans: 'PtSans', ui-sans-serif,system-ui,sans-serif;--text-font-pt-serif: 'PtSerif', ui-sans-serif,system-ui,sans-serif;--text-font-pt-serif-caption: 'PtSerifCaption', ui-sans-serif,system-ui,sans-serif;--text-font-default: var(--text-font-pt-sans-narrow);--layout-breakpoint-desktop: 1024px;--layout-spacing-1px: 1px;--layout-spacing-2px: 2px;--layout-spacing-1: 8px;--layout-spacing-2: 12px;--layout-spacing-3: 16px;--layout-spacing-4: 20px;--layout-spacing-5: 36px;--layout-spacing-6: 40px;--layout-spacing-7: 56px;--layout-spacing-8: 80px;--layout-spacing-9: 100px;--layout-spacing-10: 120px;--layout-container-1: 970px;--layout-container-1padding-x: var(--layout-spacing-4);--layout-focus-outline: 0 solid ;--layout-focus-outline-width: 0;--layout-border-width-0: 0;--layout-border-width-1: 1px;--layout-border-width-2: 2px;--layout-border-radius-0: 0;--layout-border-radius-full: 100%;--layout-border-radius-1: 6px;--layout-box-shadow-0: 0;--layout-hr-size: var(--layout-border-width-1);--layout-hr-colour: inherit;--layout-icon-size: 20px;--colour-text: #252525;--colour-text-10: color-mix(in srgb, var(--colour-text), transparent 90%);--colour-text-50: color-mix(in srgb, var(--colour-text), transparent 50%);--colour-text-90: color-mix(in srgb, var(--colour-text), transparent 10%);--colour-grey: #333;--colour-grey-10: color-mix(in srgb, var(--colour-grey), transparent 90%);--colour-grey-50: color-mix(in srgb, var(--colour-grey), transparent 50%);--colour-grey-90: color-mix(in srgb, var(--colour-grey), transparent 10%);--colour-grey-border: var(--colour-grey-50);--colour-grey-border-10: color-mix(in srgb, var(--colour-grey-border), transparent 90%);--colour-grey-border-50: color-mix(in srgb, var(--colour-grey-border), transparent 50%);--colour-grey-border-90: color-mix(in srgb, var(--colour-grey-border), transparent 10%);--colour-grey-background: var(--colour-grey-10);--colour-grey-background-10: color-mix(in srgb, var(--colour-grey-background), transparent 90%);--colour-grey-background-50: color-mix(in srgb, var(--colour-grey-background), transparent 50%);--colour-grey-background-90: color-mix(in srgb, var(--colour-grey-background), transparent 10%);--text-size-small: 14px;--text-size-1: 16px;--text-size-2: 18px;--text-size-3: 20px;--text-size-4: 24px;--text-size-5: 30px;--text-line-height-1: 1;--text-line-height-2: 1.2;--text-line-height-3: 1.5;--text-h1-size: 68px;--text-h2-size: 38px;--text-h3-size: var(--text-size-3);--text-h4-size: var(--text-size-2);--text-h5-size: var(--text-size-1);--text-h6-size: var(--text-size-1);--text-h1-weight: normal;--text-h2-weight: normal;--text-h3-weight: normal;--text-h4-weight: normal;--text-h5-weight: normal;--text-h6-weight: normal;--text-paragraph-margin-bottom-base: 1lh;--text-link-colour-base: inherit;--text-link-decoration-base: none;--form-input-background-colour: white;--form-input-placeholder-colour: var(--colour-text-50);--form-input-border-colour: var(--colour-grey-border);--form-input-border-width: var(--layout-border-width-1);--form-input-border-radius: var(--layout-border-radius-0);--form-input-padding: var(--form-input-padding-y) var(--form-input-padding-x);--form-input-padding-x: var(--layout-spacing-3);--form-input-padding-y: var(--layout-spacing-4);--form-toggle-colour-unchecked: var(--form-input-border-colour);--form-toggle-colour-checked: var(--colour-primary);--form-checkbox-icon-unchecked: url('/icons/checkbox-blank-outline.svg');--form-checkbox-icon-checked: url('/icons/checkbox-outline.svg');--form-radio-icon-unchecked: url('/icons/radiobox-blank.svg');--form-radio-icon-checked: url('/icons/radiobox-marked.svg');--form-select-icon-toggle: url('/icons/chevron-down.svg');--text-size-6: 38px;--text-size-7: 52px;--colour-primary-tm: #000000;--colour-primary-ct: #ee3136;--colour-secondary-ct: #f7bf53;--colour-primary-wta: #cf151a;--colour-theme-background: ;--colour-theme-foreground: ;--colour-theme-highlight: ;--colour-brand-facebook: #0866ff;--colour-brand-twitter: #000000;--colour-brand-apple-music: #FA243C;--colour-brand-spotify: #1ED760;}}
		@font-face { 					font-display: swap; 					font-family: 'PtSansNarrow'; 					font-weight: 400; 					font-style: normal; 					font-stretch: condensed; 					src: url('/fonts/PT-Sans-Narrow-Regular.woff2') format('woff2'); 				}@font-face { 					font-display: swap; 					font-family: 'PtSansNarrow'; 					font-weight: 700; 					font-style: normal; 					font-stretch: condensed; 					src: url('/fonts/PT-Sans-Narrow-Bold.woff2') format('woff2'); 				}@font-face { 					font-display: swap; 					font-family: 'PtSans'; 					font-weight: 400; 					font-style: normal; 					font-stretch: normal; 					src: url('/fonts/PT-Sans-Regular.woff2') format('woff2'); 				}@font-face { 					font-display: swap; 					font-family: 'PtSans'; 					font-weight: 700; 					font-style: normal; 					font-stretch: normal; 					src: url('/fonts/PT-Sans-Bold.woff2') format('woff2'); 				}@font-face { 					font-display: swap; 					font-family: 'PtSans'; 					font-weight: 400; 					font-style: italic; 					font-stretch: normal; 					src: url('/fonts/PT-Sans-Italic.woff2') format('woff2'); 				}@font-face { 					font-display: swap; 					font-family: 'PtSans'; 					font-weight: 700; 					font-style: italic; 					font-stretch: normal; 					src: url('/fonts/PT-Sans-BoldItalic.woff2') format('woff2'); 				}@font-face { 					font-display: swap; 					font-family: 'PtSerif'; 					font-weight: 700; 					font-style: normal; 					font-stretch: normal; 					src: url('/fonts/PT-Serif-Bold.woff2') format('woff2'); 				}@font-face { 					font-display: swap; 					font-family: 'PtSerifCaption'; 					font-weight: 400; 					font-style: normal; 					font-stretch: normal; 					src: url('/fonts/PT-Serif-Caption-Regular.woff2') format('woff2'); 				}</style>

	<script defer src="/js/app.min.x20hwsj65h.js"></script>

	<link href="/css/app.min.o0d0dzwn3d.css" rel="stylesheet" />

	<script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async crossorigin="anonymous"></script><script src="https://fundingchoicesmessages.google.com/i/pub-6649950241603651?ers=1" async></script><script>(function() {function signalGooglefcPresent() {if (!window.frames['googlefcPresent']) {if (document.body) {const iframe = document.createElement('iframe'); iframe.style = 'width: 0; height: 0; border: none; z-index: -1000; left: -1000px; top: -1000px;'; iframe.style.display = 'none'; iframe.name = 'googlefcPresent'; document.body.appendChild(iframe);} else {setTimeout(signalGooglefcPresent, 0);}}}signalGooglefcPresent();})();</script><script>'use strict';(()=>{var P=Object.defineProperty;var b=(i,e,t)=>e in i?P(i,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):i[e]=t;var c=(i,e,t)=>b(i,typeof e!='symbol'?e+'':e,t);var u=(i,e,t)=>new Promise((n,o)=>{var a=s=>{try{r(t.next(s))}catch(l){o(l)}},d=s=>{try{r(t.throw(s))}catch(l){o(l)}},r=s=>s.done?n(s.value):Promise.resolve(s.value).then(a,d);r((t=t.apply(i,e)).next())});var f=class{constructor(e){c(this,'p');c(this,'personId');c(this,'device',{});this.p=e}getTrait(e){throw new Error('Unavailable.')}addTrait(e,t,n){return u(this,null,function*(){this.p('addTrait',[e,t,n])})}setTrait(e,t,n){return u(this,null,function*(){this.p('setTrait',[e,t,n])})}getProfile(){throw new Error('Unavailable.')}setProfile(e){return u(this,null,function*(){this.p('setProfile',[e])})}touchAndGetSessionId(){throw new Error('Unavailable.')}mergeProfile(e){return u(this,null,function*(){this.p('mergeProfile',[e])})}mergeTwoProfiles(e,t){throw new Error('Unavailable.')}reset(e){return u(this,null,function*(){this.p('reset',[e])})}syncIdentity(e){throw new Error('Unavailable.')}isAnonymous(e){throw new Error('Unavailable.')}flushIdentitySyncQueue(){return u(this,null,function*(){this.p('flushIdentitySyncQueue',[])})}sanitiseProfile(e){throw new Error('Unavailable.')}generateNewSessionId(e){throw new Error('Unavailable.')}};var p=class{constructor(e){c(this,'p');this.p=e}custom(e,t,n){this.p('custom',[e,t,n])}viewPage(e,t){this.p('viewPage',[e,t])}addPaymentMethod(e,t,n){this.p('addPaymentMethod',[e,t,n])}keywordSearch(e,t,n){this.p('keywordSearch',[e,t,n])}userLogin(e,t,n){this.p('userLogin',[e,t,n])}userLoginSignup(e,t,n){this.p('userLoginSignup',[e,t,n])}newsletterSignup(e,t,n){this.p('newsletterSignup',[e,t,n])}applyPromotionalCode(e,t,n){this.p('applyPromotionalCode',[e,t,n])}lead(e,t,n){this.p('lead',[e,t,n])}startTrial(e,t,n){this.p('startTrial',[e,t,n])}contactMessage(e,t,n){this.p('contactMessage',[e,t,n])}schedule(e,t,n){this.p('schedule',[e,t,n])}viewContentItem(e,t,n){this.p('viewContentItem',[e,t,n])}order(e,t,n){this.p('order',[e,t,n])}subscriptionItemPurchase(e,t,n){this.p('subscriptionItemPurchase',[e,t,n])}initiateCheckout(e,t,n){this.p('initiateCheckout',[e,t,n])}viewProduct(e,t,n){this.p('viewProduct',[e,t,n])}addToCart(e,t,n){this.p('addToCart',[e,t,n])}addToWishlist(e,t,n){this.p('addToWishlist',[e,t,n])}removeFromCart(e,t,n){this.p('removeFromCart',[e,t,n])}changeProductAttribute(e,t,n){this.p('changeProductAttribute',[e,t,n])}filterItemsByAttribute(e,t,n){this.p('filterItemsByAttribute',[e,t,n])}activity(e,t,n){this.p('activity',[e,t,n])}};var y=(i,e)=>{window.Converge||(window.Converge={}),window.ConvergeTrackingQueue||(window.ConvergeTrackingQueue=[]),window.Converge.track||(window.Converge.track=new p(i)),window.Converge.identity||(window.Converge.identity=new f(e)),window._skInitH||(window._skInitH=[])},h=()=>{window.addEventListener('message',i=>{let e=i.data;e.dest==='seeka'&&window.Converge[e.payload.api][e.payload.method](...e.payload.params)},!1)};var I=(i,e,t)=>{var o;if(!e||e.length===0||!i)return t;let n=i.toLowerCase().replace('www.','').split(':')[0];for(let a=0;a<e.length;a++){let d=e[a],r=(o=d.hostname)==null?void 0:o.toLowerCase().replace('www.','').split(':')[0];if(n.endsWith(r)||r.endsWith(n)||n===r)return d;let s=r.split('.').slice(1).join('.');if(n.endsWith(s)||s.endsWith(n))return d}return t};var v=(i,e)=>{i.forEach(t=>{if(t.id&&A.has(t.id))return;t.id&&A.add(t.id);let n=document.getElementsByTagName('script')[0];e&&document.body?document.body.appendChild(t):n&&n.parentNode?n.parentNode.insertBefore(t,n):document.head.appendChild(t)})},A=new Set,S=i=>{var o;let e='sk_int';(sessionStorage&&sessionStorage.getItem(e)==='1'||((o=window.location.search)==null?void 0:o.indexOf('_s_sidekick'))>-1)&&v(i,!1);let t=['scroll','click','keydown','mousemove','touchstart','touchmove','mousedown'],n=a=>{v(i,!0),t.forEach(d=>window.removeEventListener(d,n)),sessionStorage&&sessionStorage.setItem(e,'1')};t.forEach(a=>window.addEventListener(a,n))},m=(i,e,t,n)=>{var d,r,s,l;if(window._skInitH||(window._skInitH=[]),window._skInitH.indexOf(i)>-1)return;window._skInitH.push(i);let o=document.createElement('script');o.async=!0,o.id='seeka-init',e&&(o.onload=function(g){e(g)}),t&&(o.onerror=function(g){t(g)});let a=null;if(i.indexOf('cache=')>-1||((d=window.location.search)==null?void 0:d.indexOf('cache=0'))>-1||((r=window.location.search)==null?void 0:r.indexOf('test=full'))>-1||((s=window.location.search)==null?void 0:s.indexOf('_cache=0'))>-1||((l=window.location.search)==null?void 0:l.indexOf('_s_sidekick_mode'))>-1)a=new Date().getTime().toString();else try{a=sessionStorage.getItem('sk_config_cache')}catch(g){a=''}a&&(i=i+'&cache='+a),o.src=i,window.Seeka=window.Seeka||{},window.Seeka.client=window.Seeka.client||{};try{window.Seeka.client.origin={h:new URL(i).hostname}}catch(g){console.log(g)}n===!0?S([o]):v([o],!1)},k=i=>{if(!i||!i.instances||i.instances.length===0)return;let e={hostname:'sdk.seeka.services'};(!i.hosts||i.hosts.length===0)&&(i.hosts=[e]);let t=!1;try{t=!!sessionStorage.getItem('sk_ses_h_def')}catch(r){console.error(r)}let n=t?e:I(window.location.hostname,i.hosts,e),o=i.instances.map(r=>r.id).join('_'),a='';i.instances.forEach((r,s)=>{a+=(a?'&':'?')+`k[${s}]=${r.key}`});let d=r=>`${r.protocol||'https'}://${r.hostname}${r.port?':'+r.port:''}${r.path===void 0?'/static/c':r.path}/${o}${r.ext===void 0?'.js':r.ext}${a}${i.extraParams?'&'+i.extraParams:''}`;m(d(n),i.onLoad,r=>{n.hostname!==e.hostname?window.location.hostname==='localhost'?console.error('Failed Seeka '+n.hostname):(console.warn('Failed Seeka '+n.hostname+'. Using '+e.hostname),sessionStorage.setItem('sk_ses_h_def','1'),m(d(e),i.onLoad,()=>{console.error('Failed Seeka '+e.hostname),i.onError&&i.onError(r)})):i.onError&&i.onError(r)},i.waitForInteraction)};var C=()=>{y((i,e)=>{window.ConvergeTrackingQueue.push({t:'act',a:[i,...e]})},(i,e)=>{window.ConvergeTrackingQueue.push({t:'id',a:[i,...e]})})};C();window.SeekaInit=m;window.SeekaInstall=k;h();})();</script><link rel="preload" href="/fonts/PT-Sans-Narrow-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /><link rel="preload" href="/fonts/PT-Sans-Narrow-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /><link rel="preload" href="/fonts/PT-Sans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /><link rel="preload" href="/fonts/PT-Serif-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /><link rel="icon" href="https://media.themusic.com.au/images/site-assets/favicon-themusic.ico" sizes="32x32" /><link rel="icon" href="https://media.themusic.com.au/images/site-assets/favicon-themusic.svg" type="image/svg&#x2B;xml" /><link rel="alternate" type="application/rss&#x2B;xml" href="/feed.rss" title="RSS feed for The Music" /><script>SeekaInstall({'extraParams':'&vo=latest','hosts':[],'instances':[{"org":"ac89966fb0cfa6f612ac3a1b61e296c7","id":"58955d3ecea61c9ab4293a1b61e394c0","key":"sdkr_Q2ZESjhJRHB3eUhoYTRSR3NCd1Vzd05VeVVXWlJmY3FQNXJsd0JtZXdNa1lWc2tMVFBfMGVyd0I0VG01N0dNU0IyYUpmX0NCTTRGTVZpc3JubXQtSHpiZ0k5Nno0dVV1djZ1TmtTaVJ0MmJBX0RILXhSYlF5R2hnZE1NQkw4T2JabE5ray12bm1sSU82d2pla3FvMGFuNUlIRWdMak16VjV3MUJWR0k0VnNkZjJFXzQ"}]});</script><script src="https://sdk.k-words.io/script.js" defer data-kwords-site-id="98d000aa-b776-43ec-8888-27395bd04791"></script><script>(function(){window.dm=window.dm||{AjaxData:[]};window.dm.AjaxEvent=function(et,d,ssid,ad){dm.AjaxData.push({et:et,d:d,ssid:ssid,ad:ad});if(typeof window.DotMetricsObj!='undefined'){DotMetricsObj.onAjaxDataUpdate();}};const d=document,h=d.getElementsByTagName('head')[0],s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://au-script.dotmetrics.net/door.js?id=16001';h.appendChild(s);})();</script><script src="https://s.skimresources.com/js/273099X1758751.skimlinks.js" defer></script><script src="https://cdn.gist.ai/searchWidget-3.0.js" defer async type="module"></script><script type="application/ld&#x2B;json">{"name":"The Music","url":"https://themusic.com.au/","@context":"https://schema.org","@type":"WebSite"}</script>

	<title>The Music</title>
	<meta name="title" content="The Music" />
	<meta name="og:title" content="The Music" />
	<meta name="twitter:title" content="The Music" />

	<meta name="og:site_name" content="The Music" /><meta name="description" content="Australia&#x27;s #1 source of music news, gig guide, reviews, interviews, set lists, concert tickets and more" />
		<meta name="og:description" content="Australia&#x27;s #1 source of music news, gig guide, reviews, interviews, set lists, concert tickets and more" />
		<meta name="twitter:description" content="Australia&#x27;s #1 source of music news, gig guide, reviews, interviews, set lists, concert tickets and more" /><meta property="og:type" content="website" /><link rel="preconnect" href="https://media.themusic.com.au" /><link rel="preconnect" href="https://securepubads.g.doubleclick.net" /><meta name="robots" content="all, max-snippet:-1, max-image-preview:large, max-video-preview:-1"></head>

<body x-data="sbWindow" x-bind="bindingsBody" id="page-home" class="themusic SMALL" style="--colour-theme-background:#181818;--colour-theme-foreground:#ffffff;--colour-theme-highlight:#922525;"><script>document.body.classList.add(...getScreenSizeClassNames());</script>

	<div id="site" x-data="site({&quot;lazyLoadFetchPercent&quot;:200,&quot;lazyLoadRenderPercent&quot;:25,&quot;lazyLoadMobileScaling&quot;:2.0,&quot;targetingRefreshKey&quot;:&quot;refresh&quot;,&quot;refreshTimeMilliseconds&quot;:30000,&quot;targets&quot;:{&quot;env&quot;:&quot;production&quot;,&quot;pageType&quot;:&quot;home&quot;,&quot;title&quot;:&quot;&quot;}}, )"><div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:true,&quot;allowFluid&quot;:false,&quot;targets&quot;:{&quot;pos&quot;:&quot;0&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[320,50],[320,100]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[320,50],[320,100]],&quot;767&quot;:[],&quot;1024&quot;:[],&quot;1624&quot;:[]}})" class="ad anchor pos-0"></div>

<div x-data="navigation"><nav id="nav-bar"><button class="menu-toggle" type="button" x-on:click="mainMenuToggle"><svg class="icon menu " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="Menu"><title>Menu</title><path d="M3,6H21V8H3V6M3,11H21V13H3V11M3,16H21V18H3V16Z"></path></svg></button>

	<a class="home-link" href="/" x-data="sbLink" x-bind="bindingsLink"><svg class="icon themusic logo themusic  small" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 530 200" aria-label="Home"><title>Home</title><path d="m 67.354167,38.41921 c 2.409091,0 4.717803,-0.600301 6.725378,-1.900951 v 11.105553 c -0.501893,-0.2001 -1.304924,-0.4002 -1.907197,-0.4002 -1.806818,0 -3.412878,1.0005 -6.524621,0.90045 -5.721591,0 -10.640151,-3.201601 -13.651515,-7.603802 v 2.201101 c 0,1.50075 0.401515,3.2016 1.505682,4.402201 l -15.157197,-0.10005 c 1.204545,-1.200601 1.606061,-2.901451 1.606061,-4.302151 V 27.913957 c 0,-2.701351 -1.405303,-3.501751 -3.613637,-3.501751 -1.806818,0 -3.3125,1.0005 -3.3125,2.101051 v 16.208104 c 0,1.4007 0.401515,3.10155 1.505682,4.302151 H 19.373106 c 1.204546,-1.200601 1.606061,-2.901451 1.606061,-4.402201 V 24.412206 h -4.115531 v 18.209105 c 0,1.50075 0.401516,3.2016 1.505682,4.402201 L 3.2121212,46.923462 C 4.3162879,45.822911 4.717803,44.022011 4.717803,42.621311 L 4.8181818,24.412206 0,24.312156 16.964015,2.9014507 16.863636,14.607304 h 4.115531 L 21.079545,4.3021511 C 21.079545,2.9014507 20.67803,1.2006003 19.473485,0 H 33.125 l -0.100379,14.907454 c 1.104167,-0.8004 2.609849,-1.300651 4.115531,-1.300651 6.926136,0 12.446969,2.301151 14.253787,8.604303 2.910985,-4.902452 8.130682,-8.504253 14.354167,-8.504253 11.142046,0 16.261364,8.304153 16.160985,17.608805 0,1.2006 0.200757,2.701351 0.80303,3.601801 h -21.48106 c 1.204545,2.10105 3.714015,3.501751 6.123106,3.501751 z m -6.625,-10.305153 h 9.335227 c -0.301136,-2.201101 -2.007576,-4.302151 -4.617424,-4.302151 -2.710228,0 -4.416667,2.10105 -4.717803,4.302151 z"></path><path d="m 530,182.1911 c -2.50947,-0.30015 -5.42045,0.6003 -7.92992,1.70085 -2.50947,1.2006 -8.23106,5.50275 -11.74432,7.0035 -17.66667,7.90395 -37.03978,7.0035 -53.90341,0.30015 -11.44318,-3.90195 -20.87879,-10.70535 -28.20644,-19.20961 -4.91856,-5.4027 -9.03409,-11.50575 -12.04546,-18.009 q -0.80303,-2.001 -1.60606,-4.10205 v 13.6068 c 0,5.10255 1.40531,11.2056 5.42046,15.50775 h -53.80303 c 4.01515,-4.30215 5.42045,-10.4052 5.42045,-15.50775 v -3.4017 c -8.93371,14.4072 -27.40341,20.71036 -45.97348,20.71036 -12.54735,0 -19.17235,-4.40221 -29.41099,-4.90246 -1.10416,0 -2.20833,0.10005 -3.51325,0.30015 C 268.61364,181.7909 262.28977,200 234.68561,200 c -24.39205,0 -43.46402,-12.8064 -50.08902,-30.91546 v 6.50325 c 0,5.20261 1.4053,11.40571 5.42046,15.60781 h -54.10417 c 4.11553,-4.2021 5.52083,-10.4052 5.52083,-15.60781 v -72.23611 c 0,-9.704857 -5.01894,-12.506257 -12.84848,-12.506257 -6.625,0 -11.8447,3.301651 -11.8447,7.603802 v 77.138565 c 0,5.20261 1.4053,11.40571 5.42045,15.60781 H 68.056818 c 4.11553,-4.2021 5.520834,-10.4052 5.520834,-15.60781 v -72.23611 c 0,-9.704857 -5.01894,-12.506257 -12.848485,-12.506257 -6.625,0 -11.844697,3.301651 -11.844697,7.603802 v 77.138565 c 0,5.20261 1.405303,11.40571 5.420454,15.60781 H 0.30113636 C 4.3162879,186.9935 5.7215909,180.7904 5.7215909,175.58779 V 89.444722 c 0,-4.002001 -1.907197,-8.804402 -5.21969696,-12.306153 C 25.897727,71.235618 32.522727,52.026013 61.431818,52.026013 c 15.257576,0 28.306818,4.802401 37.943182,12.606303 10.43939,-10.005002 19.97538,-12.606303 29.91288,-12.606303 25.79735,0 45.8731,13.706853 52.69886,32.916458 v -8.904452 c 0,-4.902451 -1.30492,-10.805403 -5.11932,-14.907454 h 51.49432 c -3.81439,4.102051 -5.21969,10.005003 -5.21969,14.907454 v 75.137571 c 0,9.2046 4.7178,11.90595 12.24621,11.90595 6.32386,0 11.24242,-3.10155 11.24242,-7.2036 V 76.038019 c 0,-4.902451 -1.30492,-10.805403 -5.2197,-14.907454 h 51.5947 c -3.91477,4.102051 -5.2197,10.005003 -5.2197,14.907454 v 4.202101 c 5.2197,-15.007504 19.77463,-23.211606 37.64205,-23.211606 10.64015,0 20.67803,2.601301 29.91288,2.601301 3.3125,0 7.82954,-0.70035 10.74053,-2.601301 v 39.11956 c -10.23864,-5.002501 -15.75947,-9.504752 -27.80492,-9.504752 -3.61364,0 -6.42425,2.2011 -6.42425,5.702851 0,9.104557 27.60417,8.804407 39.75,26.613307 V 57.728864 h 48.38258 c -4.01515,4.302152 -5.42046,10.405203 -5.42046,15.507754 v 27.313662 q 0.30114,-0.70036 0.5019,-1.300655 c 1.50568,-3.801901 3.3125,-7.403702 5.42045,-10.805403 7.02652,-12.406203 17.56629,-22.811406 31.41856,-28.914457 4.51705,-2.001001 10.23864,-2.701351 13.55114,-4.202101 v 0.4002 c 13.45076,-3.601801 28.00568,-3.401701 41.75758,1.90095 4.7178,1.700851 9.23484,5.302652 12.54734,6.503252 2.30872,0.90045 5.62122,1.6008 7.62879,1.2006 L 506.8125,118.45923 c -2.30871,-6.2031 -9.03409,-12.006 -17.26515,-15.10755 -11.04167,-4.302155 -24.09091,1.90095 -28.60796,13.50675 -2.20833,5.70285 -1.90719,11.90595 0.20076,17.2086 5.11932,11.30566 18.36932,16.80841 29.31061,12.10606 8.0303,-3.6018 14.35416,-9.70486 16.36174,-16.10806 z M 331.14962,140.97049 c 0,-10.90546 -34.5303,-10.00501 -43.36364,-35.01751 v 21.51075 c 8.03031,10.6053 22.48485,20.11006 31.41857,20.11006 4.51704,0 11.94507,-0.90045 11.94507,-6.6033 z"></path><path d="m 392.17992,5.5027514 c 11.34281,0 21.68182,8.9044526 21.68182,21.6108056 0,12.706353 -10.33901,21.710855 -21.68182,21.710855 -11.3428,0 -21.78219,-9.004502 -21.78219,-21.710855 0,-12.706353 10.43939,-21.6108056 21.78219,-21.6108056 z"></path></svg></a>

	<div class="nav-links"><a class="" href="/news" x-data="sbLink" x-bind="bindingsLink">News</a>
			<span class="spacer">|</span><a class="" href="/features" x-data="sbLink" x-bind="bindingsLink">Features</a>
			<span class="spacer">|</span><a class="" href="/industry" x-data="sbLink" x-bind="bindingsLink">Industry</a>
			<span class="spacer">|</span><a class="" href="/charts" x-data="sbLink" x-bind="bindingsLink">Charts</a>
			<span class="spacer">|</span><a class="" href="/reviews" x-data="sbLink" x-bind="bindingsLink">Reviews</a>
			<span class="spacer">|</span><a class="" href="/gigs" x-data="sbLink" x-bind="bindingsLink">Gigs</a>
			<span class="spacer">|</span><a class="" href="/page/power-50-2025" x-data="sbLink" x-bind="bindingsLink">Power 50</a>
			<span class="spacer">|</span></div>

	<div class="actions"><div class="socials"><a class="" href="https://www.facebook.com/themusic.com.au" target="_blank"><svg class="icon facebook " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="View The Music&#x27;s Facebook"><title>View The Music&#x27;s Facebook</title><path d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"></path></svg></a>
	<a class="" href="https://www.instagram.com/themusiccomau" target="_blank"><svg class="icon instagram " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="View The Music&#x27;s Instagram"><title>View The Music&#x27;s Instagram</title><path d="M7.0301.084c-1.2768.0602-2.1487.264-2.911.5634-.7888.3075-1.4575.72-2.1228 1.3877-.6652.6677-1.075 1.3368-1.3802 2.127-.2954.7638-.4956 1.6365-.552 2.914-.0564 1.2775-.0689 1.6882-.0626 4.947.0062 3.2586.0206 3.6671.0825 4.9473.061 1.2765.264 2.1482.5635 2.9107.308.7889.72 1.4573 1.388 2.1228.6679.6655 1.3365 1.0743 2.1285 1.38.7632.295 1.6361.4961 2.9134.552 1.2773.056 1.6884.069 4.9462.0627 3.2578-.0062 3.668-.0207 4.9478-.0814 1.28-.0607 2.147-.2652 2.9098-.5633.7889-.3086 1.4578-.72 2.1228-1.3881.665-.6682 1.0745-1.3378 1.3795-2.1284.2957-.7632.4966-1.636.552-2.9124.056-1.2809.0692-1.6898.063-4.948-.0063-3.2583-.021-3.6668-.0817-4.9465-.0607-1.2797-.264-2.1487-.5633-2.9117-.3084-.7889-.72-1.4568-1.3876-2.1228C21.2982 1.33 20.628.9208 19.8378.6165 19.074.321 18.2017.1197 16.9244.0645 15.6471.0093 15.236-.005 11.977.0014 8.718.0076 8.31.0215 7.0301.0839m.1402 21.6932c-1.17-.0509-1.8053-.2453-2.2287-.408-.5606-.216-.96-.4771-1.3819-.895-.422-.4178-.6811-.8186-.9-1.378-.1644-.4234-.3624-1.058-.4171-2.228-.0595-1.2645-.072-1.6442-.079-4.848-.007-3.2037.0053-3.583.0607-4.848.05-1.169.2456-1.805.408-2.2282.216-.5613.4762-.96.895-1.3816.4188-.4217.8184-.6814 1.3783-.9003.423-.1651 1.0575-.3614 2.227-.4171 1.2655-.06 1.6447-.072 4.848-.079 3.2033-.007 3.5835.005 4.8495.0608 1.169.0508 1.8053.2445 2.228.408.5608.216.96.4754 1.3816.895.4217.4194.6816.8176.9005 1.3787.1653.4217.3617 1.056.4169 2.2263.0602 1.2655.0739 1.645.0796 4.848.0058 3.203-.0055 3.5834-.061 4.848-.051 1.17-.245 1.8055-.408 2.2294-.216.5604-.4763.96-.8954 1.3814-.419.4215-.8181.6811-1.3783.9-.4224.1649-1.0577.3617-2.2262.4174-1.2656.0595-1.6448.072-4.8493.079-3.2045.007-3.5825-.006-4.848-.0608M16.953 5.5864A1.44 1.44 0 1 0 18.39 4.144a1.44 1.44 0 0 0-1.437 1.4424M5.8385 12.012c.0067 3.4032 2.7706 6.1557 6.173 6.1493 3.4026-.0065 6.157-2.7701 6.1506-6.1733-.0065-3.4032-2.771-6.1565-6.174-6.1498-3.403.0067-6.156 2.771-6.1496 6.1738M8 12.0077a4 4 0 1 1 4.008 3.9921A3.9996 3.9996 0 0 1 8 12.0077"></path></svg></a>
	<a class="" href="https://www.tiktok.com/@themusicau" target="_blank"><svg class="icon tiktok " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="View The Music&#x27;s TikTok"><title>View The Music&#x27;s TikTok</title><path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"></path></svg></a></div>
		<div class="share-page" x-data="sharePage"><button class="share" type="button" x-on:click="shareCurrentPageUrl"><svg class="icon share-variant " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="Share Page"><title>Share Page</title><path d="M18,16.08C17.24,16.08 16.56,16.38 16.04,16.85L8.91,12.7C8.96,12.47 9,12.24 9,12C9,11.76 8.96,11.53 8.91,11.3L15.96,7.19C16.5,7.69 17.21,8 18,8A3,3 0 0,0 21,5A3,3 0 0,0 18,2A3,3 0 0,0 15,5C15,5.24 15.04,5.47 15.09,5.7L8.04,9.81C7.5,9.31 6.79,9 6,9A3,3 0 0,0 3,12A3,3 0 0,0 6,15C6.79,15 7.5,14.69 8.04,14.19L15.16,18.34C15.11,18.55 15.08,18.77 15.08,19C15.08,20.61 16.39,21.91 18,21.91C19.61,21.91 20.92,20.61 20.92,19A2.92,2.92 0 0,0 18,16.08Z"></path></svg></button><div x-cloak x-show="showSimpleShare" class="simple-share" x-on:click.outside.prevent="closeSimpleShare"><div>Share page on:</div>
			<a class="" href="https://www.facebook.com/sharer/sharer.php?u=https://themusic.com.au/" target="_blank" x-on:click="closeSimpleShare"><svg class="icon facebook " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="Facebook"><title>Facebook</title><path d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"></path></svg>
				<span>Facebook</span></a>
			<a class="" href="https://x.com/intent/tweet?url=https://themusic.com.au/" target="_blank" x-on:click="closeSimpleShare"><svg class="icon x " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="X"><title>X</title><path d="M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z"></path></svg>
				<span>X</span></a></div></div>
		<button class="search" type="button" x-on:click="openSearch"><svg class="icon magnify " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="Search"><title>Search</title><path d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z"></path></svg></button></div></nav>
	<nav id="nav-menu" x-cloak x-show="mainMenuOpen" x-on:click.outside.prevent="mainMenuClose" x-transition:enter-start="opening"><button class="menu-close" type="button" x-on:click="mainMenuClose"><svg class="icon close " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="Close Menu"><title>Close Menu</title><path d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"></path></svg></button>

	<div class="content"><div class="account-links"><span class="user-account"><a class="login" href="/login?returnPath=%2F">Login</a>
		<span>|</span>
		<a class="register" href="/register?returnPath=%2F">Register</a></span></div>

		<hr>

		<div><a class="" href="/" x-data="sbLink" x-bind="bindingsLink">Home</a><a class="" href="/news" x-data="sbLink" x-bind="bindingsLink">News</a><a class="" href="/features" x-data="sbLink" x-bind="bindingsLink">Features</a><a class="" href="/industry" x-data="sbLink" x-bind="bindingsLink">Industry News</a><a class="" href="/gigs" x-data="sbLink" x-bind="bindingsLink">Gig Guide</a><a class="" href="/culture" x-data="sbLink" x-bind="bindingsLink">Culture</a><a class="" href="/charts" x-data="sbLink" x-bind="bindingsLink">Charts</a><a class="" href="/playlists" x-data="sbLink" x-bind="bindingsLink">Playlists</a><a class="" href="/reviews" x-data="sbLink" x-bind="bindingsLink">Reviews</a><a class="" href="/galleries" x-data="sbLink" x-bind="bindingsLink">Galleries</a><a class="" href="/page/power-50-2025" x-data="sbLink" x-bind="bindingsLink">Power 50</a><a class="" href="/cover-artists" x-data="sbLink" x-bind="bindingsLink">Cover Artists</a><a class="" href="/back-issues" x-data="sbLink" x-bind="bindingsLink">Street Press Archive</a><a class="" href="/page/enquire" x-data="sbLink" x-bind="bindingsLink">Advertise With Us</a><a class="" href="/page/contact-us" x-data="sbLink" x-bind="bindingsLink">Contact Us</a></div>

		<hr>

		<div class="searches"><form class="" method="get" action="/search"><div class="form-field"><label for="query">Search Articles</label><div class="input"><input id="query" name="query" type="text" placeholder="Search content..." x-ref="articlesSearch" /></div></div></form>

			<div class="form-field autocomplete" x-data="sbFormAutocomplete(1,[])"><label for="autocomplete-input-artists">Search By Artist Or Tag</label><div class="input"><template x-teleport="#additional-forms"><form class="" id="autocomplete-form-artists" method="get" action="/api/artists/autocomplete" x-target="autocomplete-items-artists" autocomplete="off"></form></template>

<input type="search" x-bind="bindingsAutocompleteSearch" x-bind:disabled="selectedItems?.length &gt;= maxItems" form="autocomplete-form-artists" id="autocomplete-input-artists" name="searchTerms" placeholder="Search artists &amp; tags..." />

<div id="autocomplete-items-artists" class="items"></div>

<div class="autocomplete-selected" x-show="selectedItems?.length" x-cloak><template x-for="(item, index) in selectedItems"><p x-text="item.value"></p></template></div></div></div>

			<div class="form-field autocomplete" x-data="sbFormAutocomplete(1,[])"><label for="autocomplete-input-writers">Search By Writer</label><div class="input"><template x-teleport="#additional-forms"><form class="" id="autocomplete-form-writers" method="get" action="/api/writers/autocomplete" x-target="autocomplete-items-writers" autocomplete="off"></form></template>

<input type="search" x-bind="bindingsAutocompleteSearch" x-bind:disabled="selectedItems?.length &gt;= maxItems" form="autocomplete-form-writers" id="autocomplete-input-writers" name="searchTerms" placeholder="Search writers..." />

<div id="autocomplete-items-writers" class="items"></div>

<div class="autocomplete-selected" x-show="selectedItems?.length" x-cloak><template x-for="(item, index) in selectedItems"><p x-text="item.value"></p></template></div></div></div></div></div></nav></div>

<div id="content-wrapper"><div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:false,&quot;targets&quot;:{&quot;pos&quot;:&quot;L&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,900]],&quot;sizeMappings&quot;:{&quot;0&quot;:[],&quot;767&quot;:[],&quot;1024&quot;:[],&quot;1624&quot;:[[300,900]]}})" class="ad skins pos-L"></div>
	<div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:false,&quot;targets&quot;:{&quot;pos&quot;:&quot;R&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,900]],&quot;sizeMappings&quot;:{&quot;0&quot;:[],&quot;767&quot;:[],&quot;1024&quot;:[],&quot;1624&quot;:[[300,900]]}})" class="ad skins pos-R"></div>

	<div id="content"><header><a class="" href="/features/death-cab-for-cutie-ben-gibbard-i-built-you-a-tower-interview/45lZ9_b5-Ps/11-06-26" x-data="sbLink" x-bind="bindingsLink"><img class="image" src="https://media.themusic.com.au/images/standard/Covers/websiteheader-dcfc-shervinlainez.970x245.webp" alt="&#x2018;We Can Learn Lessons From The Old Records&#x2019;: Death Cab For Cutie&#x2019;s Ben Gibbard On Songwriting, Legacy &amp; New Music" style="--ratio: 970/245;" width="970" height="245" loading="eager" fetchpriority="auto" decoding="async" /></a></header>

		<div class="site-banner" id="billboard"><div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:false,&quot;targets&quot;:{&quot;pos&quot;:&quot;1&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[320,50],[320,100],[768,90],[970,90],[970,250]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[320,50],[320,100]],&quot;767&quot;:[[768,90]],&quot;1024&quot;:[[970,90],[970,250]],&quot;1624&quot;:[[970,90],[970,250]]}})" class="ad billboard pos-1"></div>
			</div>

		<main><div class="content "><div class="articles" x-data x-init=""><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article leadstory" href="/news/spicks-and-specks-locks-in-2026-premiere-date/UCzuQkVER0Y/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="title">&#x27;Spicks And Specks&#x27; Locks In 2026 Premiere Date</div><div class="date"><span class="local-date " x-data="sbLocalisedDate(&#x27;2026-06-10T05:46:18.0000000Z&#x27;, &#x27;&#x27;, {&quot;hour12&quot;:false,&quot;year&quot;:&quot;numeric&quot;,&quot;month&quot;:&quot;long&quot;,&quot;day&quot;:&quot;numeric&quot;})"></span> |
					<span class="local-date " x-data="sbLocalisedDate(&#x27;2026-06-10T05:46:18.0000000Z&#x27;, &#x27;&#x27;, {&quot;hour12&quot;:true,&quot;hour&quot;:&quot;numeric&quot;,&quot;minute&quot;:&quot;2-digit&quot;})"></span></div><div class="writer">
				by Mary Varvaris</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-25/2505-alan-brough-myf-warhurst-adam-hills.360x240.webp" alt="Spicks And Specks&#x27; Alan Brough, Myf Warhurst &amp; Adam Hills" style="--ratio: 360/240;" width="360" height="240" loading="eager" fetchpriority="high" decoding="sync" srcset="https://media.themusic.com.au/images/standard/news-25/2505-alan-brough-myf-warhurst-adam-hills.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-25/2505-alan-brough-myf-warhurst-adam-hills.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-25/2505-alan-brough-myf-warhurst-adam-hills.990x660.webp 2.75x" />

			<div class="text"><div class="summary long">Hands on buzzers: 'Spicks And Specks' returns to our screens next month.</div></div></div></a></div>

	<div id="trending" class="mobile"><h2>Trending Today</h2>

	<div class="list"><a class="" href="/news/jose-carreras-one-night-only-extravaganza-the-gabba-robbie-williams-the-corrs/WSfnTUxPTnE/10-06-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">1</div><div class="title">Jos&#xE9; Carreras To Host One-Night-Only Extravaganza At The Gabba With Robbie Williams, The Corrs &amp; More</div></a><a class="" href="/news/spicks-and-specks-locks-in-2026-premiere-date/UCzuQkVER0Y/10-06-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">2</div><div class="title">&#x27;Spicks And Specks&#x27; Locks In 2026 Premiere Date</div></a><a class="" href="/news/jet-announce-part-2-of-2026-regional-australian-tour/GGSmCg0MDw4/09-06-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">3</div><div class="title">Jet Announce &#x27;Part 2&#x27; Of 2026 Regional Australian Tour</div></a><a class="" href="/news/simple-minds-announce-2027-australian-tour/hvo0mJuanZw/11-06-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">4</div><div class="title">Simple Minds Announce 2027 Australian Tour</div></a><a class="" href="/news/amyl-and-the-sniffers-gus-romer-to-take-temporary-break-from-touring/WpXgTE9OcXA/19-05-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">5</div><div class="title">Amyl And The Sniffers&#x27; Gus Romer To Take Temporary Break From Touring</div></a></div></div>

	<div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:false,&quot;targets&quot;:{&quot;pos&quot;:&quot;1&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,250]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[300,250]],&quot;767&quot;:[],&quot;1024&quot;:[],&quot;1624&quot;:[]}})" class="ad midcontentmobile pos-1"></div><div class="nerdbar"><gist-search-widget api-key="pk_96fae9f28d0e22081fc30b05b2c75a40f27213fc3c6e7584c189889fae7d7e72" user-id="themusic.com.au" target-url="https://themusic.com.au/nerdbar" ref-name="themusic.com.au" theme="light" default-placeholder="Ask The Music..." id="the-music-widget-1"></gist-search-widget>

			<p class="info">Nerd AI is The Music's ethical AI answer engine trained on human-created content.</p></div><iframe class="social-player" src="https://www.tiktok.com/player/v1/7645947397784325396?music_info=1&amp;description=0&amp;autoplay=1" frameborder="0" allow="autoplay fullscreen"></iframe><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article latest" href="/news/blink-182-revive-myspace-page-ahead-of-take-off-your-pants-and-jacket-25th-anniversary/qNQWur28v74/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">Latest / News</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/B/blink-182/live/2024/2402-blink-182-perth-18-mikaela-james.360x240.webp" alt="Blink-182 in Perth" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/B/blink-182/live/2024/2402-blink-182-perth-18-mikaela-james.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/B/blink-182/live/2024/2402-blink-182-perth-18-mikaela-james.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/B/blink-182/live/2024/2402-blink-182-perth-18-mikaela-james.990x660.webp 2.75x" />

			<div class="text"><div class="title">Blink-182 Revive MySpace Page Ahead Of &#x27;Take Off Your Pants And Jacket&#x27; 25th Anniversary</div><div class="summary ">blink-182 have taken fans back in time as they gear up for the 25th anniversary of 'Take Off Your Pants And Jacket.'</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article latest" href="/news/melbourne-ska-orchestra-plot-2026-australian-tour/k-kph4aJiIs/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">Latest / News</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/M/melbourne-ska-orchestra/2606-melbourne-ska-orchestra-supplied.360x240.webp" alt="Melbourne Ska Orchestra" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/M/melbourne-ska-orchestra/2606-melbourne-ska-orchestra-supplied.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/M/melbourne-ska-orchestra/2606-melbourne-ska-orchestra-supplied.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/M/melbourne-ska-orchestra/2606-melbourne-ska-orchestra-supplied.990x660.webp 2.75x" />

			<div class="text"><div class="title">Melbourne Ska Orchestra Plot 2026 Australian Tour</div><div class="summary ">"We put everything into these shows, every night, every city. See you on the floor," Melbourne Ska Orchestra's Nicky Bomba said.</div></div></div></a></div></div><div class="articles"><a class="article" href="/playlists" x-data="sbLink" x-bind="bindingsLink"><div class="info">Playlists</div>
			<div class="detail"><img class="image" src="https://media.themusic.com.au/images/site-assets/playlist-tile-5.360x240.webp" alt="Explore Our Playlists" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" />
				<div class="text"><div class="title">Explore Our Playlists</div>
					<div class="summary full">Keep up with the best new music every week with our exclusive playlists curated on Spotify and Apple Music.</div></div></div></a></div>

<div class="articles"><div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:true,&quot;targets&quot;:{&quot;pos&quot;:&quot;2&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,250]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[300,250]],&quot;767&quot;:[[300,250]],&quot;1024&quot;:[[300,250]],&quot;1624&quot;:[[300,250]]}})" class="ad midcontent2 pos-2"></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/features/death-cab-for-cutie-ben-gibbard-i-built-you-a-tower-interview/45lZ9_b5-Ps/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">Features / Interviews</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/D/death-cab-for-cutie/2606-dcfc-ryanrussell.360x240.webp" alt="Death Cab For Cutie" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/D/death-cab-for-cutie/2606-dcfc-ryanrussell.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/D/death-cab-for-cutie/2606-dcfc-ryanrussell.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/D/death-cab-for-cutie/2606-dcfc-ryanrussell.990x660.webp 2.75x" />

			<div class="text"><div class="title">&#x2018;We Can Learn Lessons From The Old Records&#x2019;: Death Cab For Cutie&#x2019;s Ben Gibbard On Songwriting, Legacy &amp; New Music</div><div class="summary ">As Death Cab For Cutie release their eleventh album, 'I Built You A Tower', founder Ben Gibbard reflects on decades spent as the reigning king of indie rock royalty.</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/features/feels-like-a-rebirth-katie-bates-on-the-journey-from-bass-playing-sidewoman-to-emerging-grunge-artis/7pJM4OPi5eQ/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">Features / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2606-katie-bates-cr-michelle-fredericks.360x240.webp" alt="Katie Bates" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2606-katie-bates-cr-michelle-fredericks.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2606-katie-bates-cr-michelle-fredericks.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2606-katie-bates-cr-michelle-fredericks.990x660.webp 2.75x" />

			<div class="text"><div class="title">&#x27;Feels Like A Rebirth&#x27;: Katie Bates On The Journey From Bass-Playing Sidewoman To Emerging Grunge Artist</div><div class="summary ">“I listen to a lot of '90s," Bates admits. "That's what I was raised on, and that's what I've continued to love throughout my whole musical life and career."</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/rick-beato-announces-debut-australian-tour/uccHrayvrtE/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2606-rick-beato-supplied.360x240.webp" alt="Rick Beato" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2606-rick-beato-supplied.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2606-rick-beato-supplied.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2606-rick-beato-supplied.990x660.webp 2.75x" />

			<div class="text"><div class="title">Rick Beato Announces Debut Australian Tour</div><div class="summary long">Rick Beato will bring his popular 'What Makes This Song Great?' segment to life and host an audience Q&A when he lands on our shores this October. </div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/trophy-wyfe-win-2026-edition-of-triple-j-unearthed-high/bhLMYGNiZWQ/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2606-unearthed-high.360x240.webp" alt="Concetta &amp; Luka with triple j Unearthed High winners Trophy Wyfe" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2606-unearthed-high.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2606-unearthed-high.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2606-unearthed-high.990x660.webp 2.75x" />

			<div class="text"><div class="title">Trophy Wyfe Win 2026 Edition Of Triple J&#x27;s Unearthed High</div><div class="summary ">In addition to announcing the Unearthed High winner, triple j has also revealed this year’s Indigenous Initiative winner.</div></div></div></a></div><div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:true,&quot;targets&quot;:{&quot;pos&quot;:&quot;3&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,250]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[300,250]],&quot;767&quot;:[[300,250]],&quot;1024&quot;:[[300,250]],&quot;1624&quot;:[[300,250]]}})" class="ad midcontent2 pos-3"></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/watch-the-trailer-for-green-day-nimrods-film/z61tw8LFxMc/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/G/green-day/2401-green-day-hires-13-apple-preview.360x240.webp" alt="Green Day" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/G/green-day/2401-green-day-hires-13-apple-preview.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/G/green-day/2401-green-day-hires-13-apple-preview.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/G/green-day/2401-green-day-hires-13-apple-preview.990x660.webp 2.75x" />

			<div class="text"><div class="title">Watch The Trailer For Green Day&#x27;s &#x27;Nimrods&#x27; Film</div><div class="summary long">Members of Green Day inspire a young, rock and roll trio in the coming-of-age film, 'Nimrods.'</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/simple-minds-announce-2027-australian-tour/hvo0mJuanZw/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/S/simple-minds/2606-simpleminds-presspic.360x240.webp" alt="Simple Minds" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/S/simple-minds/2606-simpleminds-presspic.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/S/simple-minds/2606-simpleminds-presspic.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/S/simple-minds/2606-simpleminds-presspic.990x660.webp 2.75x" />

			<div class="text"><div class="title">Simple Minds Announce 2027 Australian Tour</div><div class="summary long">Simple Minds will be joined by special guest Gary Numan, returning to Australia after a decade. </div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/jose-carreras-one-night-only-extravaganza-the-gabba-robbie-williams-the-corrs/WSfnTUxPTnE/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2606-caf-gabba-low-res.360x240.webp" alt="Jos&#xE9; Carreras, The Gabba" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2606-caf-gabba-low-res.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2606-caf-gabba-low-res.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2606-caf-gabba-low-res.990x660.webp 2.75x" />

			<div class="text"><div class="title">Jos&#xE9; Carreras To Host One-Night-Only Extravaganza At The Gabba With Robbie Williams, The Corrs &amp; More</div><div class="summary ">Other performers include Savage Garden's Darren Hayes, Heart's Ann Wilson, Sheppard, and Natalie Imbruglia.</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/froth-and-fury-festival-confirms-it-wont-be-stopping-in-perth-in-2027/7ZNT4eDj4uU/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-24/2410-frothyandfury.360x240.webp" alt="Froth and Fury 2024" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-24/2410-frothyandfury.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-24/2410-frothyandfury.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-24/2410-frothyandfury.990x660.webp 2.75x" />

			<div class="text"><div class="title">Froth &amp; Fury Festival Confirms It Won&#x27;t Be Stopping In Perth In 2027</div><div class="summary ">"As an independent, fan-made and fan-owned festival, every decision we make has to protect the long-term future of Froth & Fury," festival organisers said.</div></div></div></a></div><div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:true,&quot;targets&quot;:{&quot;pos&quot;:&quot;4&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,250]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[300,250]],&quot;767&quot;:[[300,250]],&quot;1024&quot;:[[300,250]],&quot;1624&quot;:[[300,250]]}})" class="ad midcontent2 pos-4"></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/robert-forster-reveals-2026-australian-tour-dates/An64FBcWGRg/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/R/robert-forster/2606-robertforster-stephenbooth-58-online.360x240.webp" alt="Robert Forster" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/R/robert-forster/2606-robertforster-stephenbooth-58-online.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/R/robert-forster/2606-robertforster-stephenbooth-58-online.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/R/robert-forster/2606-robertforster-stephenbooth-58-online.990x660.webp 2.75x" />

			<div class="text"><div class="title">Robert Forster Reveals 2026 Australian Tour Dates</div><div class="summary ">The setlist on the Strawberries tour doesn’t just highlight new songs; it also explores Forster’s expansive solo career and his illustrious catalogue with The Go-Betweens.</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/jet-announce-part-2-of-2026-regional-australian-tour/GGSmCg0MDw4/09-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/J/jet/2606-jet-cr-michelle-pitiris-sheisaphrodite.360x240.webp" alt="Jet" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/J/jet/2606-jet-cr-michelle-pitiris-sheisaphrodite.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/J/jet/2606-jet-cr-michelle-pitiris-sheisaphrodite.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/J/jet/2606-jet-cr-michelle-pitiris-sheisaphrodite.990x660.webp 2.75x" />

			<div class="text"><div class="title">Jet Announce &#x27;Part 2&#x27; Of 2026 Regional Australian Tour</div><div class="summary ">Jet took Part 1 of their 'Rumblin’ Regional Revue Tour' across East Coast venues earlier this year.</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/brisbane-festival-unveils-2026-program/tsoEqKuqraw/09-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2605-bf22-atmosphere-photography-5.360x240.webp" alt="Disco Wonderland at Brisbane Festival" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2605-bf22-atmosphere-photography-5.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2605-bf22-atmosphere-photography-5.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2605-bf22-atmosphere-photography-5.990x660.webp 2.75x" />

			<div class="text"><div class="title">Brisbane Festival Unveils 2026 Program</div><div class="summary long">Brisbane Festival returns for another thrilling year throughout September. </div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article standard" href="/news/jessica-mauboy-to-host-2026-edition-of-that-blackfella-show/w7l519bZ2Ns/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="info">News / Music</div><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-25/2507-jessica-mauboy-cr-supplied.360x240.webp" alt="Jessica Mauboy" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-25/2507-jessica-mauboy-cr-supplied.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-25/2507-jessica-mauboy-cr-supplied.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-25/2507-jessica-mauboy-cr-supplied.990x660.webp 2.75x" />

			<div class="text"><div class="title">Jessica Mauboy To Host 2026 Edition Of &#x27;That Blackfella Show&#x27;</div><div class="summary ">Mauboy will host this year’s edition of ‘That Blackfella Show’ on the ABC as part of NAIDOC Week.</div></div></div></a></div></div>

<div class="pager"><a class="primary" href="/more?after=w7l519bZ2Ns" x-data="sbLink" x-bind="bindingsLink">View More</a></div>

</div>
			<div class="extras"><div id="trending" class="desktop"><h2>Trending Today</h2>

	<div class="list"><a class="" href="/news/jose-carreras-one-night-only-extravaganza-the-gabba-robbie-williams-the-corrs/WSfnTUxPTnE/10-06-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">1</div><div class="title">Jos&#xE9; Carreras To Host One-Night-Only Extravaganza At The Gabba With Robbie Williams, The Corrs &amp; More</div></a><a class="" href="/news/spicks-and-specks-locks-in-2026-premiere-date/UCzuQkVER0Y/10-06-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">2</div><div class="title">&#x27;Spicks And Specks&#x27; Locks In 2026 Premiere Date</div></a><a class="" href="/news/jet-announce-part-2-of-2026-regional-australian-tour/GGSmCg0MDw4/09-06-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">3</div><div class="title">Jet Announce &#x27;Part 2&#x27; Of 2026 Regional Australian Tour</div></a><a class="" href="/news/simple-minds-announce-2027-australian-tour/hvo0mJuanZw/11-06-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">4</div><div class="title">Simple Minds Announce 2027 Australian Tour</div></a><a class="" href="/news/amyl-and-the-sniffers-gus-romer-to-take-temporary-break-from-touring/WpXgTE9OcXA/19-05-26" x-data="sbLink" x-bind="bindingsLink"><div class="count">5</div><div class="title">Amyl And The Sniffers&#x27; Gus Romer To Take Temporary Break From Touring</div></a></div></div>

	<div id="gig-search" x-data="{dateKey: &#x27;&#x27;, state: &#x27;&#x27;, onSearchPage: false, searchCollapsed: false}" class="gig-search " x-init="$watch(&#x27;state&#x27;, (value, oldValue) =&gt; {if (onSearchPage &amp;&amp; !oldValue?.length &amp;&amp; value?.length) {document.getElementById(&#x27;form-searchgigs&#x27;).requestSubmit();}})"><h2>Search Gigs</h2>

	<form class="" x-cloak x-show="!searchCollapsed" id="form-searchgigs" method="get" action="/gigs"><div class="form-field"><div class="input"><input formId="form-searchgigs" id="searchTerms" name="searchTerms" aria-label="Search Terms" type="text" placeholder="Search terms" /></div></div>

		<div class="row"><div class="form-field state"><div class="input"><select formId="form-searchgigs" id="state" name="state" aria-label="State" x-model="state"><option value>State</option><option value="ACT">ACT</option><option value="NSW">NSW</option><option value="NT">NT</option><option value="QLD">QLD</option><option value="SA">SA</option><option value="TAS">TAS</option><option value="VIC">VIC</option><option value="WA">WA</option></select></div></div>

			<div class="form-field"><div class="input"><select formId="form-searchgigs" id="dateKey" name="dateKey" aria-label="Date Ranges" x-model="dateKey"><option value>When</option><option value="week">Week</option><option value="weekend">Weekend</option><option value="today">Today</option><option value="tomorrow">Tomorrow</option><option value="date">Date</option><option value="date-range">Date Range</option></select></div></div></div>

		<template x-if="dateKey === &#x27;date&#x27;"><div class="row"><div class="form-field"><div class="input"><input formId="form-searchgigs" id="from" name="from" aria-label="Date" type="date" /></div></div></div></template>

		<template x-if="dateKey === &#x27;date-range&#x27;"><div class="row"><div class="form-field"><div class="input"><input formId="form-searchgigs" id="from" name="from" aria-label="From" type="date" /></div></div>

				<div class="form-field"><div class="input"><input formId="form-searchgigs" id="to" name="to" aria-label="To" type="date" /></div></div></div></template>

		<button class="" type="submit">Search</button></form>

	<div x-show="searchCollapsed" x-cloak><button x-on:click="searchCollapsed = false">Open search <svg class="icon chevron-down " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="Open search"><title>Open search</title><path d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"></path></svg></button></div></div>

	<div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:false,&quot;targets&quot;:{&quot;pos&quot;:&quot;R1&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,250],[300,600]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[300,250]],&quot;767&quot;:[[300,250]],&quot;1024&quot;:[[300,600]],&quot;1624&quot;:[[300,600]]}})" class="ad tower pos-R1"></div>

<div id="recommended" x-init="trackingLogEvent(2,[&quot;WMU8PTo7ODk&quot;,&quot;1Uqxvr-8vbo&quot;,&quot;N6RfXF1aW1g&quot;])"><h2>You Might Also Like</h2>

	<div class="list"><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/jewel-owusu-to-host-show-at-melbournes-palais-theatre-for-next-on-series/eQfHbWxvbpE/09-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;WMU8PTo7ODk&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/J/jewel-owusu/2606-jewel-owusu-cr-annie-harvey.360x240.webp" alt="Jewel Owusu" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/J/jewel-owusu/2606-jewel-owusu-cr-annie-harvey.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/J/jewel-owusu/2606-jewel-owusu-cr-annie-harvey.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/J/jewel-owusu/2606-jewel-owusu-cr-annie-harvey.990x660.webp 2.75x" />

			<div class="text"><div class="title">Jewel Owusu To Host Show At Melbourne&#x27;s Palais Theatre For Next On Series</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/mark-seymour-conrad-sewell-more-complete-airlie-beach-music-festival-line-up/dgrEaGtqbWw/09-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;1Uqxvr-8vbo&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2606-airlie-beach-cr-summer-rain-photography.360x240.webp" alt="Airlie Beach Festival of Music" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2606-airlie-beach-cr-summer-rain-photography.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2606-airlie-beach-cr-summer-rain-photography.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2606-airlie-beach-cr-summer-rain-photography.990x660.webp 2.75x" />

			<div class="text"><div class="title">Mark Seymour, Conrad Sewell &amp; More Complete Airlie Beach Music Festival Line-up</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/clancestry-comes-to-qpac-with-yothu-yindi-jessica-mauboy/RDj6VllYW1o/05-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;N6RfXF1aW1g&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2606-clancestry-cr-mixed.360x240.webp" alt="Jessica Mauboy &amp; Yothu Yindi" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2606-clancestry-cr-mixed.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2606-clancestry-cr-mixed.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2606-clancestry-cr-mixed.990x660.webp 2.75x" />

			<div class="text"><div class="title">Clancestry Comes To QPAC With Yothu Yindi &amp; Jessica Mauboy</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/jose-carreras-one-night-only-extravaganza-the-gabba-robbie-williams-the-corrs/WSfnTUxPTnE/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2606-caf-gabba-low-res.360x240.webp" alt="Jos&#xE9; Carreras, The Gabba" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2606-caf-gabba-low-res.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2606-caf-gabba-low-res.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2606-caf-gabba-low-res.990x660.webp 2.75x" />

			<div class="text"><div class="title">Jos&#xE9; Carreras To Host One-Night-Only Extravaganza At The Gabba With Robbie Williams, The Corrs &amp; More</div></div></div></a></div><div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:false,&quot;targets&quot;:{&quot;pos&quot;:&quot;R2&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,250],[300,600]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[300,250]],&quot;767&quot;:[[300,250]],&quot;1024&quot;:[[300,600]],&quot;1624&quot;:[[300,600]]}})" class="ad tower pos-R2"></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/spicks-and-specks-locks-in-2026-premiere-date/UCzuQkVER0Y/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-25/2505-alan-brough-myf-warhurst-adam-hills.360x240.webp" alt="Spicks And Specks&#x27; Alan Brough, Myf Warhurst &amp; Adam Hills" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-25/2505-alan-brough-myf-warhurst-adam-hills.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-25/2505-alan-brough-myf-warhurst-adam-hills.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-25/2505-alan-brough-myf-warhurst-adam-hills.990x660.webp 2.75x" />

			<div class="text"><div class="title">&#x27;Spicks And Specks&#x27; Locks In 2026 Premiere Date</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/jet-announce-part-2-of-2026-regional-australian-tour/GGSmCg0MDw4/09-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/J/jet/2606-jet-cr-michelle-pitiris-sheisaphrodite.360x240.webp" alt="Jet" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/J/jet/2606-jet-cr-michelle-pitiris-sheisaphrodite.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/J/jet/2606-jet-cr-michelle-pitiris-sheisaphrodite.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/J/jet/2606-jet-cr-michelle-pitiris-sheisaphrodite.990x660.webp 2.75x" />

			<div class="text"><div class="title">Jet Announce &#x27;Part 2&#x27; Of 2026 Regional Australian Tour</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/simple-minds-announce-2027-australian-tour/hvo0mJuanZw/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/S/simple-minds/2606-simpleminds-presspic.360x240.webp" alt="Simple Minds" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/S/simple-minds/2606-simpleminds-presspic.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/S/simple-minds/2606-simpleminds-presspic.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/S/simple-minds/2606-simpleminds-presspic.990x660.webp 2.75x" />

			<div class="text"><div class="title">Simple Minds Announce 2027 Australian Tour</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/amyl-and-the-sniffers-gus-romer-to-take-temporary-break-from-touring/WpXgTE9OcXA/19-05-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/A/amyl-and-the-sniffers/2408-amyl-sniffers-john-angus-stewart.360x240.webp" alt="Amyl And The Sniffers" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/A/amyl-and-the-sniffers/2408-amyl-sniffers-john-angus-stewart.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/A/amyl-and-the-sniffers/2408-amyl-sniffers-john-angus-stewart.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/A/amyl-and-the-sniffers/2408-amyl-sniffers-john-angus-stewart.990x660.webp 2.75x" />

			<div class="text"><div class="title">Amyl And The Sniffers&#x27; Gus Romer To Take Temporary Break From Touring</div></div></div></a></div><div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:false,&quot;targets&quot;:{&quot;pos&quot;:&quot;R3&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,250],[300,600]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[300,250]],&quot;767&quot;:[[300,250]],&quot;1024&quot;:[[300,600]],&quot;1624&quot;:[[300,600]]}})" class="ad tower pos-R3"></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/rick-beato-announces-debut-australian-tour/uccHrayvrtE/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2606-rick-beato-supplied.360x240.webp" alt="Rick Beato" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2606-rick-beato-supplied.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2606-rick-beato-supplied.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2606-rick-beato-supplied.990x660.webp 2.75x" />

			<div class="text"><div class="title">Rick Beato Announces Debut Australian Tour</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/blink-182-revive-myspace-page-ahead-of-take-off-your-pants-and-jacket-25th-anniversary/qNQWur28v74/11-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/B/blink-182/live/2024/2402-blink-182-perth-18-mikaela-james.360x240.webp" alt="Blink-182 in Perth" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/B/blink-182/live/2024/2402-blink-182-perth-18-mikaela-james.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/B/blink-182/live/2024/2402-blink-182-perth-18-mikaela-james.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/B/blink-182/live/2024/2402-blink-182-perth-18-mikaela-james.990x660.webp 2.75x" />

			<div class="text"><div class="title">Blink-182 Revive MySpace Page Ahead Of &#x27;Take Off Your Pants And Jacket&#x27; 25th Anniversary</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/features/feels-like-a-rebirth-katie-bates-on-the-journey-from-bass-playing-sidewoman-to-emerging-grunge-artis/7pJM4OPi5eQ/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2606-katie-bates-cr-michelle-fredericks.360x240.webp" alt="Katie Bates" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2606-katie-bates-cr-michelle-fredericks.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2606-katie-bates-cr-michelle-fredericks.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2606-katie-bates-cr-michelle-fredericks.990x660.webp 2.75x" />

			<div class="text"><div class="title">&#x27;Feels Like A Rebirth&#x27;: Katie Bates On The Journey From Bass-Playing Sidewoman To Emerging Grunge Artist</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/froth-and-fury-festival-confirms-it-wont-be-stopping-in-perth-in-2027/7ZNT4eDj4uU/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-24/2410-frothyandfury.360x240.webp" alt="Froth and Fury 2024" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-24/2410-frothyandfury.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-24/2410-frothyandfury.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-24/2410-frothyandfury.990x660.webp 2.75x" />

			<div class="text"><div class="title">Froth &amp; Fury Festival Confirms It Won&#x27;t Be Stopping In Perth In 2027</div></div></div></a></div><div x-data="adUnit({&quot;slotName&quot;:&quot;/4446275/TheMusic/home&quot;,&quot;floatingElement&quot;:false,&quot;allowFluid&quot;:false,&quot;targets&quot;:{&quot;pos&quot;:&quot;R4&quot;,&quot;refresh&quot;:&quot;true&quot;},&quot;allSizes&quot;:[[300,250],[300,600]],&quot;sizeMappings&quot;:{&quot;0&quot;:[[300,250]],&quot;767&quot;:[[300,250]],&quot;1024&quot;:[[300,600]],&quot;1624&quot;:[[300,600]]}})" class="ad tower pos-R4"></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/brisbane-festival-unveils-2026-program/tsoEqKuqraw/09-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/news-26/2605-bf22-atmosphere-photography-5.360x240.webp" alt="Disco Wonderland at Brisbane Festival" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/news-26/2605-bf22-atmosphere-photography-5.360x240.webp 1x,https://media.themusic.com.au/images/standard/news-26/2605-bf22-atmosphere-photography-5.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/news-26/2605-bf22-atmosphere-photography-5.990x660.webp 2.75x" />

			<div class="text"><div class="title">Brisbane Festival Unveils 2026 Program</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/features/alison-wonderland-ghost-world-album-interview/CRe3HRwfHgE/27-11-25" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/A/alison-wonderland/2511-alison-wonderland-cr-peter-don.360x240.webp" alt="Alison Wonderland" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/A/alison-wonderland/2511-alison-wonderland-cr-peter-don.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/A/alison-wonderland/2511-alison-wonderland-cr-peter-don.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/A/alison-wonderland/2511-alison-wonderland-cr-peter-don.990x660.webp 2.75x" />

			<div class="text"><div class="title">Alison Wonderland: &#x27;I&#x27;ve Become A Lot More Confident With My Creativity And What I Stand For&#x27;</div></div></div></a></div><div x-data="{storyPath: &#x27;&#x27;}" x-init="if(storyPath?.length &amp;&amp; document.body.clientWidth &lt; 768) {const a=$el.firstElementChild;a.href=storyPath;a.target=&#x27;_blank&#x27;;}"><a class="article simple" href="/news/robert-forster-reveals-2026-australian-tour-dates/An64FBcWGRg/10-06-26" x-data="sbLink" x-bind="bindingsLink" x-on:click="trackingLogEvent(3,[&#x27;&#x27;])"><div class="detail"><img class="image" src="https://media.themusic.com.au/images/standard/Artists/R/robert-forster/2606-robertforster-stephenbooth-58-online.360x240.webp" alt="Robert Forster" style="--ratio: 360/240;" width="360" height="240" loading="lazy" fetchpriority="auto" decoding="async" srcset="https://media.themusic.com.au/images/standard/Artists/R/robert-forster/2606-robertforster-stephenbooth-58-online.360x240.webp 1x,https://media.themusic.com.au/images/standard/Artists/R/robert-forster/2606-robertforster-stephenbooth-58-online.630x420.webp 1.75x,https://media.themusic.com.au/images/standard/Artists/R/robert-forster/2606-robertforster-stephenbooth-58-online.990x660.webp 2.75x" />

			<div class="text"><div class="title">Robert Forster Reveals 2026 Australian Tour Dates</div></div></div></a></div></div></div>
				</div></main></div></div>

<footer><div class="container"><div class="columns"><svg class="icon themusic logo themusic  full" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 530 200" aria-label="The Music"><title>The Music</title><path d="m 67.354167,38.41921 c 2.409091,0 4.717803,-0.600301 6.725378,-1.900951 v 11.105553 c -0.501893,-0.2001 -1.304924,-0.4002 -1.907197,-0.4002 -1.806818,0 -3.412878,1.0005 -6.524621,0.90045 -5.721591,0 -10.640151,-3.201601 -13.651515,-7.603802 v 2.201101 c 0,1.50075 0.401515,3.2016 1.505682,4.402201 l -15.157197,-0.10005 c 1.204545,-1.200601 1.606061,-2.901451 1.606061,-4.302151 V 27.913957 c 0,-2.701351 -1.405303,-3.501751 -3.613637,-3.501751 -1.806818,0 -3.3125,1.0005 -3.3125,2.101051 v 16.208104 c 0,1.4007 0.401515,3.10155 1.505682,4.302151 H 19.373106 c 1.204546,-1.200601 1.606061,-2.901451 1.606061,-4.402201 V 24.412206 h -4.115531 v 18.209105 c 0,1.50075 0.401516,3.2016 1.505682,4.402201 L 3.2121212,46.923462 C 4.3162879,45.822911 4.717803,44.022011 4.717803,42.621311 L 4.8181818,24.412206 0,24.312156 16.964015,2.9014507 16.863636,14.607304 h 4.115531 L 21.079545,4.3021511 C 21.079545,2.9014507 20.67803,1.2006003 19.473485,0 H 33.125 l -0.100379,14.907454 c 1.104167,-0.8004 2.609849,-1.300651 4.115531,-1.300651 6.926136,0 12.446969,2.301151 14.253787,8.604303 2.910985,-4.902452 8.130682,-8.504253 14.354167,-8.504253 11.142046,0 16.261364,8.304153 16.160985,17.608805 0,1.2006 0.200757,2.701351 0.80303,3.601801 h -21.48106 c 1.204545,2.10105 3.714015,3.501751 6.123106,3.501751 z m -6.625,-10.305153 h 9.335227 c -0.301136,-2.201101 -2.007576,-4.302151 -4.617424,-4.302151 -2.710228,0 -4.416667,2.10105 -4.717803,4.302151 z"></path><path d="m 530,182.1911 c -2.50947,-0.30015 -5.42045,0.6003 -7.92992,1.70085 -2.50947,1.2006 -8.23106,5.50275 -11.74432,7.0035 -17.66667,7.90395 -37.03978,7.0035 -53.90341,0.30015 -11.44318,-3.90195 -20.87879,-10.70535 -28.20644,-19.20961 -4.91856,-5.4027 -9.03409,-11.50575 -12.04546,-18.009 q -0.80303,-2.001 -1.60606,-4.10205 v 13.6068 c 0,5.10255 1.40531,11.2056 5.42046,15.50775 h -53.80303 c 4.01515,-4.30215 5.42045,-10.4052 5.42045,-15.50775 v -3.4017 c -8.93371,14.4072 -27.40341,20.71036 -45.97348,20.71036 -12.54735,0 -19.17235,-4.40221 -29.41099,-4.90246 -1.10416,0 -2.20833,0.10005 -3.51325,0.30015 C 268.61364,181.7909 262.28977,200 234.68561,200 c -24.39205,0 -43.46402,-12.8064 -50.08902,-30.91546 v 6.50325 c 0,5.20261 1.4053,11.40571 5.42046,15.60781 h -54.10417 c 4.11553,-4.2021 5.52083,-10.4052 5.52083,-15.60781 v -72.23611 c 0,-9.704857 -5.01894,-12.506257 -12.84848,-12.506257 -6.625,0 -11.8447,3.301651 -11.8447,7.603802 v 77.138565 c 0,5.20261 1.4053,11.40571 5.42045,15.60781 H 68.056818 c 4.11553,-4.2021 5.520834,-10.4052 5.520834,-15.60781 v -72.23611 c 0,-9.704857 -5.01894,-12.506257 -12.848485,-12.506257 -6.625,0 -11.844697,3.301651 -11.844697,7.603802 v 77.138565 c 0,5.20261 1.405303,11.40571 5.420454,15.60781 H 0.30113636 C 4.3162879,186.9935 5.7215909,180.7904 5.7215909,175.58779 V 89.444722 c 0,-4.002001 -1.907197,-8.804402 -5.21969696,-12.306153 C 25.897727,71.235618 32.522727,52.026013 61.431818,52.026013 c 15.257576,0 28.306818,4.802401 37.943182,12.606303 10.43939,-10.005002 19.97538,-12.606303 29.91288,-12.606303 25.79735,0 45.8731,13.706853 52.69886,32.916458 v -8.904452 c 0,-4.902451 -1.30492,-10.805403 -5.11932,-14.907454 h 51.49432 c -3.81439,4.102051 -5.21969,10.005003 -5.21969,14.907454 v 75.137571 c 0,9.2046 4.7178,11.90595 12.24621,11.90595 6.32386,0 11.24242,-3.10155 11.24242,-7.2036 V 76.038019 c 0,-4.902451 -1.30492,-10.805403 -5.2197,-14.907454 h 51.5947 c -3.91477,4.102051 -5.2197,10.005003 -5.2197,14.907454 v 4.202101 c 5.2197,-15.007504 19.77463,-23.211606 37.64205,-23.211606 10.64015,0 20.67803,2.601301 29.91288,2.601301 3.3125,0 7.82954,-0.70035 10.74053,-2.601301 v 39.11956 c -10.23864,-5.002501 -15.75947,-9.504752 -27.80492,-9.504752 -3.61364,0 -6.42425,2.2011 -6.42425,5.702851 0,9.104557 27.60417,8.804407 39.75,26.613307 V 57.728864 h 48.38258 c -4.01515,4.302152 -5.42046,10.405203 -5.42046,15.507754 v 27.313662 q 0.30114,-0.70036 0.5019,-1.300655 c 1.50568,-3.801901 3.3125,-7.403702 5.42045,-10.805403 7.02652,-12.406203 17.56629,-22.811406 31.41856,-28.914457 4.51705,-2.001001 10.23864,-2.701351 13.55114,-4.202101 v 0.4002 c 13.45076,-3.601801 28.00568,-3.401701 41.75758,1.90095 4.7178,1.700851 9.23484,5.302652 12.54734,6.503252 2.30872,0.90045 5.62122,1.6008 7.62879,1.2006 L 506.8125,118.45923 c -2.30871,-6.2031 -9.03409,-12.006 -17.26515,-15.10755 -11.04167,-4.302155 -24.09091,1.90095 -28.60796,13.50675 -2.20833,5.70285 -1.90719,11.90595 0.20076,17.2086 5.11932,11.30566 18.36932,16.80841 29.31061,12.10606 8.0303,-3.6018 14.35416,-9.70486 16.36174,-16.10806 z M 331.14962,140.97049 c 0,-10.90546 -34.5303,-10.00501 -43.36364,-35.01751 v 21.51075 c 8.03031,10.6053 22.48485,20.11006 31.41857,20.11006 4.51704,0 11.94507,-0.90045 11.94507,-6.6033 z"></path><path d="m 392.17992,5.5027514 c 11.34281,0 21.68182,8.9044526 21.68182,21.6108056 0,12.706353 -10.33901,21.710855 -21.68182,21.710855 -11.3428,0 -21.78219,-9.004502 -21.78219,-21.710855 0,-12.706353 10.43939,-21.6108056 21.78219,-21.6108056 z"></path></svg>
			<div><h4>Info</h4><a class="" href="/page/about-us" x-data="sbLink" x-bind="bindingsLink">About Us</a><a class="" href="/page/privacy-policy" x-data="sbLink" x-bind="bindingsLink">Privacy Policy</a>
				<a class="" href="/page/site-terms" x-data="sbLink" x-bind="bindingsLink">Terms of Use</a>
				<a class="" href="/page/ethics-policy" x-data="sbLink" x-bind="bindingsLink">Ethics and Editorial Policy</a>
				<a class="" href="/page/advertising" x-data="sbLink" x-bind="bindingsLink">Advertising Terms & Conditions</a></div>

			<div><h4>Contact</h4>

				<a class="" href="/page/enquire" x-data="sbLink" x-bind="bindingsLink">Advertising and Partnership Enquiries</a>
				<a class="" href="/page/gig-guide-submission" x-data="sbLink" x-bind="bindingsLink">Gig Listing Submission</a><a class="" href="/page/contact-us" x-data="sbLink" x-bind="bindingsLink">Contact Us</a></div>

			<div><div class="socials"><a class="" href="https://www.facebook.com/themusic.com.au" target="_blank"><svg class="icon facebook " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="View The Music&#x27;s Facebook"><title>View The Music&#x27;s Facebook</title><path d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z"></path></svg></a>
	<a class="" href="https://www.instagram.com/themusiccomau" target="_blank"><svg class="icon instagram " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="View The Music&#x27;s Instagram"><title>View The Music&#x27;s Instagram</title><path d="M7.0301.084c-1.2768.0602-2.1487.264-2.911.5634-.7888.3075-1.4575.72-2.1228 1.3877-.6652.6677-1.075 1.3368-1.3802 2.127-.2954.7638-.4956 1.6365-.552 2.914-.0564 1.2775-.0689 1.6882-.0626 4.947.0062 3.2586.0206 3.6671.0825 4.9473.061 1.2765.264 2.1482.5635 2.9107.308.7889.72 1.4573 1.388 2.1228.6679.6655 1.3365 1.0743 2.1285 1.38.7632.295 1.6361.4961 2.9134.552 1.2773.056 1.6884.069 4.9462.0627 3.2578-.0062 3.668-.0207 4.9478-.0814 1.28-.0607 2.147-.2652 2.9098-.5633.7889-.3086 1.4578-.72 2.1228-1.3881.665-.6682 1.0745-1.3378 1.3795-2.1284.2957-.7632.4966-1.636.552-2.9124.056-1.2809.0692-1.6898.063-4.948-.0063-3.2583-.021-3.6668-.0817-4.9465-.0607-1.2797-.264-2.1487-.5633-2.9117-.3084-.7889-.72-1.4568-1.3876-2.1228C21.2982 1.33 20.628.9208 19.8378.6165 19.074.321 18.2017.1197 16.9244.0645 15.6471.0093 15.236-.005 11.977.0014 8.718.0076 8.31.0215 7.0301.0839m.1402 21.6932c-1.17-.0509-1.8053-.2453-2.2287-.408-.5606-.216-.96-.4771-1.3819-.895-.422-.4178-.6811-.8186-.9-1.378-.1644-.4234-.3624-1.058-.4171-2.228-.0595-1.2645-.072-1.6442-.079-4.848-.007-3.2037.0053-3.583.0607-4.848.05-1.169.2456-1.805.408-2.2282.216-.5613.4762-.96.895-1.3816.4188-.4217.8184-.6814 1.3783-.9003.423-.1651 1.0575-.3614 2.227-.4171 1.2655-.06 1.6447-.072 4.848-.079 3.2033-.007 3.5835.005 4.8495.0608 1.169.0508 1.8053.2445 2.228.408.5608.216.96.4754 1.3816.895.4217.4194.6816.8176.9005 1.3787.1653.4217.3617 1.056.4169 2.2263.0602 1.2655.0739 1.645.0796 4.848.0058 3.203-.0055 3.5834-.061 4.848-.051 1.17-.245 1.8055-.408 2.2294-.216.5604-.4763.96-.8954 1.3814-.419.4215-.8181.6811-1.3783.9-.4224.1649-1.0577.3617-2.2262.4174-1.2656.0595-1.6448.072-4.8493.079-3.2045.007-3.5825-.006-4.848-.0608M16.953 5.5864A1.44 1.44 0 1 0 18.39 4.144a1.44 1.44 0 0 0-1.437 1.4424M5.8385 12.012c.0067 3.4032 2.7706 6.1557 6.173 6.1493 3.4026-.0065 6.157-2.7701 6.1506-6.1733-.0065-3.4032-2.771-6.1565-6.174-6.1498-3.403.0067-6.156 2.771-6.1496 6.1738M8 12.0077a4 4 0 1 1 4.008 3.9921A3.9996 3.9996 0 0 1 8 12.0077"></path></svg></a>
	<a class="" href="https://www.tiktok.com/@themusicau" target="_blank"><svg class="icon tiktok " xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-label="View The Music&#x27;s TikTok"><title>View The Music&#x27;s TikTok</title><path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"></path></svg></a></div>
				&copy; 2026 The Music Press Pty Ltd
			</div></div>

		<div class="more"><h4>More From Our Network</h4>

			<div class="portals"><a class="" href="https://countrytown.com" target="_blank"><svg class="icon countrytown logo countrytown  full" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1890 185" aria-label="Countrytown"><title>Countrytown</title><path d="M 69.672466,3.9575619 C 51.00245,9.1994005 42.334285,13.786003 29.443078,24.706499 4.105229,46.54749 -6.1189035,83.45876 3.660667,118.18594 c 10.224032,35.81922 37.11775,58.53385 77.791699,65.52297 37.117754,6.11547 75.569094,-10.04686 92.238674,-39.31379 l 4.00077,-6.98911 -19.11458,-9.17323 -19.11448,-8.9548 -8.44599,8.9548 C 96.343906,165.36247 37.666781,131.50894 48.779838,80.837841 57.225821,41.742469 104.78989,27.764236 131.01676,56.812759 l 8.00143,8.954803 19.33685,-8.954803 C 176.80278,48.294772 177.46952,47.857944 175.02463,43.052934 156.79918,8.7625724 111.45772,-8.0549895 69.672466,3.9575619 Z"></path><path d="M 240.36968,3.0824077 C 201.2516,13.566086 176.13594,40.430497 170.13495,78.433823 c -6.22338,40.405827 14.00241,79.719617 50.23113,96.100357 29.78317,13.75982 62.23342,13.75982 92.23877,0 C 367.72578,149.19862 381.06154,72.099939 337.72042,28.417956 314.16062,4.6112715 273.93123,-5.6539869 240.36968,3.0824077 Z m 47.1195,42.3715183 c 11.55762,5.023431 22.4485,17.47279 25.78242,29.048513 1.33358,5.241839 2.00033,15.725516 1.55587,23.588274 -2.22262,28.393277 -20.89263,45.866077 -48.89766,45.866077 -29.11633,-0.21842 -48.89765,-20.96735 -48.89765,-51.544734 -0.22228,-21.840991 12.89121,-42.371517 30.44992,-48.487003 10.66859,-3.712965 30.22763,-3.057738 40.0071,1.528873 z"></path><path d="m 366.39219,58.368376 c 0,29.922158 1.11131,60.062724 2.4449,67.051834 6.44565,34.72718 27.11599,52.8552 66.23407,58.31545 33.56155,4.80501 67.56767,-4.3682 83.57051,-22.71464 15.55838,-17.9096 16.66969,-24.68031 16.66969,-94.571477 V 4.2027241 H 512.19612 488.8586 l -0.66685,59.8443089 c -0.66674,56.568167 -0.88902,60.281127 -5.33424,66.178197 -6.44556,8.73639 -17.781,13.75982 -30.89438,13.75982 -13.78033,0 -25.11567,-5.46024 -31.56123,-15.07027 -4.88978,-7.20754 -5.11206,-8.7364 -5.11206,-65.959793 V 4.2027241 h -24.44883 -24.44882 z"></path><path d="m 538.64703,92.633143 v 88.456007 h 23.33751 23.33752 V 127.14191 72.976254 l 7.33468,10.046859 c 3.77838,5.678656 21.11481,29.922147 38.22906,53.947237 l 31.11666,43.90039 22.89296,0.21841 h 22.67077 V 92.633143 4.1771316 h -23.33752 -23.33752 l -0.44456,50.2342774 -0.66674,50.234271 -18.8923,-26.427588 C 630.44123,63.584632 617.77231,45.675014 612.43806,38.249074 607.10371,31.041553 599.54685,20.339467 595.76837,14.66081 L 588.65598,4.1771316 h -24.89329 -25.11566 z"></path><path d="m 709.7888,23.834023 v 19.65689 h 25.56014 25.56012 v 68.799117 68.79912 H 784.24658 807.584 V 112.29003 43.490913 h 25.56013 25.56014 V 23.834023 4.1771316 H 784.24658 709.7888 Z"></path><path d="m 860.92688,92.413296 v 88.674414 h 23.33752 23.33752 v -29.48534 -29.48533 h 12.89121 12.66892 l 15.11382,29.48533 14.89154,29.48534 h 26.8938 26.89369 l -4.223,-7.20752 c -8.8905,-14.63347 -31.7835,-55.47612 -31.7835,-56.56817 0,-0.65523 4.88978,-4.14978 10.89091,-7.64435 22.89299,-14.196636 30.67209,-48.486987 17.11419,-75.569818 -5.1121,-10.265268 -8.8905,-14.415051 -18.89229,-20.748935 L 977.61448,5.2677487 919.38182,4.6125115 860.92688,3.9572841 Z M 962.0561,47.857676 c 4.88979,4.368204 5.55653,6.989113 5.11207,15.07028 -0.44456,7.644349 -2.00033,10.483677 -6.89012,14.196652 -5.55653,3.931374 -9.33501,4.586602 -28.89405,4.586602 h -22.67077 l -0.66675,-20.312118 -0.66684,-20.530537 24.44883,0.873646 c 22.22621,0.655228 24.89338,1.092046 30.22763,6.115475 z"></path><path d="m 1160.577,4.1771316 h -32.7142 l -2.6655,4.8033142 c -6.6678,12.8861882 -34.2292,58.5355602 -35.3405,58.5355602 -0.6667,0 -9.5573,-14.196642 -20.0036,-31.669432 L 1051.1824,4.1771316 h -26.4501 c -20.4481,0 -26.00379,0.6535311 -24.6702,2.6192131 0.889,1.5288738 11.3363,17.4744963 23.1162,35.6025223 11.7798,17.909608 26.6731,40.844361 32.8965,50.89121 l 11.5558,18.343023 v 34.72802 34.72803 h 23.3375 23.3375 v -36.25519 -36.47701 l 20.6722,-32.322106 20.4463,-32.326375 5.1529,-0.04265 z"></path><path d="M 1160.577,4.1763678 V 43.665041 l 21.0757,-0.174892 h 26.003 v 68.799121 68.79912 h 23.3374 23.3376 V 112.28927 43.490149 h 25.3387 25.3388 l -5.5566,13.322144 c -14.6693,35.382405 -4.8898,80.374847 22.2262,103.744707 58.4549,50.01586 154.4712,18.78581 163.584,-53.07105 6.6678,-52.418371 -21.114,-92.607505 -71.3453,-104.4016377 -18.0032,-4.1497833 -35.1191,-3.93052111 -51.7888,0.8744994 -19.3367,5.4602489 -35.7833,14.8527233 -46.8963,27.0836743 l -9.7805,10.698674 V 22.958759 4.1763678 h -88.9047 z m 230.4449,37.4282892 c 7.5012,0.245707 14.8915,1.558731 20.0035,3.852037 17.1142,7.64434 27.7827,25.117992 27.7827,45.648518 0,31.887838 -19.3359,52.853488 -49.119,52.853488 -29.7831,-0.21841 -49.3412,-20.96649 -49.1191,-52.635932 0,-22.0594 11.9987,-40.623391 29.7797,-47.175686 5.5566,-1.965692 13.1708,-2.788143 20.6722,-2.542425 z" class="town"></path><path d="m 1468.5913,7.8901064 c 4.0006,12.6677696 50.2311,171.4517736 50.2311,172.3254036 0,0.43682 11.3355,0.87364 25.1157,0.87364 h 25.1156 l 12.6689,-51.98156 c 6.8901,-28.39328 12.6689,-53.073599 12.6689,-54.602463 0,-1.310464 1.1113,-2.620919 2.2226,-2.620919 1.3336,0 2.2226,1.310455 2.2226,2.620919 0,1.528864 5.7789,26.209183 12.669,54.602463 l 12.669,51.98156 h 24.8933 c 21.7816,0 24.8934,-0.43682 26.0047,-3.93137 0.6667,-1.9657 10.6685,-36.69287 22.4484,-76.66188 11.7799,-40.187425 22.0039,-73.60414 22.4485,-74.259367 0.6667,-0.436818 1.1113,34.071942 1.1113,76.880287 v 77.97233 h 23.3375 23.3375 l 0.4445,-53.0736 0.6668,-53.292014 37.7845,53.292014 37.7846,53.0736 h 22.893 H 1890 V 92.633143 4.1771316 h -23.3375 -23.3375 l -0.4446,50.6710954 -0.6667,50.452693 -35.7843,-50.015864 -35.7841,-50.0158689 -48.8977,-0.6552373 -48.8975,-0.4368182 -12.8912,57.8786264 c -7.1124,31.669441 -13.5581,57.223392 -14.2248,56.568162 -0.6668,-0.65523 -8.0015,-26.427595 -16.0029,-57.223389 L 1615.0619,5.2691871 h -18.4478 -18.4477 l -14.2248,54.6024699 c -7.7791,29.922158 -14.6693,56.131353 -15.336,57.878623 -1.3336,3.27614 -10.2241,-30.577384 -22.2262,-85.83509 L 1520.156,4.1771316 h -26.4491 c -24.0043,0 -26.2269,0.4368182 -25.1156,3.7129748 z" class="town"></path></svg></a><a class="" href="https://wheretoaustralia.com.au" target="_blank"><svg class="icon wheretoaustralia logo wheretoaustralia  full" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 860 270" aria-label="Where To Australia"><title>Where To Australia</title><path d="m 87.711375,267.80099 c -0.64695,-1.23942 -13.2055,-20.50683 -27.90788,-42.81646 C 22.924555,169.02384 12.644235,150.57782 5.101306,126.83216 0.71864895,113.03526 -0.47283505,103.92991 0.15680395,89.046144 0.94826095,70.337234 5.306095,56.573694 15.306175,41.199234 45.580325,-5.3452558 108.84911,-13.95376 148.48818,23.078174 c 29.5159,27.57458 38.53391,65.47559 25.20233,105.920546 -3.90165,11.83671 -14.57251,33.81987 -24.06917,49.58518 -9.67892,16.06784 -59.102325,91.34457 -60.019385,91.41541 -0.39286,0.0303 -1.24362,-0.95889 -1.89058,-2.19832 z m -6.36746,-131.20367 c 3.16649,-12.80738 6.04318,-23.83938 6.39266,-24.51554 0.34947,-0.67616 3.26776,9.46459 6.48508,22.53499 3.21734,13.07039 6.152555,24.10449 6.522735,24.5202 0.37017,0.41571 2.90727,-7.92223 5.63799,-18.52876 l 4.96494,-19.2846 -5.98186,-25.790036 -5.981875,-25.79003 h -11.17181 c -8.02279,0 -11.30315,0.35289 -11.63773,1.25194 -0.25626,0.68857 -2.6445,12.63211 -5.30723,26.5412 -2.66272,13.909096 -5.11192,25.289256 -5.44265,25.289256 -0.33073,0 -3.28646,-11.83086 -6.56826,-26.290806 l -5.96694,-26.29081 -11.7142,-0.28218 c -6.44281,-0.15519 -11.71421,0.0498 -11.71421,0.45551 0,0.73725 21.70975,85.846726 22.50163,88.213866 0.30237,0.9039 3.58891,1.25195 11.82165,1.25195 h 11.40284 z m 45.433195,21.03265 c 0.51921,-1.23942 5.70042,-20.73218 11.51377,-43.31724 5.81337,-22.585056 10.80528,-41.852466 11.09311,-42.816466 0.47717,-1.59806 -0.49067,-1.75272 -10.96822,-1.75272 -10.08223,0 -11.55466,0.21495 -12.00595,1.75272 -0.28291,0.964 -3.47415,14.03142 -7.09166,29.038716 -3.61751,15.00731 -8.36272,34.10283 -10.54491,42.4345 -2.18219,8.33167 -3.96762,15.54573 -3.96762,16.03125 0,0.4855 4.73118,0.88274 10.51373,0.88274 9.95724,0 10.5637,-0.11928 11.45775,-2.2535 z m 338.995,19.23304 c -20.09931,-3.60237 -29.7454,-16.27149 -30.93231,-40.62633 -0.84674,-17.3747 2.65389,-28.35501 11.76223,-36.894296 6.16185,-5.77688 11.4613,-8.20612 21.21864,-9.72654 8.86081,-1.3807 19.36118,-0.0525 26.03619,3.29342 11.95783,5.99396 18.86122,18.791986 20.30723,37.647056 l 0.6361,8.2945 h -29.25775 -29.25775 l 0.53607,4.00592 c 0.84003,6.27716 5.01726,12.49955 10.02112,14.92742 7.89719,3.83172 19.45433,1.65755 22.60082,-4.25172 1.40683,-2.64209 1.50648,-2.66297 12.71593,-2.66297 h 11.29799 l -1.03614,2.75428 c -3.6128,9.60365 -11.6909,17.93158 -20.654,21.29277 -6.44473,2.41681 -18.38263,3.31072 -25.99437,1.94649 z m 25.75009,-54.57775 c 0,-3.79647 -3.52788,-10.00517 -7.15671,-12.59504 -2.17625,-1.55316 -4.98988,-2.39719 -8.76622,-2.62966 -9.17558,-0.56484 -15.91662,4.77264 -18.0605,14.3001 l -0.78047,3.46839 h 17.38195 17.38195 z m 109.15104,54.57775 c -20.09931,-3.60237 -29.7454,-16.27149 -30.93231,-40.62633 -0.84674,-17.3747 2.65389,-28.35501 11.76223,-36.894296 6.16185,-5.77688 11.4613,-8.20612 21.21864,-9.72654 8.86081,-1.3807 19.36118,-0.0525 26.03619,3.29342 11.95783,5.99396 18.86122,18.791986 20.30723,37.647056 l 0.6361,8.2945 h -29.25775 -29.25775 l 0.53607,4.00592 c 0.84003,6.27716 5.01726,12.49955 10.02112,14.92742 7.89719,3.83172 19.45433,1.65755 22.60082,-4.25172 1.40683,-2.64209 1.50648,-2.66297 12.71594,-2.66297 h 11.29798 l -1.03614,2.75428 c -3.6128,9.60365 -11.6909,17.93158 -20.654,21.29277 -6.44473,2.41681 -18.38263,3.31072 -25.99437,1.94649 z m 25.75009,-54.57775 c 0,-3.79647 -3.52788,-10.00517 -7.15671,-12.59504 -2.17625,-1.55316 -4.98988,-2.39719 -8.76622,-2.62966 -9.17557,-0.56484 -15.91662,4.77264 -18.0605,14.3001 l -0.78047,3.46839 h 17.38195 17.38195 z m 96.42933,54.21828 c -9.77182,-2.42043 -16.98993,-8.1399 -20.86199,-16.53054 -2.0442,-4.42976 -2.13167,-6.18634 -2.41063,-48.41455 l -0.28945,-43.818016 h 10.53195 10.53195 v 11.51788 11.51788 h 23.48279 23.48279 v 8.01244 8.012436 H 743.7514 720.18274 l 0.33569,21.28303 c 0.30464,19.31467 0.52558,21.60704 2.38893,24.78624 1.12928,1.92676 3.1528,4.06093 4.4967,4.74262 3.34779,1.69813 9.43593,1.58061 12.96849,-0.25034 5.19531,-2.69274 6.32527,-6.40527 6.77751,-22.26763 l 0.4069,-14.27216 h 9.98231 9.98231 l -0.38062,16.77604 c -0.33601,14.80997 -0.64637,17.36294 -2.64824,21.78382 -2.63968,5.82943 -8.18193,11.92885 -13.16094,14.48401 -7.58234,3.89117 -19.1071,4.95823 -28.47912,2.63684 z m 82.48262,-0.15342 c -12.48987,-2.71407 -23.48456,-12.17748 -28.0402,-24.13489 -2.71773,-7.13336 -3.75787,-22.31505 -2.08246,-30.3953 3.69458,-17.8184 16.04878,-29.351156 34.52596,-32.230316 14.40435,-2.24453 28.89464,1.86173 38.05363,10.783616 16.29516,15.87333 16.27316,49.6917 -0.0428,65.7802 -10.30368,10.16005 -25.62851,13.84426 -42.41414,10.19669 z m 21.54007,-19.3766 c 2.25276,-1.02542 5.05455,-3.21375 6.2262,-4.86295 2.54877,-3.58761 5.16652,-13.09704 5.16652,-18.7683 0,-5.67127 -2.61775,-15.1807 -5.16652,-18.76831 -4.71927,-6.64277 -17.29563,-8.84086 -25.84886,-4.51784 -3.59052,1.81474 -5.02903,3.39768 -7.38829,8.13012 -2.60735,5.23009 -2.92968,6.89752 -2.92968,15.15603 0,8.25851 0.32233,9.92594 2.92968,15.15602 2.35926,4.73244 3.79777,6.31539 7.38829,8.13012 5.59914,2.82995 13.84508,2.97497 19.62266,0.34511 z m -578.68219,17.71586 c -0.7205,-1.97166 -23.47542,-82.808726 -23.47542,-83.396606 0,-0.28412 5.15008,-0.51658 11.44461,-0.51658 h 11.44461 l 0.88436,3.25505 c 0.48639,1.79028 3.52758,13.936866 6.7582,26.992416 3.23061,13.05555 6.07976,23.53097 6.33144,23.27872 0.25168,-0.25226 2.98951,-12.28617 6.08407,-26.74203 l 5.62646,-26.283376 11.13992,-0.28275 11.13991,-0.28275 1.00269,3.78819 c 0.55148,2.0835 3.55891,14.373056 6.68319,27.310116 3.80165,15.74196 5.91578,22.86423 6.39185,21.53343 0.39124,-1.09368 3.36318,-13.36687 6.60432,-27.27377 l 5.89297,-25.285256 11.24176,-0.004 c 6.18297,-0.002 11.24176,0.23614 11.24176,0.52966 0,0.50338 -17.80971,63.279566 -22.08278,77.837996 l -1.98427,6.7605 h -11.21549 -11.21549 l -6.39318,-23.78692 c -3.51624,-13.08281 -6.62294,-24.20945 -6.90378,-24.72587 -0.28083,-0.51644 -3.4806,10.07501 -7.1106,23.53653 l -6.59999,24.47549 -11.2308,0.28337 c -8.43539,0.21283 -11.34766,-0.0365 -11.70032,-1.00156 z m 102.4323,-56.87121 V 59.727994 h 10.99195 10.99194 v 20.53076 20.530756 l 4.12932,-4.016536 c 5.54582,-5.39436 15.44689,-8.53747 24.05352,-7.63584 10.8065,1.13208 18.71552,5.97527 23.12114,14.158486 2.071,3.84678 2.16872,5.37148 2.45544,38.30947 l 0.2986,34.30325 h -11.04073 -11.04072 l -0.006,-28.29392 c -0.003,-15.63701 -0.44941,-29.89531 -0.99775,-31.87374 -1.58046,-5.7024 -5.04197,-8.24217 -11.9123,-8.74026 -8.0497,-0.5836 -13.09593,2.2181 -16.56598,9.19752 -2.47684,4.98261 -2.49454,5.21211 -2.49454,32.36429 v 27.34611 h -10.99194 -10.99195 z m 170.87477,16.02487 V 91.777744 h 9.99268 9.99267 v 4.71553 4.715526 l 4.24689,-4.105836 c 5.66333,-5.47524 9.20114,-7.1143 17.10837,-7.92627 l 6.62424,-0.68023 v 11.656196 11.65618 H 563.127 c -8.59999,0 -14.3182,2.96508 -17.39453,9.01964 -2.15596,4.24318 -2.24835,5.46578 -2.24835,29.75244 v 25.32742 h -10.99195 -10.99194 z"></path></svg></a></div></div></div></footer>



<div id="newsletter-signup" x-init="$ajax('/api/newsletter')"></div></div>

	<div id="additional-forms"></div></body></html>