All posts
Music
1.66

SomaryJane Brings New York Heat to LA: Loyalty Over Clout, Always

Rooted in LA. Repping for Our People.

Published on
July 25, 2025

SomaryJane Brings New York Heat to LA: Loyalty Over Clout, Always

When SomaryJane stepped into our Cult. Media podcast studio, we already knew she was going to speak her mind. The Peruvian-American rapper and creator from New York and New Jersey has built her name by being raw, real, and unfiltered and this episode was no different.

From Dancing to Bilingual Bars

SomaryJane’s story is one of hustle and evolution. She talked about her roots, coming up in New York, grinding through dance and entertainment before fully stepping into the rap game. Her music blends Spanish and English with ease, and her lyrics often speak on love, betrayal, and empowerment. “I’m Latina, I’m loud, I’m loyal and I’m not letting this industry change me,” she said with pride.

Loyalty Means Everything

One of the realest moments came when Somary opened up about her SXSW experience, where she says former friend and collaborator P-Killa left her outside a club after everything she’d done to support her. “If I ever helped you, don’t snake me,” she said. It wasn’t just a story it was a message. In a world full of opportunists, Somary is all about loyalty and respect.

Addressing the Industry’s Fake Energy

The episode didn’t shy away from drama. SomaryJane addressed her past tension with Jenny 69, cleared the air on a leaked DM scandal with Lefty, and called out the men in power who use threats to intimidate women. “Any man who threatens a woman in this game is weak,” she said. Her honesty hit hard, and her message was clear she won’t be silenced.

Focused on Music, Powered by Purpose

Despite the chaos around her, Somary remains focused on her music and the bigger picture. She’s passionate about immigrant rights, women’s empowerment, and staying independent in an industry that often tries to box people in. “You can’t cancel the truth,” she told us. And truth is exactly what she delivers whether in her music or her interviews.

Want to hear it all?
Watch the full episode now on

WATCH IT HERE

Weekly newsletter
No spam. Just the latest on Los Angeles, Hip-hop, and exclusive interviews in your inbox every week.
Read about our privacy policy.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Share this post
Latest POSTS
document.addEventListener('DOMContentLoaded', function () { const copyLinkBtn = document.getElementById('copyLinkBtn'); const facebookShareBtn = document.getElementById('facebookShareBtn'); const xShareBtn = document.getElementById('xShareBtn'); const linkedinShareBtn = document.getElementById('linkedinShareBtn'); // Added LinkedIn button const pageUrl = window.location.href; // Copy Link Functionality copyLinkBtn.addEventListener('click', function () { navigator.clipboard.writeText(pageUrl).then(() => { alert('Link copied to clipboard!'); }).catch(err => { alert('Failed to copy the link.'); }); }); // Facebook Share Functionality facebookShareBtn.addEventListener('click', function () { const facebookShareUrl = `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(pageUrl)}`; window.open(facebookShareUrl, '_blank', 'width=600,height=400'); }); // X (formerly Twitter) Share Functionality xShareBtn.addEventListener('click', function () { const text = encodeURIComponent("Check out this blog post!"); const xShareUrl = `https://x.com/intent/tweet?url=${encodeURIComponent(pageUrl)}&text=${text}`; window.open(xShareUrl, '_blank', 'width=600,height=400'); }); // LinkedIn Share Functionality (newly added) linkedinShareBtn.addEventListener('click', function () { const linkedInShareUrl = `https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(pageUrl)}`; window.open(linkedInShareUrl, '_blank', 'width=600,height=400'); }); });