Music Without Walls

One playlist format.
Every music service.

Open Playlist is a universal, open, and interoperable playlist format that any music service can adopt — so you can move, share, and enjoy your playlists without barriers, walled gardens, or vendor lock-in.

SpotifyApple MusicTidalYouTube MusicDeezer& beyond

Why it matters

Music is for everyone, everywhere. Playlists should not be prisoners of platforms. By establishing an open standard, we defend the rights of listeners.

🔓

Own your music

Control, migrate, and share your playlists on your own terms — not the platform's.

🔁

Real portability

Move seamlessly between services. Switch providers without leaving your playlists behind.

Let innovation thrive

An open format opens the door for new services, insights, and creativity to flourish.

How it works

Providers integrate by implementing adapters that translate between their proprietary format and the Open Playlist format. Four endpoints do the heavy lifting.

1

Adopt the format

Map your internal playlist and track data to the universal Open Playlist schema.

2

Import & export

Bring playlists in from any provider, and push them back out to any target service.

3

Match across platforms

Use ISRC codes, provider URIs, and fuzzy matching to keep tracks aligned everywhere.

GET /open-playlists/{userId} GET /open-playlists/{playlistId} POST /open-playlists/import POST /open-playlists/export

A simple, extensible data model

Two core objects — Playlist and Track — designed to be provider-agnostic and easy to extend.

Playlist

  • id · provider-agnostic identifier
  • name · description · photo
  • tracks · ordered list of tracks
  • owner_id
  • created_at · updated_at

Track

  • id · title · artist
  • album · duration · isrc
  • release_date · release_year · genre
  • track_number · disc_number · explicit
  • composer · credits · label
  • artwork_uri
  • provider_uris · cross-platform links
  • metadata · extensible key-value data

Ready to break down the walls?

Dive into the full API contract or start building an adapter today.