All posts
Music
1.81

Tommy Gunz Is Putting Pixley on the Map One Verse at a Time

Rooted in LA. Repping for Our People.

Published on
July 27, 2025

Rookie of the Year

Latino rapper Tommy Gunz, crowned Rookie of the Year by the All Facts! Podcast, rises from Pixley streets repping hard, raw, and staying real. With Mic Check taking over the internet, a record produced by platinum producer DJ FLIPPP is just the beginning for Tommy Gunz.

Tommy Gunz Is Putting Pixley, CA on the Map One Verse at a Time

When you think of rising rap stars, Pixley, California, probably isn’t the first place that comes to mind. But 21-year-old Tommy Gunz is out to change that. With no stoplights, no McDonald’s, and barely any sidewalks, Pixley might be small, but thanks to Tommy, it's getting louder every day.

Tommy’s story is different.

With his mother being African American and his father Mexican, his upbringing was different; he didn’t grow up around studios or industry connections. He grew up playing sports, smoking bud in eighth grade, and figuring out life with little more than loyalty and hustle. “We didn’t have a hospital, we didn’t have a high school,” he says. “But I still love that sh*t.” The pride he carries for Pixley is deep from his hood to LA County, he’s repping 16th Letter Management, named for the letter P in the alphabet.

Music wasn’t always the plan.

It started slowly, one video here, one freestyle there. But after dropping his first track We Don’t Play, Tommy was shot just two days later. Most would take that as a sign to fall back. Tommy? He doubled down. With a daughter to raise and a story to tell, he began using music to express everything: the streets, the pain, the brotherhood, and the grind. “You’ll never hear me rap about a chain or a whip I just bought,” he says. “I rap about gang banging and struggling. That’s it.”

Now signed to Sony Records, Tommy is everywhere literally. From Rolling 40s hood day in LA to interviews across the city, he's working nonstop. But no matter where he goes, Pixley comes with him. “I always find a way to bring it up. I’ve shed light on Pixley. That’s what I did for my town.” He’s proud to say the name on camera, to drop it in bars, and to be the reason people know it exists.

Tommy Gunz is more than a rapper; he’s proof that being yourself pays off. No gimmicks, no industry faking. Just a young father, with a past full of hard lessons, and a future that looks like everything he never had. And if you didn’t know where Pixley was before, you do now.

Photoshoot by Miguel Amezcua aka PRIME

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