
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/hDTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<title>Athens Party - Loud & Happy Radio / Top 40, Party hits, Electronica, RnB, 80s/90s, New Music Videos</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="charset" content="utf-8" />
<meta content="Η καλύτερη ξένη μουσική από τα κανάλια του Athens Party. Mουσικά νέα, videos, εκδηλώσεις και καθημερινά ειδήσεις που σου φτιάχνουν τη μέρα." name="Description" />
<meta content="party, dance radio, top 40 hits, electro, electronica, athens party, velvet, eurovision, rnb, internet radio, radio, live, web radio, greek radio, greek internet radio, μουσική, ταινίες, webradio, music videos" name="keywords" />
<meta property="og:title" content="AthensParty.com" />
<meta property="og:description" content="Internet radio: Η καλύτερη ξένη μουσική από τα κανάλια του Athens Party. Mουσικά νέα, videos, εκδηλώσεις και καθημερινά ειδήσεις που σου φτιάχνουν τη μέρα." />
<meta property="og:site_name" content="AthensParty.com" />
<meta property="og:type" content="Website" />
<meta property="og:image" content="https://www.athensparty.com/_img/athensparty_fb.jpg" />
<meta property="fb:app_id" content="298099480305337" />
<meta property="fb:pages" content="155648961835315" />
<meta property="og:url" content="https://www.athensparty.com" />
<link rel="canonical" href="https://www.athensparty.com" />
<link rel="dns-prefetch" href="//www.athensParty.com" />
<link rel="dns-prefetch" href="//cdn.e-radio.gr" />
<link rel="dns-prefetch" href="//ajax.googleapis.com" />
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="fb:app_id" content="198096357021717" />
<meta property="fb:pages" content="68401844395" />
<link rel="apple-touch-icon" sizes="180x180" href="/_img/ico/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/_img/ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/_img/ico/favicon-16x16.png">
<link rel="manifest" href="/_img/ico/manifest.json">
<link rel="mask-icon" href="/_img/ico/safari-pinned-tab.svg" color="#db9b9e">
<meta name="theme-color" content="#db9b9e">

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Open+Sans:400,600,700&display=swap&subset=greek">
<link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Open+Sans:400,600,700&display=swap&subset=greek">

<link href="/_css/main-min.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<link rel="preload" href="/_img/pinkicons/css/pink.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<link rel="preload" href="/_img/pinkicons/css/animation.css" as="style" onload="this.onload=null;this.rel='stylesheet'">

