All posts
Music
2 minutes 15 seconds

Bale: Thought I Was Missing Something “It Was Therapy”

Rooted in LA. Repping for Our People.

Published on
July 15, 2025

Bale Opens Up About Thought I Was Missing Something: “It Was Therapy”

South Central’s own Bale gets personal in a powerful new interview with Cult Media TV.

Finding Purpose Through Pain

Rapper Bale sat down for an unfiltered interview to talk about the emotional journey behind his latest album, Thought I Was Missing Something. The title speaks to a realization he didn’t see coming: “I didn’t even know something was missing until I started making this project,” he shares. For Bale, this wasn’t just a studo sssion, it was therapy. Born from trauma and reflection, the album channels real pain into lyrical storytelling that feels both raw and healing.

Crafting His “Hardest Project Yet”

Working closely with producer DJ Short, Bale says this record pushed him further than ever before. “This is my hardest yet,” he explains, crediting the beat selection and personal vulnerability that shaped each track. Grounded in his South Central roots, the project avoids street clichés and instead delivers honest narratives. “It’s not for clout, it’s for truth,” Bale says, emphasizing that his music speaks to survival, not status.

A Story of Resilience, Not Revenge

Perhaps the most gripping moment of the interview is Bale’s reflection on surviving 28 gunshot wounds, a story he tells without bitterness, only perspective. That life-altering moment redirected his focus, and music became a lifeline. “I use my story to show others they can make it too,” he says. Thought I Was Missing Something isn’t just an album; it’s Bale’s statement of growth, healing, and strength in the face of everything designed to break him.

Watch the Full Interview

Stream the Album

Bale – Thought I Was Missing Something
Now available on all platforms:

About the Artist

Bale is a rapper, survivor, and storyteller from South Central Los Angeles. His music is rooted in lived experience—from family loss and gang violence to spiritual growth and community healing. Known for his lyrical depth and street wisdom, Bale is part of LA’s new class of conscious, independent artists redefining West Coast hip hop.

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'); }); });