Now Reading
Malik Harris has big, colorful boots to fill in Circa 21’s “Kinky Boots …

Malik Harris has big, colorful boots to fill in Circa 21’s “Kinky Boots …

Malik Harris has big, colorful boots to fill in Circa 21’s “Kinky Boots”

Return to homepage ×


You have run out of free articles. You can support our newsroom by joining at our lowest rate!

‘);
$(‘.lee-featured-subscription’).html(sFallBack);
}

function lee_formatPackage(oService){
try {
var bOnlyModal = true;
var oSettings = lee_getPackageSettings(oService.HomeMembership);
var newService = {};
if(parseInt(oService.WebFeatureFG) === 2) return false;
if(oService.WebStartPrice != ”){
var custom = JSON.parse(oService.WebStartPrice);
$.each(custom, function(k,v){
newService[k] = v;
});
}
if(bOnlyModal && newService.in_modal && newService.in_modal.toLowerCase() === ‘false’) return false;
if(!bOnlyModal && newService.not_members && newService.not_members.toLowerCase() === ‘true’) return false;

newService.has_featured_class = newService.featured ? ‘featured-package’ : ”;
newService.sort = parseInt((newService.sort) ? newService.sort : oSettings.sort);
newService.title = (newService.package_title && newService.package_title != ”) ? newService.package_title : oSettings.title;
newService.level = oService.HomeMembership;
newService.html = oService.WebOfferHTML;
newService.disabled = newService.disable_purchase ? ‘disabled’ : ”;

var price = lee_formatPackagePrice(newService.start_price);
newService.start_price = price.cost;
newService.format_dollars = (price.format_dollars) ? price.format_dollars : ”;
newService.format_cents = (price.format_cents) ? price.format_cents : ”;
newService.start_at_rate = (newService.fixed_rate === ‘true’) ? ‘for the low price of’ : ‘starting at’;

if( !newService.term ) newService.term = ‘per month’;

newService.has_promotion_class = ”;
if( newService.promotional_price && newService.promotional_price != ” ){
newService.has_promotion_class = ‘has-promotion’;
var promotion = lee_formatPackagePrice(newService.promotional_price);
newService.promotional_price = promotion.cost;
newService.promotional_format_dollars = (promotion.format_dollars) ? promotion.format_dollars : ”;
newService.promotional_format_cents = (promotion.format_cents) ? promotion.format_cents : ”;
}

newService.special_title_class = newService.special_title ? ‘has-special-title’ : ”;
newService.special_label_class = newService.label ? ‘has-label’ : ”;

newService.action_button = ‘Sign Up’;
if(newService.disabled === ‘disabled’){
newService.start_at_rate = ‘Call us at’;
newService.start_price = ‘800-660-2472’;
newService.term = ‘to get started’;
newService.action_button = ‘Call Today’;
}

window.lee_service_impressions.push({
‘id’: newService.level,
‘name’: newService.title,
‘price’: newService.start_price,
‘brand’: “qconline.com”,
‘category’: ‘subscription’,
‘list’: ‘Block’,
‘position’: newService.sort
});

return newService;

} catch(e){
if(window.console) console.warn(e);
return false;
}
}

function lee_sortPackages(property) {
var sortOrder = 1;
if(property[0] === “-“) {
sortOrder = -1;
property = property.substr(1);
}
return function (a,b) {
var result = (a[property] b[property]) ? 1 : 0;
return result * sortOrder;
}
}

function lee_getPackageSettings(sPackage){
switch(sPackage.toLowerCase()){
case ‘dob’:
return {title: ‘Digital Basic’, sort: 0};
break;
case ‘dop’:
return {title: ‘Digital Plus’, sort: 1};
break;
case ‘dopl’:
return {title: ‘Digital Platinum’, sort: 2};
break;
case ‘silv’:
return {title: ‘Silver’, sort: 3};
break;
case ‘gold’:
return {title: ‘Gold’, sort: 4};
break;
case ‘plat’:
return {title: ‘Platinum’, sort: 5};
break;
}
}

