Velvet Umbrella Radio

with Mickey Fingers & Celeste Violet

Friday Nights at 2AM

Velvet Umbrella Radio: After Hours is a late-night extension of Eclectic Wonderland, airing Fridays at 2 AM on WDRT Viroqua. Hosted by Mickey Fingers with DJ Celeste Violet running the board, the show explores a darker, more atmospheric side of the music spectrum.

Each episode is carefully curated and theme-driven, featuring a mix of darkwave, post-punk, dream pop, alternative, and experimental sounds. After Hours is designed for late-night listening – immersive, mood-forward, and intentionally paced – offering a space where the music can unfold without interruption and the tone can shift beyond daytime radio constraints.

A late-night space for music without the beige filter.

 

 

11 + 8 =

jQuery(document).ready(function($) { //Hide all content to be revealed $('.reveal_content').hide(); $('.reveal_content_1').hide(); //Create the click event for each reveal button $('.reveal_button').click(function (e) { //Prevent the default button action (i.e. redirecting to a url) e.preventDefault(); //Get the parent section for the button clicked $parent_section = $(this).closest('.reveal_section'); //Hide/Reveal the content in the same section as the button clicked $(this).addClass('opened'); $parent_section.find('.reveal_content').each(function() { $(this).slideToggle(); } ) }); } ); jQuery(document).ready(function($) { //Hide all content to be revealed $('.reveal_content_1').hide(); //Create the click event for each reveal button $('.reveal_button_1').click(function (e) { //Hide other button contents $('.reveal_content').hide(); //Prevent the default button action (i.e. redirecting to a url) e.preventDefault(); //Get the parent section for the button clicked $parent_section = $(this).closest('.reveal_section'); //Remove the opened class from all other buttons $('.reveal_button_1').not(this).removeClass('opened'); //Close all content in other sections $('.reveal_section').not($parent_section).find('.reveal_content_1').fadeOut('slow'); //Hide/Reveal the content in the same section as the button clicked $(this).addClass('opened'); $parent_section.find('.reveal_content_1').each(function() { $(this).slideToggle(); } ) }); } ); //Make archive button popup new, resized window. document.getElementById("archive_button").onclick = function() { archive() }; function archive() { window.open ("https://www.wdrt.org/archive/the-bruce-show", "mywindow","menubar=1,resizable=1,width=800,height=250"); event.preventDefault(); }