Our mission is simple. We want all people to encounter Jesus by transmitting the Gospel message over the radio airwaves.
About Us
Spirit Catholic Radio is a listener-supported 501(c)(3) Catholic radio station based out of Omaha, Nebraska. Our coverage includes most of the state of Nebraska as well as Western Iowa.
Programming heard on Spirit Catholic Radio is a mix of locally-produced shows and national Catholic radio programs from names you know and trust.
Spirit Catholic Radio went on the air in Omaha in January 1999 with a weak signal, two employees, one volunteer, a small office, $750,000 in debt and a mission of evangelization. Today, the radio station continues to evangelize through its studio location in Omaha, a professional staff, and nearly 300 volunteers in eastern, central and western Nebraska and western Iowa.
Spirit Catholic Radio reaches over 94 percent of the state of Nebraska’s population with six network signals, nine affiliate signals and the entire state through live online broadcasting and a free smartphone app.
Spirit Catholic Radio is completely listener supported, has no annual deficit and continues to be a model for Catholic radio stations nationwide.
- Spirit Catholic Radio is 100 percent listener supported–a qualified 501(c)(3).
- The network reaches more than 2.1 million people in Nebraska, Iowa, South Dakota, Kansas, Wisconsin and Missouri.
- Through streaming audio on the internet and free mobile app, Spirit Catholic Radio has listeners in six continents, 50 states, and 260+ cities.
- Spirit Catholic Radio receives less than 20 percent of funding from on-air advertising known as business underwriting.
- Does not ask for funding from any diocese.
Coverage Map | Staff & Board |Programming | News | Events
function robly_recaptcha_callback(token) {
var email = $("#DATA0").val(); if (!is_valid_email_address(email)) { alert("Please enter a valid email address."); return false; } if (!$("#DATA0").val()) { alert("Please fill in all required fields!"); return false } if (!$("#DATA1").val()) { alert("Please fill in all required fields!"); return false }
var s = document.getElementsByClassName('sublist_fb_option');
if (s.length > 0) {
var selected = false;
for (var i = 0; i < s.length; i++) {
if (s[i].checked) {
selected = true;
}
}
if (!selected) {
alert("Please select a mailing list.");
return false;
}
}
var f = $("#robly_embedded_subscribe_form");
f.submit();
}
function is_valid_email_address(emailAddress) {
var pattern = new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);
return pattern.test(emailAddress);
}