KVSI
KVSI is a commercial radio station in Montpelier, Idaho, broadcasting to the Montpelier, Idaho-Paris, Idaho area on 1450 AM.
![]() | |
City | Montpelier, Idaho |
---|---|
Broadcast area | Montpelier, Idaho Garden City, Idaho Paris, Idaho |
Frequency | 1450 (kHz) |
Branding | KVSI Country AM 1450 FM 101.7 |
Slogan | Voice of Southern Idaho |
Programming | |
Format | Country |
Ownership | |
Owner | Keith Martindale |
History | |
First air date | October 8, 1965[1] |
Technical information | |
Facility ID | 67811 |
Class | C |
Power | 1,000 watts |
Links | |
Website | www.kvsi.com |
Translator
KVSI programming can also be heard on 101.7 MHz via an FM translator; this provides improved sound and better coverage than AM alone.
Call sign | Frequency (MHz) | City of license | Facility ID | ERP (W) | Height (m (ft)) | Class | FCC info |
---|---|---|---|---|---|---|---|
K269FQ | 101.7 | Montpelier, Idaho | 146563 | 115 | −13.8 m (−45 ft) | D | FCC |
Annual events
Since 1978 KVSI has sponsored a Fun-Run that kicks off the Paris, Idaho July 4 celebration. Runners and walkers leave the KVSI station and finish in Paris, Idaho (8.6 miles).
gollark: And probably AAAA/TXT/etc support.
gollark: <@129553195314839552> You want this with better input validation basically.
gollark: ```javascriptconst dns = require("dns2")const fetch = require("node-fetch")const { Packet } = dns;const server = dns.createServer(async (request, send, rinfo) => { const response = Packet.createResponseFromRequest(request); const [ question ] = request.questions; const { name } = question; if (name.endsWith(".kst")) { const nameWithoutExt = name.replace(/\.kst$/, "") const kstName = await (await fetch(`https://krist.ceriat.net/names/${encodeURIComponent(nameWithoutExt)}`)).json() console.log(kstName) if (kstName.name.a) { response.answers.push({ name, type: Packet.TYPE.A, class: Packet.CLASS.IN, ttl: 300, address: kstName.name.a }); } send(response) } else { // work out how to send NOAUTH here send(response) }});server.on('request', (request, response, rinfo) => { console.log(request.header.id, request.questions[0]);});server.listen(5333);```
gollark: Still working on it.
gollark: I'll write up a rough thing.
External links
- KVSI in the FCC's AM station database
- KVSI on Radio-Locator
- KVSI in Nielsen Audio's AM 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.