function lee_replacePackageTokens(sPackage, oService, sCol){
var hasPromotion = false;
$.each(oService, function(k,v){
if( k === ‘html’){
v = v.replace(new RegExp(‘{{domain}}’, ‘gi’), ‘qconline.com’)
.replace(new RegExp(‘{{site_name}}’, ‘gi’), ‘Dispatch Argus’)
.replace(new RegExp(‘{{business_name}}’, ‘gi’), ‘Dispatch-Argus’)
.replace(new RegExp(‘{{site_phone}}’, ‘gi’), ‘800-660-2472’);
}
sPackage = sPackage.replace(new RegExp(‘{{‘+k+’}}’, ‘gi’), v);
});
if(sCol) sPackage = sPackage.replace(‘{{col}}’, sCol);
return sPackage;
}

try {
var oPackages = [],
oFeatured = false,
sHtml = ”,
sTemplate = $(‘#lee-service-template’).html();

$.each(window.leeMembershipPackages, function(i, oService){
var oService = lee_formatPackage(oService);
if(oService){
oPackages.push(oService);
if(oService.featured === ‘true’) oFeatured = oService;
}
});

if(oPackages.length === 0){ throw ‘No packages defined’; }

oPackages.sort(lee_sortPackages(‘sort’));

if(!oFeatured) oFeatured = oPackages[0];

if(oPackages.length === 1){
sTemplate = $(‘#lee-service-template-single’).html();
$(‘#lee-services-list’).addClass(‘single’);
} else {
$(‘#lee-services-list’).addClass(‘multiple’);
}

switch(oPackages.length){
case 6: var sCol = ‘2’; break;
case 5: var sCol = ‘5ths’; break;
case 4: var sCol = ‘3’; break;
case 3: var sCol = ‘4’; break;
case 2: var sCol = ‘6’; break;
default: var sCol = ’12’; break;
}

$(‘#lee-services-modal’).addClass(‘packages_’+oPackages.length);

$.each(oPackages, function(i, oService){
sHtml += lee_replacePackageTokens(sTemplate, oService, sCol);
});

$(‘#lee-services-list .packages’).html(sHtml).promise().then(function(){
$(‘#lee-services-list .loading’).hide();
$(‘#lee-services-list .packages’).css(‘opacity’, 1);
});

if(!__tnt.user.services){
if( $(‘.lee-featured-subscription’).length > 0 && oFeatured ){
$(‘.lee-featured-subscription’).each(function(){
var html = $(this).html();
if( !oFeatured.featured_button_text ){
if(oFeatured.promotional_price){
oFeatured.featured_button_text = oFeatured.promotional_format_dollars+oFeatured.promotional_price+oFeatured.promotional_format_cents+’ ‘+oFeatured.term;
} else {
oFeatured.featured_button_text = ‘Join for ‘+oFeatured.format_dollars+oFeatured.start_price+oFeatured.format_cents+’ ‘+oFeatured.term;
}
}
html = lee_replacePackageTokens(html, oFeatured);
$(this).html(html);
if(oFeatured.promotional_price) $(this).addClass(‘has-promotiom’);
if( $(this).hasClass(‘show-after-loaded’) ) $(this).show();
});
}
}

} catch (e) {
if(window.console) console.warn(e);
lee_serviceError();
}

window.lee_fetched_services = true;
});

×

Sign Up Today and Support Local Journalism

Enjoy more articles from the Quad City’s Most Trusted Information Source. Subscribers can log in for unlimited digital access




1 of 3





















011720-qc-nws-kinkyboots



“Kinky Boots” at Circa ’21 features, from left, Sean Michael Jaenicke, Cory Shorter, Malik Harris, Weston Lundy and Kevin Korczynski.




















011720-qc-nws-kinkyboots2



The cast of Circa ’21’s “Kinky Boots,” the 2013 Broadway Tony winner that is making its Q-C theater company premiere. A national tour performed last June at the Adler.

See Also




















122019-mda-nws-circa-005



Standing in the costume shop Circa ’21 Dinner Playhouse costume designer Greg Hiatt talks about the upcoming play “Kinky Boots.”.




ROCK ISLAND — Malik Harris has some pretty imposing, colorful boots to fill in the latest musical at Circa ’21 Dinner Playhouse.

The irrepressible 25-year-old Georgia native makes his Quad-Cities debut in the hit “Kinky Boots,” as drag headliner Lola, a fabulous entertainer in need of some sturdy stilettos, immortalized on Broadway in 2013 by Billy Porter.

“I’ve been thinking about this role since I was in 10th grade,” he said. “When the soundtrack came out, I had to buy a new CD because I used it so much.” Harris first saw a production live in Atlanta, in 2015.

With a Tony-winning score by Cyndi Lauper and book by multiple Tony winner Harvey Fierstein, “Kinky Boots” tells the story of two men who appear to have nothing in common. Charlie Price (played by Circa veteran and 31-year-old Iowa City native Michael Penick) has reluctantly inherited his father’s failing shoe factory. Trying to live up to his father’s legacy and save his business, Charlie eventually finds inspiration in drag star Lola.

Lola is a dream part, including nine costumes for him alone from the original Broadway production, Harris said.

“It’s like I’m retelling pieces of my own story through Lola,” Harris said.

Growing up in the South, coming out as a gay man, he was bullied, he said. 

“I went into a lot of depression and my dad pushed me to play football and play all these sports,” he recalled. “I was never man enough for people around me. As I grew up, it didn’t matter how masculine I was. As a person, we’re all the same at the end of the day,” Harris said. “We all want to be loved, to feel useful.”

“The performance isn’t for me; it’s for people watching,” he said. “I want people to know, it’s OK to be different.”

Veteran director Seth Reines — who’s been part of Circa since its 1977 start — saw Harris audition in North Carolina, and “knew we wanted him to be part of this from the very beginning.”

“What he brought, there was just an honesty there,” the director said. “It’s not often you go into an audition that actors let down their guard and you see who they really are, and he did that. That touched me. You can do a very slick performance of this, but he puts his heart out and says, ‘Here, hold my heart.’”

“I’ve seen people try to take on a role that’s like Lola/Simon and make it a caricature, make fun of it,” Harris said. “Yes, it’s a fun role to play. It has laughter, but there’s a person behind that.

“We all have feelings,” he said. “You don’t have to accept, but you have to respect.”

“This script in particular is so well-written, it makes that easy for us as actors,” Penick said. “It’s great to be on stage and not fight a script to get to that place where you can be open, vulnerable and honest with your scene partner.”

Harris said when he recently zipped on one of the dresses: “It felt like it was made for me. It’s like, I felt like I was meant to be in that moment, at that time, it was sewn together for me. When I looked at the tag and saw the (Billy Porter) name, it pushed it even further. This isn’t my end; I have more to go. These people have worn these and maybe some other person who’s gonna be Lola will wear something I’ve worn before.”

“I love the music; I think it’s fun,” said choreographer Christie Kerr, who teaches musical theater at University of Arizona. “I love the fact that it’s a new show that hasn’t been done so much. … The opportunity to get to do a new show, and when I found out we had the Broadway costumes was amazing.”

“This is a bold step for Circa. Most of their shows don’t say as much as this show,” Reines said. “It’s important, and I applaud Denny (Hitchcock) for taking the chance to do it.”

Additional Circa veterans in the show are Brittany Church, Megan Opalinski, Savannah Strandin, Tristan Tapscott, Shelley Walljasper, Kevin Korczynski and Tom Walljasper.

Receive the latest in local entertainment news in your inbox weekly!

What's Your Reaction?
Excited
0
Happy
0
In Love
0
Not Sure
0
Silly
0
Scroll To Top