<script type="text/javascript" async="true">
  (function() {
    var host = 'www.athensparty.com';
    var element = document.createElement('script');
    var firstScript = document.getElementsByTagName('script')[0];
    var url = 'https://cmp.inmobi.com'
      .concat('/choice/', '49SuwTaH2w2BM', '/', host, '/choice.js?tag_version=V3');
    var uspTries = 0;
    var uspTriesLimit = 3;
    element.async = true;
    element.type = 'text/javascript';
    element.src = url;
  
    firstScript.parentNode.insertBefore(element, firstScript);
  
    function makeStub() {
      var TCF_LOCATOR_NAME = '__tcfapiLocator';
      var queue = [];
      var win = window;
      var cmpFrame;
  
      function addFrame() {
        var doc = win.document;
        var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);
  
        if (!otherCMP) {
          if (doc.body) {
            var iframe = doc.createElement('iframe');
  
            iframe.style.cssText = 'display:none';
            iframe.name = TCF_LOCATOR_NAME;
            doc.body.appendChild(iframe);
          } else {
            setTimeout(addFrame, 5);
          }
        }
        return !otherCMP;
      }
  
      function tcfAPIHandler() {
        var gdprApplies;
        var args = arguments;
  
        if (!args.length) {
          return queue;
        } else if (args[0] === 'setGdprApplies') {
          if (
            args.length > 3 &&
            args[2] === 2 &&
            typeof args[3] === 'boolean'
          ) {
            gdprApplies = args[3];
            if (typeof args[2] === 'function') {
              args[2]('set', true);
            }
          }
        } else if (args[0] === 'ping') {
          var retr = {
            gdprApplies: gdprApplies,
            cmpLoaded: false,
            cmpStatus: 'stub'
          };
  
          if (typeof args[2] === 'function') {
            args[2](retr);
          }
        } else {
          if(args[0] === 'init' && typeof args[3] === 'object') {
            args[3] = Object.assign(args[3], { tag_version: 'V3' });
          }
          queue.push(args);
        }
      }
  
      function postMessageEventHandler(event) {
        var msgIsString = typeof event.data === 'string';
        var json = {};
  
        try {
          if (msgIsString) {
            json = JSON.parse(event.data);
          } else {
            json = event.data;
          }
        } catch (ignore) {}
  
        var payload = json.__tcfapiCall;
  
        if (payload) {
          window.__tcfapi(
            payload.command,
            payload.version,
            function(retValue, success) {
              var returnMsg = {
                __tcfapiReturn: {
                  returnValue: retValue,
                  success: success,
                  callId: payload.callId
                }
              };
              if (msgIsString) {
                returnMsg = JSON.stringify(returnMsg);
              }
              if (event && event.source && event.source.postMessage) {
                event.source.postMessage(returnMsg, '*');
              }
            },
            payload.parameter
          );
        }
      }
  
      while (win) {
        try {
          if (win.frames[TCF_LOCATOR_NAME]) {
            cmpFrame = win;
            break;
          }
        } catch (ignore) {}
  
        if (win === window.top) {
          break;
        }
        win = win.parent;
      }
      if (!cmpFrame) {
        addFrame();
        win.__tcfapi = tcfAPIHandler;
        win.addEventListener('message', postMessageEventHandler, false);
      }
    };
  
    makeStub();
  
    var uspStubFunction = function() {
      var arg = arguments;
      if (typeof window.__uspapi !== uspStubFunction) {
        setTimeout(function() {
          if (typeof window.__uspapi !== 'undefined') {
            window.__uspapi.apply(window.__uspapi, arg);
          }
        }, 500);
      }
    };
  
    var checkIfUspIsReady = function() {
      uspTries++;
      if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
        console.warn('USP is not accessible');
      } else {
        clearInterval(uspInterval);
      }
    };
  
    if (typeof window.__uspapi === 'undefined') {
      window.__uspapi = uspStubFunction;
      var uspInterval = setInterval(checkIfUspIsReady, 6000);
    }
  })();
  </script>


<script>
  dataLayer = [{
    'dimension1': '',
    'dimension2': '',
    'dimension3': '',
    'dimension4': '',
    'dimension5': '',
    'dimension6': '',
    'dimension7': '',
    'dimension8': 'athensparty',
    'dimension9': 'home',
    'dimension14': ''

  }];
</script>

<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-K4ND6Z');</script>

<script>
	var win_w= Math.max(document.documentElement.clientWidth, window.innerWidth || 0);
	var instajs_co  = ""; 
	var twitterjs_co  = ""; 
