WJTY
WJTY (88.1 FM) is an owned and operated affiliate of Family Life Radio, licensed to Lancaster, Wisconsin, and serving all of Southwest Wisconsin, and parts of Northeast Iowa. The station's format consists of Christian contemporary music and Christian talk and teaching.[2]
City | Lancaster, Wisconsin |
---|---|
Broadcast area | Southwest Wisconsin / Dubuque, Iowa |
Frequency | 88.1 MHz |
Branding | Family Life Radio |
Programming | |
Format | Christian contemporary music / Christian talk and teaching |
Affiliations | Family Life Radio |
Ownership | |
Owner | Family Life Broadcasting, Inc. |
History | |
First air date | March 11, 1983[1] |
Technical information | |
Facility ID | 32365 |
Class | C2 |
ERP | 50,000 Watts |
HAAT | 145 meters |
Transmitter coordinates | 42°57′09″N 90°25′49″W |
Links | |
Webcast | Listen Live |
Website | myflr.org |
History
The station began broadcasting March 11, 1983, airing a religious format, and was owned by Joy Public Broadcasting.[1] In 2007, the station was sold to Family Life Communications.[3]
gollark: Yes, wojbie, that's actual live code (with some bits removed to make it fit), not an example.
gollark: No evil "class" stuff needed.
gollark: This is an API I run to do some random things.
gollark: ```python#!/usr/bin/env python3from flask import Flask, jsonifyfrom wsgiref.simple_server import make_serverimport subprocessimport randomfrom mpd import MPDClientimport threadingimport timempd_client = MPDClient()mpd_client.connect("localhost", 6600)print("connected, mpd is", mpd_client.mpd_version)app = Flask(__name__)@app.route("/")def index(): return "Hello, World!"@app.route("/fortune/")def fortune(): return subprocess.run(["fortune"], stdout=subprocess.PIPE).stdoutcurrent_song = Nonedef mpd_loop(): print("mpd query loop started") while True: global current_song current_song = mpd_client.currentsong() current_song["status"] = mpd_client.status() time.sleep(0.2)threading.Thread(target=mpd_loop).start()@app.route("/current-song")def get_current_song(): return jsonify(current_song)with make_server('', 1337, app) as httpd: print("Serving HTTP...") httpd.serve_forever()```
gollark: It doesn't require classes. Hold on.
References
- Broadcasting/Cablecasting Yearbook 1985, Broadcasting/Cablecasting. 1985. p. B-299. Retrieved October 12, 2018.
- Program Schedule, Family Life Radio. Retrieved October 12, 2018.
- "Deal of the Week", Radio & Records. February 9, 2007. p. 10. Retrieved October 12, 2018.
External links
- Family Life Radio's website
- WJTY in the FCC's FM station database
- WJTY on Radio-Locator
- WJTY in Nielsen Audio's FM station database
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.