New Releases by Genre

Stay current with new music in any genre. Pick a tag, set a time window, and browse recent albums and singles from Spotify.

Share

Connecting to Spotify...

New Music Releases by Genre: How to Stay Current Without Algorithmic Filters

In 2023, over 100,000 new tracks were uploaded to Spotify every single day, according to an IFPI and Music Business Worldwide report. By 2024, that figure climbed further. At that volume, staying current in a specific genre without relying on platform recommendations is a real challenge.

The Discovery Problem

Streaming platform recommendation algorithms are designed to keep you listening, not to keep you informed. They surface what is popular across all listeners, weighted toward what you have already heard. A niche genre like dungeon synth or Afrobeat will rarely surface in your Spotify Home tab unless those artists already have mainstream traction.

Label release calendars and genre blogs are better, but they require constant manual checking. This tool takes a different approach: it uses Last.fm genre tags to find established artists in a style, then pulls their recent Spotify releases directly. No algorithm decides what you see. You pick the genre and the time window, and the tool returns a flat chronological list.

How the Tool Finds New Releases

The process has two stages. First, Last.fm's tag.gettopartists API returns the top artists tagged with your chosen genre by its listener community. This list is community-driven and updated over time as listening patterns shift. Second, for each artist, the tool queries the Spotify artists albums endpoint and filters results to only those released within your chosen time window.

The recency filter compares each album's release_date field against the current date minus your selected window. An album released 25 days ago appears in a 30-day window but not in a 7-day window.

Release Date Precision

Spotify stores release dates at different levels of precision depending on how the release was submitted. A track uploaded with a full date appears asYYYY-MM-DD. Some releases use YYYY-MM without a specific day. Older catalog releases often use only the year: YYYY.

The tool handles all three formats. A year-only date is treated as January 1st of that year for comparison purposes. This means a 1970 album will not appear in a 30-day window. A month-only date uses the first of that month. Releases with a full date use the exact day. The displayed date matches whatever precision Spotify provides.

The Last Visited Feature

The tool saves a timestamp in localStorage for each genre you check. The key is newReleases_lastCheck and the value maps normalized genre names to ISO timestamps. When you return and search the same genre again, any album released after your previous visit gets a green "New" badge.

This works entirely in your browser. Nothing is sent to any server. Clearing your browser's local storage resets all visit timestamps. The timestamp updates each time you click "Find New Releases," so the "New" badge always reflects releases since your most recent check.

This feature is useful for regular genre check-ins. If you browse indie releases every two weeks, you can immediately spot what dropped since your last visit without manually tracking dates.

Album Types

Spotify classifies releases into three types. Albums are full-length records. Singles include both standalone tracks and extended plays. Compilations are collections and greatest hits packages.

For genres that release music frequently as singles, like electronic or hip-hop, filtering to singles only reveals activity that would be buried under album results. For genres where full albums are the primary release format, like metal or jazz, albums-only mode gives you the cleanest list.

Limitations

This tool relies on the top artists returned by Last.fm for a given tag. It does not surface every artist in a genre. Small or independent artists with low Last.fm play counts will not appear in the top artist list. The tool works best for genres with active Last.fm communities.

Artist name matching between Last.fm and Spotify uses a search query rather than a direct ID match. This can produce incorrect results when multiple artists share the same name. The tool takes the first search result, which is usually correct for well-known artists but may fail for lesser-known ones.

Related Genre Tools

To browse the full catalog for a genre without a recency filter, use the Albums by Genre tool. It shows all releases sorted by date or alphabetically. The Genre Tag Explorer gives you a deeper look at any Last.fm tag, including top tracks, similar tags, and listener statistics.

For understanding how streaming revenue is distributed across new releases and catalog music, the Streaming Royalty Calculator estimates per-stream earnings across platforms.

From the Blog

View All