</script>
<style>
    html, body {
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        min-height: 100vh; /* Ensure the body takes full viewport height */
    }
    #topheadermenu {
        flex: 0 1 auto; /* Header takes only the space it needs */
    }

    #mainArea {
        flex: 1 1 auto; /* Main area takes the remaining space */
        display: flex;
        flex-direction: column;
    }

    #footerBgWide {
        flex: 0 1 auto; /* Footer takes only the space it needs */
    }



    .container {
        max-width: 600px;
        margin: auto;
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .container .logo img {
        max-width: 200px;
        margin: 0 auto 20px;
    }
    .container .h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .container .p {
        font-size: 18px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>

<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K4ND6Z"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

<div class="happybg"></div>
<form id="skinform"></form>
<div style="display:none;">
<strong></strong><br/>
The latest on fashion, beauty, celebrity style, entertainment, teen issues, videos and more from TeenVogue magazine on TeenVogue.com. Fashion starts here.
Νέα (news) και πολύτιμες συμβουλές για την ομορφιά, τη μόδα, τον έρωτα, τις σχέσεις και tips για τη ζωή της σύγχρονης γυναίκας
</div>

<div class="overlay hiding">
<button class="button button-close">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="icon">
<rect class="fill-none" width="32" height="32" />
<path class="fill-currentcolor" d="M18.82813,16,29.41406,5.41406a1.99979,1.99979,0,0,0-2.82812-2.82812L16,13.17188,5.41406,2.58594A1.99979,1.99979,0,0,0,2.58594,5.41406L13.17188,16,2.58594,26.58594a1.99979,1.99979,0,1,0,2.82813,2.82813L16,18.82813,26.58594,29.41406a1.99979,1.99979,0,0,0,2.82813-2.82812Z" />
</svg>
</button>
<form action="/search" class="form-search">
<label for="q" class="visuallyhidden">Αναζήτηση</label>
<input class="input input-search" id="q" name="q" type="input" placeholder="Ψάχνεις κάτι; Για πες..." autocomplete="off" autocorrect="true" autocapitalize="off" required>
<button type="submit" class="button button-search">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" class="icon">
<rect class="fill-none" width="32" height="32" />
<path class="fill-currentcolor" d="M29.82861,24.17139,25.56519,19.908A13.0381,13.0381,0,1,0,19.908,25.56525l4.26343,4.26337a4.00026,4.00026,0,0,0,5.65723-5.65723ZM5,14a9,9,0,1,1,9,9A9.00984,9.00984,0,0,1,5,14Z" />
</svg>
</button>
</form>
</div>
<div id="topHeaderMenu">
<div class="burger-button" onclick="openNav();">
<div class="ma-infinitypush-button"><span></span><span></span><span></span></div>
</div>
<div class="menuLeft">
<a href="https://www.athensparty.com" class="home hideOnLess980"><i class="icon-mbri-home"></i></a>
<a href="https://www.athensparty.com/live" class="hideOnLess980">Live</a>
<a href="https://www.athensparty.com/playlists" class="hideOnLess980">Playlists</a>
<a href="https://www.arionradio.com" target="_blank" class="hideOnTablet">Ελληνική μουσική</a>
</div>
<a href="https://www.athensparty.com" class="logo"><img src="/_img/athensparty_logo.png" border="0" alt="AthensParty.com" /></a>
<div class="menuRight graylinks">
<a class="hideOnLess980" href="https://www.athensparty.com/diagonismoi"><i class="icon-mbri-gift"></i>Διαγωνισμοί</a>
<a class="facebook hideOnTablet small" href="https://www.facebook.com/athensparty" target="_blank"><i class="icon-facebook-rect"></i></a>
<a class="instagram hideOnTablet small" href="https://www.instagram.com/athensparty" target="_blank"><i class="icon-instagram-filled"></i></a>
<a class="twitter hideOnTablet small" href="https://twitter.com/athensparty" target="_blank"><i class="icon-twitter-bird"></i></a>
<a href="#search" class="small button-open" style="margin:0 30px 0 10px;"><i class="icon-search" style="font-size: 20px; bottom: -3px;"></i></a>
</div>
</div>
<div class="mainArea" style="padding: 30px!important; height:100% ">
<div class="container">
<div class="logo">
<img src="https://www.athensparty.com/_img/athensparty_logo.png" alt="Site Logo">
</div>
<h1>404 - Page Not Found</h1>
<p>Sorry, the page you are looking for does not exist.</p>
<p><a href="/">Go to Homepage</a> or listen to some <a href="https://www.athensparty.com/velvetfm/player">music!</a></p>
</div>
</div>
</body>
<div class="sideMenu" id="sideMenu">
<div class="theheader">
<a href="javascript:void(0)" onclick="closeNav();" class="closebtn" id="closebtn">×</a> <img src="/_img/athensparty_logo.png" height="38" alt="AthensParty.com" />
</div>
<div class="scrollable">
<a href="https://www.athensparty.com/live" class="halfbutton"><span class="icon-play-1"></span> LIVE</a>
<a href="https://www.athensparty.com/search" class="halfbutton" style="border-right: 1px solid #ccc;"><span class="icon-search"></span> ΑΝΑΖΗΤΗΣΗ</a>
<ul class="sections">
<li class="sectionHeader"><a href="https://www.athensparty.com/" title="ΑΡΧΙΚΗ">ΑΡΧΙΚΗ</a>
</ul>
<ul class="sections">
<li class="sectionHeader"><a href="/athensparty/playlist" title="STYLE">PLAYLISTS</a></li>
<ul class="sectionOptions">
<li><a href="https://www.athensparty.com/athensparty/playlist">Athens Party</a>
<li><a href="https://www.athensparty.com/velvetfm/playlist">Velvet.Fm</a>
<li><a href="https://www.athensparty.com/wonder/playlist">Wonder Radio</a>
<li><a href="https://www.athensparty.com/athenspartyrnb/playlist">Athens Party RnB</a>
<li><a href="https://www.athensparty.com/tophits">Top Hits</a>
</ul>
</ul>
<ul class="sections">
<li class="sectionHeader"><a href="https://www.athensparty.com/newsroom" title="STYLE">NEWS ROOM</a></li>
<ul class="sectionOptions">
<li><a href="https://www.athensparty.com/newsroom">Νέα</a>
<li><a href="https://www.athensparty.com/viral">Viral</a>
<li><a href="https://www.athensparty.com/celebs">Celebs</a>
<li><a href="https://www.athensparty.com/juicy">Juicy</a>
<li><a href="https://www.athensparty.com/fitness">Fitness</a>
<li><a href="https://www.athensparty.com/travel">Travel</a>
</ul>
</ul>
<ul class="sections">
<li class="sectionHeader"><a href="https://www.athensparty.com/longreads" title="LONG READS">LONG READS</a>
</ul>
<ul class="sections">
<li class="sectionHeader"><a href="https://www.athensparty.com/entertainment" title="ENTERTAINMENT">ENTERTAINMENT</a></li>
<ul class="sectionOptions">
<li><a href="https://www.athensparty.com/music">Μουσική</a>
<li><a href="https://www.athensparty.com/tv-series">TV+Σειρές</a>
<li><a href="https://www.athensparty.com/movies">Movies</a>
<li><a href="https://www.athensparty.com/musiclists">Music Lists</a>
<li><a href="https://www.athensparty.com/exodos">Έξοδος</a>
<li><a href="https://www.athensparty.com/gaming">Gaming</a>
</ul>
</ul>
<ul class="sections">
<li class="sectionHeader"><a href="https://www.athensparty.com/diagonismoi" title="ΔΙΑΓΩΝΙΣΜΟΙ">ΔΙΑΓΩΝΙΣΜΟΙ</a>
</ul>
<div class="sections">
<div class="sectionHeader">GET CONNECTED</div>
<div class="social">
<a href="https://www.instagram.com/athensparty" target="_blank" class="instagram"><i class="icon-instagram" alt="Ακολουθείστε τον Athens Party στο Instagram"></i></a>
<a href="https://www.facebook.com/athensparty" target="_blank" class="facebook"><i class="icon-facebook-circled" alt="Ακολουθείστε ον Athens Party στο facebook"></i></a>
<a href="https://www.twitter.com/athensparty" target="_blank" class="twitter"><i class="icon-twitter-circled" alt="Ακολουθείστε ον Athens Party στο Twitter"></i></a>
<a href="https://feeds.feedburner.com/athensparty" target="_blank" class="rss"><i class="icon-rss" alt="Athens Party RSS"></i></a>
</div>
</div>
<ul class="sections">
<li class="sectionHeader"><a href="/style" title="ΖΩΔΙΑ">MORE NEXTWEB</a></li>
<ul class="sectionOptions">
<li><a href="https://www.e-radio.gr" target="_blank">E-Radio</a>
<li><a href="https://www.e-daily.gr" target="_blank">E-Daily</a>
<li><a href="https://www.e-agenda.gr" target="_blank">E-Agenda</a>
<li><a href="https://www.e-gamers.gr" target="_blank">E-Gamers</a>
<li><a href="https://www.pink.gr" target="_blank">Pink.gr</a>
<li><a href="https://www.arionradio.com" target="_blank">Arion Radio</a>
<li><a href="https://www.akous.gr" target="_blank">Akous</a>
</ul>
</ul>
<ul class="sections" style="text-align: center; padding: 40px;">
<a href="https://www.nextweb.gr" target="_blank"><img src="/_img/nextweb.png" width="174" height="50" alt="NEXTWEB / DISCOVER MORE" /></a>
</ul>
</div>
</div>
<div onclick="closeNav();" id="sideMenu_spider" class="sideMenu_spider"></div>
<div class="hrule"></div>
<div id="footerBgWide">
<div class="footer">
<div class="footer_optionsHoriz">
<li>© 2024 AthensParty.com
<li><a href="https://www.athensparty.com/contact/default.asp">ΕΠΙΚΟΙΝΩΝΙΑ</a>
<li><a href="https://www.athensparty.com/contact/default.asp">ΘΕΣΕΙΣ ΕΡΓΑΣΙΑΣ</a>
<li><a href="https://www.athensparty.com/terms.asp">TERMS</a>
<li><a href="https://www.athensparty.com/privacy.asp">PRIVACY</a>
<li><a href="https://www.athensparty.com/search">SITE MAP</a>
<li><a href="https://www.athensparty.com/rss" target="_blank">RSS</a>
</div>
<div class>
"ATHENS PARTY" NAME & LOGO ARE REGISTERED TRADEMARKS
</div>
</div>
</div>
<div id="footerBgWide" style="border-bottom:5px solid #130ffd; text-align:center;">
<a href="https://www.nextweb.gr" target="_blank"><img src="/_img/nextweb.png" border="0" alt="Nextweb"></a>
</div>
<script type="text/javascript">
	const autoLoadDuration = 5; //In Seconds
	const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];

	const autoLoadTimeout = setTimeout(runScripts, autoLoadDuration * 1000);

	eventList.forEach(function(event) {
		window.addEventListener(event, triggerScripts, { passive: true })
	});

	function triggerScripts() {
		runScripts();
		clearTimeout(autoLoadTimeout);
		eventList.forEach(function(event) {
			window.removeEventListener(event, triggerScripts, { passive: true });
		});
		

	}
	function runScripts() {
		document.querySelectorAll("script[delay]").forEach(function(scriptTag) {
			scriptTag.setAttribute("src", scriptTag.getAttribute("delay"));
		});
		
	}
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/3.0.0/plugins/parent-fit/ls.parent-fit.min.js" async></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/3.0.0/plugins/bgset/ls.bgset.min.js" async></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/3.0.0/lazysizes.min.js" async></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/3.0.0/plugins/respimg/ls.respimg.min.js" async></script>
<script language="javaScript" type="text/javascript" src="/_js/footer.js?v=9.24"></script>
<script language="javascript" type="text/javascript" delay="https://www.athensparty.com/_js/nowplaying.asp?cid=athensparty"></script>
<script language="javascript" type="text/javascript" delay="https://www.athensparty.com/_js/nowplaying.asp?cid=wonder"></script>
<script language="javascript" type="text/javascript" delay="https://www.athensparty.com/_js/nowplaying.asp?cid=athenspartyrnb"></script>
<script language="javascript" type="text/javascript" delay="https://www.athensparty.com/_js/nowplaying.asp?cid=velvetfm"></script>
<noscript>Please enable scripting languages in your browser.</noscript>
</body>
</html>