WZAP

WZAP is a religious formatted broadcast radio station licensed to Bristol, Virginia, serving the Tri-Cities area. WZAP is owned and operated by Charles Lawson, through licensee Awaken Broadcasting Inc.[1]

WZAP
CityBristol, Virginia
Broadcast areaTri-Cities
Frequency690 kHz
Branding"WZAP 690AM/93.3FM"
Slogan"Music For Life"
Programming
FormatReligious
Christian
Ownership
OwnerCharles Lawson
(Awaken Broadcasting Inc.)
History
Former call signsWCYB
Technical information
Facility ID55004
ClassD
Power10,000 Watts daytime
14 Watts nighttime
Translator(s)93.3 MHz - (W227DT - Bristol, Virginia)
Links
Website690wzap.com

History

The station was founded by Appalachian Broadcasting, a consortium of local businessmen, in December 1946 under the call sign WCYB. The station's initial format was country music, including such notable acts as the Stanley Brothers.[2] Appalachian Broadcasting signed on WCYB-TV in 1956. In 1969, Appalachian's owners decided to retire. The FCC had by this time barred common ownership of television and radio stations, so the radio station was sold to another local businessman, James Ayers, who changed the call letters to WZAP. Ayers died in 1975, and in 1976 his estate sold the station to general manager Al Morris and his company, RAM Communications. [3]

Prior to the dominance of FM radio, WZAP was the number one station in the Tri-Cities TN/VA market, playing country/western music with a personality-DJ format. The station switched to its current Southern gospel format in 1982.

Some key on-air personnel over the years included Glenn Harlow, Dave Ray, Matt Stevens, Douglas "D.K." Smith, Ray Hutchins, Greg Hutchins, and Ed Spiegel. WZAP's longtime chief engineer was John Faniola, who could often be heard testing the station's transmitter late into the overnight hours.


Effective March 28, 2017, Ram Communications sold WZAP to Awaken Broadcasting Inc. for $350,000.

gollark: Ah, but my sound is off constantly.
gollark: I did not. Does it work in Firefox™?
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.

See also

References

  1. "WZAP Facility Record". Federal Communications Commission, audio division.
  2. "The WCYB Radio Tapes". Johnson City: East Tennessee State University. 2002. Retrieved 2009-06-06.
  3. "History of WZAP - 1946 to 2009". 2009. Retrieved 2009-06-06.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.