{"id":147,"date":"2025-08-20T21:53:40","date_gmt":"2025-08-20T21:53:40","guid":{"rendered":"https:\/\/987blissfm.com\/afterdark\/?page_id=147"},"modified":"2025-09-01T14:23:38","modified_gmt":"2025-09-01T14:23:38","slug":"global-show-edition-august-21-2025","status":"publish","type":"page","link":"https:\/\/987blissfm.com\/afterdark\/global-show-edition-august-21-2025\/","title":{"rendered":"Global Show Edition: August 20, 2025"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"147\" class=\"elementor elementor-147\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ca29f1c elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"ca29f1c\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a2fa02d\" data-id=\"a2fa02d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-42bff07 elementor-widget elementor-widget-spacer\" data-id=\"42bff07\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e709c1d elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"e709c1d\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-b2393ec\" data-id=\"b2393ec\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3b92e98 elementor-widget elementor-widget-html\" data-id=\"3b92e98\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Bliss After Dark: Global Show Edition<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n    <!-- Chosen Palette: Warm Neutrals -->\n    <!-- Application Structure Plan: A two-panel SPA. A fixed sidebar on the left lists all available songs. Clicking a song dynamically updates the main content area on the right with that song's details, including artist bio, song facts, cultural significance, and a conditional chart for quantitative data. This structure is highly scannable and allows for easy comparison and exploration without page reloads, making it superior to the previous tabbed view for a larger dataset. -->\n    <!-- Visualization & Content Choices: Content is primarily presented in styled text blocks (Goal: Inform). For songs with significant, multi-region chart success (e.g., The Commodores), an interactive bar chart is generated (Goal: Compare) to visually emphasize their global impact. Interaction: Click to select a song, hover on chart bars for tooltips. Justification: This approach uses the best format for each data type\u2014text for narrative and qualitative info, and charts for quantitative comparison\u2014to create an engaging and informative experience. Library: Chart.js (Canvas). -->\n    <!-- CONFIRMATION: NO SVG graphics used. NO Mermaid JS used. -->\n    <style>\n        body {\n            font-family: Arial, sans-serif;\n            background-color: #FFFFFF;\n            color: #3D3D3D;\n        }\n        h1, h2, h3, h4 {\n            font-family: Arial, sans-serif;\n            color: #990000;\n        }\n        .song-list-item {\n            transition: all 0.2s ease-in-out;\n        }\n        .song-list-item.active {\n            background-color: #F1E4E8;\n            border-right: 4px solid #C08497;\n        }\n        .song-list-item.active h3 {\n             color: #C08497;\n        }\n        .content-pane {\n            animation: fadeIn 0.5s ease-in-out;\n        }\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .chart-container {\n            position: relative;\n            width: 100%;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n            height: 300px;\n            max-height: 400px;\n        }\n         @media (min-width: 768px) {\n            .chart-container {\n                height: 400px;\n            }\n        }\n    <\/style>\n<\/head>\n<body class=\"antialiased\">\n\n    <div class=\"container mx-auto\">\n        <header class=\"text-center py-8 border-b border-gray-200\">\n            <h1 class=\"text-4xl md:text-5xl font-bold mb-2\">Bliss After Dark: Global Show Edition<\/h1>\n            <p class=\"text-lg text-gray-500\">Wednesday, August 20, 2025<\/p>\n        <\/header>\n\n        <div class=\"flex flex-col md:flex-row\">\n            <aside class=\"w-full md:w-1\/4 lg:w-1\/5 border-r border-gray-200 bg-white\/50\">\n                <h2 class=\"text-xl font-bold p-4 border-b border-gray-200\">Song Selection<\/h2>\n                <ul id=\"song-list\" class=\"overflow-y-auto\" style=\"max-height: 80vh;\">\n                <\/ul>\n            <\/aside>\n\n            <main id=\"main-content\" class=\"w-full md:w-3\/4 lg:w-4\/5 p-6 md:p-10\">\n                <div id=\"content-pane\" class=\"content-pane\">\n                <\/div>\n            <\/main>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function () {\n            const songListData = [\n                {\n                    id: 'ellington',\n                    title: 'In A Sentimental Mood',\n                    artist: 'Duke Ellington',\n                    year: 1962,\n                    bio: `Edward \"Duke\" Ellington (1899-1974) was a titan of American music. As a composer, pianist, and leader of his jazz orchestra for over 50 years, he was a pivotal figure in the history of jazz. His innovative approach to orchestration and prolific output have cemented his legacy as one of the 20th century's greatest composers.`,\n                    details: 'Composition: 1935<br>Iconic Recording: September 26, 1962',\n                    significance: `\"In A Sentimental Mood\" is a quintessential jazz ballad. The 1962 recording with saxophonist John Coltrane is particularly historic, uniting two giants from different jazz generations. The interplay between Ellington's graceful piano and Coltrane's soulful saxophone is a masterclass in musical conversation.`,\n                },\n                {\n                    id: 'commodores',\n                    title: 'Three Times A Lady',\n                    artist: 'The Commodores',\n                    year: 1978,\n                    bio: `The Commodores, an American funk and soul band, formed in 1968. Initially known for hard-hitting funk, their style evolved as lead singer Lionel Richie began writing heartfelt ballads. This shift brought them their greatest commercial success and made them one of the top acts of the late 1970s.`,\n                    details: 'Released: June 8, 1978',\n                    significance: `A major turning point for the band, this ballad defined the sound of the late '70s. Written by Lionel Richie as a personal tribute, its massive international success established him as a premier songwriter and paved the way for his legendary solo career.`,\n                    chartData: {\n                        labels: ['US Hot 100', 'US Soul', 'UK Singles', 'Canada', 'Australia', 'Ireland', 'New Zealand'],\n                        data: [1, 1, 1, 1, 1, 1, 1],\n                    }\n                },\n                {\n                    id: 'ojays',\n                    title: 'Let Me Make Love To You',\n                    artist: 'The O\\'Jays',\n                    year: 1975,\n                    bio: `The O'Jays are an American R&B group from Canton, Ohio, formed in 1958. They were a key part of the Philadelphia soul sound, known for their powerful vocals and socially conscious lyrics, alongside smooth romantic ballads.`,\n                    details: 'Album: Family Reunion (1975)<br>Peak Chart: #10 R&B, #76 Hot 100',\n                    significance: `This song is a prime example of the lush, sophisticated production of Philly Soul. It showcases the group's vocal harmonies and their ability to deliver a smooth, seductive ballad that became a staple of their live performances and a quiet storm radio classic.`,\n                },\n                {\n                    id: 'keys',\n                    title: 'Diary',\n                    artist: 'Alicia Keys',\n                    year: 2004,\n                    bio: `Alicia Keys is an American singer, songwriter, and pianist. A classically trained pianist, Keys was composing songs by age 12 and was signed at 15. Her music blends elements of classical music with R&B, soul, and jazz, earning her numerous awards and critical acclaim.`,\n                    details: 'Released: June 2004<br>Peak Chart: #8 Hot 100, #2 R&B\/Hip-Hop',\n                    significance: `Featuring the group Tony! Toni! Ton\u00e9!, \"Diary\" is celebrated for its intimate, conversational lyrics and neo-soul groove. It became a fan favorite, showcasing Keys' vulnerability and unique artistry, and solidified her status as a leading figure in 21st-century R&B.`,\n                },\n                {\n                    id: 'moore',\n                    title: 'Misty Blue',\n                    artist: 'Dorothy Moore',\n                    year: 1976,\n                    bio: `Dorothy Moore is an American soul, R&B, and gospel singer. Though she began her career in the 1960s, she achieved her greatest success in the mid-1970s with her signature, Grammy-nominated hit, \"Misty Blue.\"`,\n                    details: 'Released: 1976<br>Peak Chart: #3 Hot 100, #2 R&B, #5 UK Singles',\n                    significance: `Moore's rendition of \"Misty Blue\" is considered the definitive version. Her powerful, emotional, and gospel-infused vocal performance turned the country song into a timeless soul ballad. It remains a classic of the genre, celebrated for its raw feeling and incredible vocal control.`,\n                },\n                {\n                    id: 'sza',\n                    title: 'Snooze',\n                    artist: 'SZA',\n                    year: 2023,\n                    bio: `Sol\u00e1na Imani Rowe, known professionally as SZA, is an American R&B singer and songwriter. Her music often features confessional, relatable lyrics that explore themes of love, heartbreak, and self-esteem, set to genre-bending productions.`,\n                    details: 'Released: April 25, 2023<br>Awards: Grammy for Best R&B Song (2024)',\n                    significance: `A standout track from her acclaimed album \"SOS,\" \"Snooze\" became a massive commercial and critical success. It dominated the charts for months, showcasing SZA's songwriting prowess and ability to capture the complexities of modern relationships. Its success cemented her as a superstar in contemporary R&B.`,\n                },\n                {\n                    id: 'warwick',\n                    title: 'I\\'ll Never Love This Way Again',\n                    artist: 'Dionne Warwick',\n                    year: 1979,\n                    bio: `Dionne Warwick is an American singer, actress, and television host whose career has spanned over six decades. She ranks among the 40 biggest hitmakers of the entire rock era, with a sophisticated vocal style that bridged pop and R&B.`,\n                    details: 'Released: July 1979<br>Awards: Grammy for Best Female Pop Vocal (1980)',\n                    significance: `Produced by Barry Manilow, this song marked a major comeback for Warwick. It showcased her enduring vocal power and brought her back to the top of the pop charts, winning her a Grammy and reintroducing her to a new generation of music listeners.`,\n                },\n                {\n                    id: 'brandy',\n                    title: 'Have You Ever?',\n                    artist: 'Brandy',\n                    year: 1998,\n                    bio: `Brandy Norwood is an American singer, songwriter, record producer, and actress. Rising to fame as a teenager in the 1990s, she became known for her distinctive voice, intricate vocal arrangements, and a series of hit R&B albums and singles.`,\n                    details: 'Released: October 1998<br>Peak Chart: #1 Hot 100 (2 weeks)',\n                    significance: `Written by the legendary Diane Warren, \"Have You Ever?\" is a quintessential 90s R&B power ballad. The song became Brandy's second #1 hit in the U.S. and is remembered for its sweeping melody and for showcasing her impressive vocal range and emotional delivery.`,\n                },\n                {\n                    id: 'aaliyah',\n                    title: 'At Your Best (You Are Love)',\n                    artist: 'Aaliyah',\n                    year: 1994,\n                    bio: `Aaliyah Dana Haughton (1979-2001) was an American singer, actress, and model. Known as the \"Princess of R&B,\" she is credited for helping to redefine contemporary R&B, pop, and hip hop, leaving an indelible mark on the music industry in her short career.`,\n                    details: 'Released: August 22, 1994<br>Peak Chart: #6 Hot 100, #2 R&B',\n                    significance: `A cover of an Isley Brothers song, Aaliyah's version became her signature ballad. Her smooth, ethereal vocals over a dreamy production showcased a maturity beyond her years and established the quiet, influential style that would define her career.`,\n                },\n                {\n                    id: 'vandross',\n                    title: 'So Amazing',\n                    artist: 'Luther Vandross',\n                    year: 1986,\n                    bio: `Luther Vandross (1951-2005), known for his \"velvet voice,\" was an American singer, songwriter, and record producer. He was a dominant force in R&B, defining the \"quiet storm\" subgenre with his smooth, romantic ballads and flawless vocal control.`,\n                    details: 'Album: Give Me the Reason (1986)',\n                    significance: `Though not a major chart single, \"So Amazing\" is a quintessential Luther Vandross ballad. It's celebrated by fans as one of his most romantic and beautifully performed songs, becoming a staple at weddings and a quiet storm radio classic.`,\n                },\n                {\n                    id: 'flack',\n                    title: 'Killing Me Softly with His Song',\n                    artist: 'Roberta Flack',\n                    year: 1973,\n                    bio: `Roberta Flack is an American singer and musician, known for her classy, reserved vocal style that blends soul, jazz, and folk. A classically trained pianist, she rose to stardom in the 1970s with a series of #1 hits.`,\n                    details: 'Released: January 1973<br>Awards: 3 Grammys including Record & Song of the Year',\n                    significance: `Flack's version is considered the definitive recording. Her intimate, restrained delivery tells a powerful story, turning the song into a global phenomenon. It set a new standard for soulful, narrative-driven pop music.`,\n                },\n                {\n                    id: 'braxton',\n                    title: 'Un-Break My Heart',\n                    artist: 'Toni Braxton',\n                    year: 1996,\n                    bio: `Toni Braxton is an American R&B singer known for her deep, sultry contralto voice. She became a global superstar in the 1990s with a string of hit albums and singles that blended R&B with pop and soul.`,\n                    details: 'Released: October 7, 1996<br>Awards: Grammy for Best Female Pop Vocal',\n                    significance: `Written by Diane Warren, this dramatic power ballad became Toni Braxton's signature song and one of the best-selling singles of all time. Its immense global success, reaching #1 in numerous countries, solidified her status as an icon of 90s R&B.`,\n                },\n                {\n                    id: 'keys_fallin',\n                    title: 'Fallin\\'',\n                    artist: 'Alicia Keys',\n                    year: 2001,\n                    bio: `Alicia Keys is an American singer, songwriter, and pianist. A classically trained pianist, Keys was composing songs by age 12 and was signed at 15. Her music blends elements of classical music with R&B, soul, and jazz, earning her numerous awards and critical acclaim.`,\n                    details: 'Released: April 2, 2001<br>Awards: 3 Grammys including Song of the Year',\n                    significance: `As her debut single, \"Fallin'\" was a monumental success, reaching #1 on the Billboard Hot 100. Its blend of classical piano and raw, soulful vocals introduced her unique artistry to the world and immediately established her as a major force in music.`,\n                },\n                {\n                    id: 'silksonic',\n                    title: 'Leave the Door Open',\n                    artist: 'Silk Sonic',\n                    year: 2021,\n                    bio: `Silk Sonic is an American R&B superduo composed of musicians Bruno Mars and Anderson .Paak. Their collaboration is a heartfelt homage to the smooth, orchestrated soul music of the 1970s.`,\n                    details: 'Released: March 5, 2021<br>Awards: 4 Grammys including Record & Song of the Year',\n                    significance: `This song was a cultural event, perfectly recreating the lush sound of 1970s Philadelphia soul. Its critical and commercial success, sweeping the major Grammy categories, proved a widespread appreciation for classic musicianship and retro sounds.`,\n                },\n                {\n                    id: 'caesar',\n                    title: 'Best Part',\n                    artist: 'Daniel Caesar ft. H.E.R.',\n                    year: 2017,\n                    bio: `Daniel Caesar is a Canadian R&B singer-songwriter known for his soulful music that incorporates elements of gospel and rock. H.E.R. is an acclaimed American singer and multi-instrumentalist who has won multiple Grammy and Academy Awards.`,\n                    details: 'Released: August 25, 2017<br>Awards: Grammy for Best R&B Performance',\n                    significance: `An intimate, acoustic duet, \"Best Part\" became a viral sensation and a modern standard for love songs. Its simple, heartfelt lyrics and the beautiful vocal blend between Caesar and H.E.R. resonated deeply, making it a favorite for weddings and romantic playlists.`,\n                },\n                {\n                    id: 'elmiene',\n                    title: 'Useless',\n                    artist: 'Elmiene',\n                    year: 2023,\n                    bio: `Elmiene is a rising British singer-songwriter from Oxford. He gained significant attention for his unique vocal tone and emotionally raw performances, representing a new wave of alternative, soulful R&B.`,\n                    details: 'Album: Marking My Time EP (2023)',\n                    significance: `Praised for its vulnerability and distinctive sound, \"Useless\" helped establish Elmiene as one of the most exciting new voices in soul music. The track showcases his dynamic vocals and introspective songwriting, earning him critical acclaim and a growing fanbase.`,\n                },\n                {\n                    id: 'baker',\n                    title: 'Body & Soul',\n                    artist: 'Anita Baker',\n                    year: 1994,\n                    bio: `Anita Baker is an American singer-songwriter, celebrated for her powerful, sultry contralto voice. She was a central figure in the sophisticated \"quiet storm\" R&B movement of the 1980s.`,\n                    details: 'Released: August 1994<br>Awards: Grammy for Best Female R&B Vocal',\n                    significance: `This track exemplifies Anita Baker's signature style of jazz-inflected, grown-up R&B. It was a major chart success that reinforced her status as a queen of romantic soul, showcasing her incredible vocal control and sophisticated musicality.`,\n                },\n                {\n                    id: 'knight',\n                    title: 'If I Were Your Woman',\n                    artist: 'Gladys Knight & the Pips',\n                    year: 1970,\n                    bio: `Gladys Knight & the Pips were one of Motown's most consistently successful acts. Known for the impassioned, gospel-tinged vocals of Gladys Knight, the group recorded a string of hits from the 1960s to the 1980s.`,\n                    details: 'Released: November 1970<br>Peak Chart: #1 R&B, #9 Hot 100',\n                    significance: `A landmark soul ballad, this song is celebrated for Gladys Knight's raw and powerful vocal performance. Her emotional delivery, telling a story of intense longing and devotion, made it one of her signature songs and a benchmark for soul singing.`,\n                },\n                {\n                    id: 'ross',\n                    title: 'Missing You',\n                    artist: 'Diana Ross',\n                    year: 1984,\n                    bio: `Diana Ross is an American singer and actress who rose to fame as the lead singer of the Supremes, Motown's most successful act. She went on to a legendary and highly successful solo career, becoming a global icon of music and fashion.`,\n                    details: 'Released: November 1984<br>Peak Chart: #1 R&B, #10 Hot 100',\n                    significance: `Written and produced by Lionel Richie, this poignant ballad was a tribute to their mutual friend, Marvin Gaye, who had passed away earlier that year. The song's heartfelt sentiment resonated with audiences, becoming a major hit and one of Ross's most memorable 80s ballads.`,\n                },\n                {\n                    id: 'labelle',\n                    title: 'If You Only Knew',\n                    artist: 'Patti LaBelle',\n                    year: 1983,\n                    bio: `Patti LaBelle, the \"Godmother of Soul,\" is an American singer, actress, and author. She is renowned for her powerful, acrobatic vocal performances and her dynamic stage presence over a career spanning seven decades.`,\n                    details: 'Released: October 1983<br>Peak Chart: #1 R&B (4 weeks)',\n                    significance: `Considered by many to be her signature song, this slow-burning ballad became Patti LaBelle's first #1 R&B hit as a solo artist. The track is famous for its gradual build to an explosive emotional climax, perfectly showcasing her legendary vocal power.`,\n                },\n                {\n                    id: 'jackson',\n                    title: 'Come Back to Me',\n                    artist: 'Janet Jackson',\n                    year: 1990,\n                    bio: `Janet Jackson is an American singer, songwriter, dancer, and actress. A prominent figure in popular culture for over 30 years, she is known for innovative, socially conscious, and sexually provocative records, and elaborate stage shows.`,\n                    details: 'Released: June 18, 1990<br>Peak Chart: #2 Hot 100, #3 R&B',\n                    significance: `A lush, quiet storm ballad from the socially-conscious \"Rhythm Nation 1814\" album, this song showcased Jackson's softer, more vulnerable side. Its cinematic, Paris-set music video is iconic and helped establish her as a global superstar.`,\n                },\n                {\n                    id: 'blige',\n                    title: 'Be Without You',\n                    artist: 'Mary J. Blige',\n                    year: 2005,\n                    bio: `Mary J. Blige, the \"Queen of Hip-Hop Soul,\" is an American singer, songwriter, and actress. She is celebrated for her raw, soulful voice and for pioneering the fusion of R&B and hip hop.`,\n                    details: 'Released: November 14, 2005<br>Awards: 2 Grammys, including Best R&B Song',\n                    significance: `From her comeback album \"The Breakthrough,\" this song was a colossal success, spending a record-breaking 15 weeks at #1 on the R&B\/Hip-Hop chart. It's a powerful declaration of love and resilience that became one of her signature songs.`,\n                },\n                {\n                    id: 'carey',\n                    title: 'Can\\'t Let Go',\n                    artist: 'Mariah Carey',\n                    year: 1991,\n                    bio: `Mariah Carey is an American singer, songwriter, and actress, referred to as the \"Songbird Supreme\" for her five-octave vocal range, melismatic singing style, and signature use of the whistle register.`,\n                    details: 'Released: October 23, 1991<br>Peak Chart: #2 Hot 100',\n                    significance: `A classic early ballad, \"Can't Let Go\" is a prime example of Mariah Carey's vocal prowess and songwriting. Though famously blocked from the #1 spot, its emotional depth and technical perfection made it a fan favorite and a staple of 90s R&B radio.`,\n                },\n                {\n                    id: 'houston',\n                    title: 'I Have Nothing',\n                    artist: 'Whitney Houston',\n                    year: 1993,\n                    bio: `Whitney Houston (1963-2012) was an American singer and actress. Nicknamed \"The Voice,\" she is one of the best-selling music artists of all time, renowned for her powerful, soulful vocals and effortless range.`,\n                    details: 'Released: February 20, 1993<br>From: The Bodyguard Soundtrack',\n                    significance: `One of the most iconic power ballads ever recorded. Taken from the blockbuster soundtrack for \"The Bodyguard,\" this song is a showcase of vocal perfection, control, and power that few have ever matched. It remains a standard for vocal competitions everywhere.`,\n                },\n                {\n                    id: 'boyzIImen',\n                    title: 'Please Don\\'t Go',\n                    artist: 'Boyz II Men',\n                    year: 1991,\n                    bio: `Boyz II Men is an American R&B vocal group from Philadelphia, best known for their emotional ballads and a cappella harmonies. They were the definitive R&B group of the 1990s, achieving massive international success.`,\n                    details: 'Album: Cooleyhighharmony (1991)<br>Peak Chart: #8 R&B',\n                    significance: `An early track from their debut album, \"Please Don't Go\" helped establish the group's signature sound. It highlighted their intricate vocal harmonies and the soulful pleading that would become their trademark on future blockbuster hits.`,\n                },\n                {\n                    id: 'isley',\n                    title: 'Make Me Say It Again Girl',\n                    artist: 'The Isley Brothers ft. Beyonce',\n                    year: 2022,\n                    bio: `The Isley Brothers are a legendary American musical group that has spanned genres from R&B to soul, funk, and rock. With a career lasting over seven decades, they have had a profound influence on popular music.`,\n                    details: 'Released: August 12, 2022<br>Note: Remake of their 1975 classic',\n                    significance: `This collaboration was a major musical event, bridging generations of R&B royalty. The updated version, featuring Beyonc\u00e9's flawless vocals alongside Ronald Isley's iconic tenor, introduced a classic song to a new audience and topped the Adult R&B charts.`,\n                },\n                {\n                    id: 'franklin',\n                    title: '(You Make Me Feel Like) A Natural Woman',\n                    artist: 'Aretha Franklin',\n                    year: 1967,\n                    bio: `Aretha Franklin (1942-2018), the \"Queen of Soul,\" was an American singer, songwriter, and pianist. She is regarded as one of the greatest singers in history for her immense vocal power, emotional depth, and interpretive genius.`,\n                    details: 'Released: September 1967<br>Written by: Carole King & Gerry Goffin',\n                    significance: `This is more than a song; it's a cultural anthem. Franklin's definitive performance transformed it into a powerful statement of female empowerment and soulful expression. It is one of her most iconic recordings and a cornerstone of American music.`,\n                }\n            ];\n\n            const songListEl = document.getElementById('song-list');\n            const contentPaneEl = document.getElementById('content-pane');\n            let activeChart = null;\n\n            function renderSongList() {\n                let listHtml = '';\n                songListData.forEach(song => {\n                    listHtml += `\n                        <li>\n                            <a href=\"#\" class=\"song-list-item block p-4 border-b border-gray-200 hover:bg-gray-100\" data-id=\"${song.id}\">\n                                <h3 class=\"font-bold\">${song.title}<\/h3>\n                                <p class=\"text-sm text-gray-500\">${song.artist}<\/p>\n                            <\/a>\n                        <\/li>\n                    `;\n                });\n                songListEl.innerHTML = listHtml;\n            }\n\n            function renderSongDetails(songId) {\n                const song = songListData.find(s => s.id === songId);\n                if (!song) return;\n                \n                contentPaneEl.innerHTML = `\n                    <div class=\"text-center mb-10\">\n                        <h2 class=\"text-4xl font-bold\">${song.title}<\/h2>\n                        <p class=\"text-lg text-gray-500 mt-2\">${song.artist} (${song.year})<\/p>\n                    <\/div>\n                    <div class=\"space-y-8\">\n                        <div class=\"bg-white p-6 rounded-lg shadow-sm border border-gray-100\">\n                            <h3 class=\"text-2xl font-bold mb-4\">Artist Bio<\/h3>\n                            <p class=\"text-gray-600 leading-relaxed\">${song.bio}<\/p>\n                        <\/div>\n                        <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\n                            <div class=\"bg-white p-6 rounded-lg shadow-sm border border-gray-100\">\n                                <h3 class=\"text-2xl font-bold mb-4\">Song Details<\/h3>\n                                <p class=\"text-gray-600 leading-relaxed\">${song.details}<\/p>\n                            <\/div>\n                            <div class=\"bg-white p-6 rounded-lg shadow-sm border border-gray-100\">\n                                <h3 class=\"text-2xl font-bold mb-4\">Cultural Significance<\/h3>\n                                <p class=\"text-gray-600 leading-relaxed\">${song.significance}<\/p>\n                            <\/div>\n                        <\/div>\n                        ${song.chartData ? `\n                        <div class=\"bg-white p-6 rounded-lg shadow-sm border border-gray-100\">\n                            <h3 class=\"text-2xl font-bold mb-4 text-center\">Peak Chart Performance<\/h3>\n                            <div class=\"chart-container\">\n                                <canvas id=\"songChart\"><\/canvas>\n                            <\/div>\n                        <\/div>\n                        ` : ''}\n                    <\/div>\n                `;\n\n                if (song.chartData) {\n                    renderChart(song.chartData);\n                }\n\n                document.querySelectorAll('.song-list-item').forEach(item => {\n                    item.classList.remove('active');\n                    if (item.dataset.id === songId) {\n                        item.classList.add('active');\n                    }\n                });\n            }\n\n            function renderChart(chartData) {\n                if (activeChart) {\n                    activeChart.destroy();\n                }\n                const ctx = document.getElementById('songChart').getContext('2d');\n                activeChart = new Chart(ctx, {\n                    type: 'bar',\n                    data: {\n                        labels: chartData.labels,\n                        datasets: [{\n                            label: 'Peak Chart Position',\n                            data: chartData.data,\n                            backgroundColor: 'rgba(192, 132, 151, 0.6)',\n                            borderColor: 'rgba(192, 132, 151, 1)',\n                            borderWidth: 1\n                        }]\n                    },\n                    options: {\n                        responsive: true,\n                        maintainAspectRatio: false,\n                        scales: {\n                            y: { beginAtZero: true, suggestedMax: 5, ticks: { stepSize: 1, callback: v => v === 1 ? '#1' : '#' + v } },\n                            x: { ticks: { maxRotation: 45, minRotation: 0, callback: function(v) { const l = this.getLabelForValue(v); return l.length > 16 ? l.substring(0,16)+'...' : l; } } }\n                        },\n                        plugins: {\n                            legend: { display: false },\n                            tooltip: { callbacks: { title: c => c[0].label, label: c => `Position: #${c.raw}` } }\n                        }\n                    }\n                });\n            }\n\n            songListEl.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = e.target.closest('.song-list-item');\n                if (target) {\n                    const songId = target.dataset.id;\n                    renderSongDetails(songId);\n                }\n            });\n\n            renderSongList();\n            renderSongDetails(songListData[0].id);\n        });\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Bliss After Dark: Global Show Edition Bliss After Dark: Global Show Edition Wednesday, August 20, 2025 Song Selection<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":6,"comment_status":"closed","ping_status":"closed","template":"page-templates\/page_fullwidth.php","meta":{"footnotes":""},"folder":[],"class_list":["post-147","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/987blissfm.com\/afterdark\/wp-json\/wp\/v2\/pages\/147","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/987blissfm.com\/afterdark\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/987blissfm.com\/afterdark\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/987blissfm.com\/afterdark\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/987blissfm.com\/afterdark\/wp-json\/wp\/v2\/comments?post=147"}],"version-history":[{"count":10,"href":"https:\/\/987blissfm.com\/afterdark\/wp-json\/wp\/v2\/pages\/147\/revisions"}],"predecessor-version":[{"id":157,"href":"https:\/\/987blissfm.com\/afterdark\/wp-json\/wp\/v2\/pages\/147\/revisions\/157"}],"wp:attachment":[{"href":"https:\/\/987blissfm.com\/afterdark\/wp-json\/wp\/v2\/media?parent=147"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/987blissfm.com\/afterdark\/wp-json\/wp\/v2\/folder?post=147"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}