All posts
Music
1 Min Read

AZ Chike Teases His New Album With New Single “Game Time”

Rooted in LA. Repping for Our People.

Published on
May 19, 2025

Following up his February single “WHATX2” and his feature on Peysoh’s “Thuggin Not Clubbin,” AZ Chike continues to keep his streak alive with a new single titled “Game Time.”

With a confirmed album in the works and rumored to release soon (the South Central rapper confirmed recording began in late February), AZ would be the next in line from the GNX lineup with the highest anticipation for an album.

Since the GNX drop, the only featured artist to release so far has been Lefty Gunplay—AZ Chike and Peysoh being the most forecasted to drop next.

On Game Time, Chike Cheeze flows as confidently as usual and as he does best—over a gritty, heavy bass-driven Cali instrumental produced by Dupri (@gotdamnitdupri).

The track is a short listen—under 2 minutes—but in very West Coast fashion, clearly engineered for bumping in the whip and at its highest volume (windows down preferably).

Some of the most rumored artists to be featured on AZ Chike’s upcoming album are none other than Hawthorne’s Tyler, the Creator, Compton’s Roddy Ricch, South Central’s Schoolboy Q, and of course… who wouldn’t want another Kendrick Lamar and AZ Chike track? Everyone here at Cult Media sure would.

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