# Playlists Playlists are stored in the user data database. You can find the schema at `app/db/sqlite/queries.py`. The methods for manipulating playlists in the database can be found at `app/db/sqlite/playlists.py`. The api routes for playlists can be found at `app/api/playlist.py`.