<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Songs Play count in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/4992536#M687</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Windows 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there's a way we can get the information from developers API regarding how many times a particular track has been played. Basically play count information of a track.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kindly reply if anyone has any idea on this.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2020 09:09:23 GMT</pubDate>
    <dc:creator>ajayprudential</dc:creator>
    <dc:date>2020-07-08T09:09:23Z</dc:date>
    <item>
      <title>Songs Play count</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/4992536#M687</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Operating System&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Windows 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My Question or Issue :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is there's a way we can get the information from developers API regarding how many times a particular track has been played. Basically play count information of a track.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kindly reply if anyone has any idea on this.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 09:09:23 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/4992536#M687</guid>
      <dc:creator>ajayprudential</dc:creator>
      <dc:date>2020-07-08T09:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Songs Play count</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5046321#M1269</link>
      <description>&lt;P&gt;This was a highly upvoted feature in the now-archived Spotify web-api repository with hundreds of votes!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/spotify/web-api/issues/70" target="_blank"&gt;https://github.com/spotify/web-api/issues/70&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 18:39:01 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5046321#M1269</guid>
      <dc:creator>spencerwasden</dc:creator>
      <dc:date>2020-10-03T18:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Songs Play count</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5213797#M2594</link>
      <description>&lt;P&gt;It's a bummer that the suggestion's been archived. I did some digging within the Web API and turns out *&lt;EM&gt;somewhere*&lt;/EM&gt; there IS a counter for a track's total plays, but I don't know how to access it because I think it's a lower-level variable within an algorithm that returns the 'popularity' float. &lt;A href="https://developer.spotify.com/documentation/web-api/reference/#endpoint-get-track" target="_blank" rel="noopener"&gt;Here's the specific page&lt;/A&gt;&amp;nbsp;for reference. I also attached the entry as an annotated screenshot below. It's pretty far down there, as 'popularity' is mentioned like 44 times, or something like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I speculate it's not accessible yet because it has something to do with the&amp;nbsp;&lt;EM&gt;multiple instances of an individual release due to the multiple regions that a song is released in&lt;/EM&gt;.&amp;nbsp;I don't know a lot about this, but part of me wonders "Why not give us a function that simply returns the sum of playback count in all regions according to a song's ID/spotifyUri?" I hear they're powered by the Google Cloud Platform, so why not lean into their tools for help with this? Idk.&amp;nbsp;I don't know the nuances of their database schema or the extent to which they use GCP. Nevertheless, I might try to play around with this. I was hoping to create a live update counter as a flex for my own artist website. We'll see how that goes. I'll continue to dig!&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 00:51:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5213797#M2594</guid>
      <dc:creator>uh_itsnathaniel</dc:creator>
      <dc:date>2021-05-29T00:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Songs Play count</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5213804#M2595</link>
      <description>&lt;P&gt;Update!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've finally found &lt;A title="Songstats - Enterprise Access to Song Data Across all DSP's" href="https://lab.songstats.com/the-songstats-api-enterprise-access-to-music-data-across-all-dsps-ee26e2a3b3b2" target="_blank" rel="noopener"&gt;THIS article!&lt;/A&gt;&amp;nbsp;Turns out there's a new professional SaaS that consolidates all this information for you. They've got a custom subscription plan &lt;EM&gt;specifically&lt;/EM&gt; for API access! I have yet to learn more, I've just emailed about it and will get back to this thread when I do!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;A title="Songstats API Documenation" href="https://docs.songstats.com/docs/api/reference/Songstats-API.yaml" target="_self"&gt;Here's their API&amp;nbsp;documentation.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 May 2021 01:28:29 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5213804#M2595</guid>
      <dc:creator>uh_itsnathaniel</dc:creator>
      <dc:date>2021-05-29T01:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Songs Play count</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5238961#M2985</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Hey Spotify Team!&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;This feature is really needed.&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;&lt;SPAN&gt;What prevents you from implement this?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 12:22:09 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5238961#M2985</guid>
      <dc:creator>rodion-m</dc:creator>
      <dc:date>2021-07-24T12:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Songs Play count</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5526317#M8449</link>
      <description>&lt;P&gt;Found a new API that returns the play counts:&lt;/P&gt;&lt;P class=""&gt;&lt;A href="https://rapidapi.com/music-metrics-music-metrics-default/api/spotify-track-streams-playback-count1" target="_blank" rel="noopener"&gt;https://rapidapi.com/music-metrics-music-metrics-default/api/spotify-track-streams-playback-count1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Mar 2023 14:46:49 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5526317#M8449</guid>
      <dc:creator>EDHMix</dc:creator>
      <dc:date>2023-03-23T14:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Songs Play count</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5654605#M11170</link>
      <description>&lt;P&gt;If they give users this kinda data, it keeps them from having any kinda exclusivity around their "this year wrapped" feature. They are financially motivated to not give us what we want in this case, which is unfortunate. I'd recommend using something like last.fm to keep up with your metrics.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 14:47:00 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5654605#M11170</guid>
      <dc:creator>kaylinaurora</dc:creator>
      <dc:date>2023-10-19T14:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Songs Play count</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5727878#M11782</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 20:35:39 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/5727878#M11782</guid>
      <dc:creator>karaon</dc:creator>
      <dc:date>2023-12-05T20:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Songs Play count</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/7008656#M18139</link>
      <description>&lt;P&gt;That's easy:&lt;/P&gt;&lt;P&gt;The structure of corporate bureaucracy, where the decision-makers don't have expertise in interface design or music, just a business degree...a thing that, frankly, not only doesn't render them competent, but should DIS-qualify them.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 14:23:37 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/Songs-Play-count/m-p/7008656#M18139</guid>
      <dc:creator>Kazymandias</dc:creator>
      <dc:date>2025-06-13T14:23:37Z</dc:date>
    </item>
  </channel>
</rss>

