Celeste, Aaron & Deanna in front of a computer with 'Risque Chat' written on it

Celebrity Encounters, Fast Cars & Basic Blonde Moments

On this episode of Two Brunettes & A Gay – Risque Chat GPT Experiment, Aarons Basic BLOND Moment, Our Embarrassing Celebrity Encounter + more

On This Weeks Episode of Two Brunettes & A Gay:

  • Days of the Year
  • We’re NOT Brunettes- Should we change our name?
  • Our Risque Chat GPT Experiment
  • Aarons Basic BLONDE Moment
  • Celebrity TEA-TIME- Grammy Edition
  • Our Embarrassing Celebrity Encounter
  • *NEW*- Never Have I Ever

Indulge in an hour of witty banter and lively discussions with these cheeky 30-somethings, along with special guests from the entertainment industry and beyond.

With their relatable humour, vibrant personalities and plenty of ‘blonde-moments’, this entertainment-filled gossip-style comedy show is perfect for unwinding at the end of the day, accompanied by your favourite bubbles.

Listen below

Follow us on Instagram.

Give us a like on Facebook.

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });