Are Shorter Songs More Popular on Spotify?
1 Overview
Spotify is a music streaming platform designed to connect users around the world. In recent years, a trend has emerged in which songs are becoming shorter. This project will examine whether Spotify users respond positively to this trend by analyzing the top songs from 2010-2025 and identifying any patterns in the lengths of popular tracks.
2 Data Gathering
To analyze trends in music over the past 15 years, I gathered the top-streamed songs from each year and compiled them into a single dataset. While collecting the data, I ensured it included both the year each song was released and its duration. After combining the data in RStudio, I cleaned it to prepare for analysis.
To create the plot, I generated two new columns: one for the year and one for song duration. Because the original dataset listed duration in milliseconds, I converted it to minutes to make it easier to interpret. After completing these steps, I was ready to create the plot, and the results are shown below.
3 Data and Presentation
The graph shows a clear downward trend in average song duration over time. Song lengths increased slightly in the early 2010s, reaching a peak around 2013 at just under four minutes on average. However, after this peak, the average duration begins to decline year by year. This decrease becomes more pronounced after the late 2010s, with a noticeable drop around 2019. While there are small fluctuations in the early 2020s, the overall trend continues downward. By 2025, the average song duration falls to three minutes and below for the first time, highlighting a significant shift toward shorter songs in recent years.
This pattern is supported by a strong negative relationship between release year and song length, with a correlation of −0.92. Because this value is very close to −1, it indicates a very strong downward relationship, meaning that as songs are released more recently, their average length consistently decreases.
4 Why is This Happening?
Artists today are increasingly creating shorter songs, in part due to Spotify’s payment structure, which counts a stream after just 30 seconds of listening. Because revenue is tied to the number of streams rather than total listening time, shorter songs can be replayed more frequently, increasing overall stream counts and, in turn, artist royalties. This creates a financial incentive to produce more concise tracks. At the same time, listener behavior appears to support this shift. Studies have shown that average attention spans have decreased in the digital age, and streaming data reflects higher completion rates for shorter songs, suggesting that users are more likely to fully engage with and replay them.
5 Why This Matters?
Understanding whether shorter or longer songs are more popular on Spotify matters because it reflects how technology is actively shaping industry trends. If the trend toward shorter songs continues, it suggests that music is not only being created for artistic expression, but also for platform optimization and algorithmic success. This shifts how artists structure their work, potentially prioritizing replayability over traditional song development. Additionally, shorter songs play into humans’ decreasing attention spans, which may further reinforce this trend. As a result, listeners may become less inclined to engage with longer pieces of music over time.
More specifically, Spotify’s recommendation system and streaming-based revenue model may unintentionally encourage artists to produce shorter tracks, which can reshape what listeners expect from music. Over time, this could lead to a feedback loop where user preferences and industry incentives reinforce each other, accelerating the trend toward shorter content.
By examining song duration trends over time, we can better understand how digital consumption patterns are evolving and how industries adapt in response. This is not only relevant to music, but also to other forms of media where attention, engagement, and monetization are closely linked.